Content-type: text/html Man page of hook_free

hook_free

Section: Kernel Functions for Drivers (9F)
Updated: 1 May 2008
Index Return to Main Contents
 

NAME

hook_free - free a hook_t data structure  

SYNOPSIS

#include <sys/hook.h>

void hook_free(hook_t * hook);

 

INTERFACE LEVEL

Solaris DDI specific (Solaris DDI).  

PARAMETERS

hook

pointer returned by hook_alloc(9F).

 

DESCRIPTION

The hook_free() function frees a hook_t structure that was originally allocated by hook_alloc(9F).  

CONTEXT

The hook_free() function may be called from user, kernel, or interrupt context.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE

AvailabilitySUNWcsu

Interface Stability

 

SEE ALSO

hook_alloc(9F), hook_t(9S)


 

Index

NAME
SYNOPSIS
INTERFACE LEVEL
PARAMETERS
DESCRIPTION
CONTEXT
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:47 GMT, October 02, 2010