Name | Synopsis | Interface Level | Parameters | Description | Context | Attributes | See Also
#include <sys/hook.h> void hook_free(hook_t * hook);
Solaris DDI specific (Solaris DDI).
pointer returned by hook_alloc(9F).
The hook_free() function frees a hook_t structure that was originally allocated by hook_alloc(9F).
The hook_free() function may be called from user, kernel, or interrupt context.
See attributes(5) for descriptions of the following attributes:
| 
 ATTRIBUTE TYPE  | 
 ATTRIBUTE VALUE  | 
|---|---|
| 
 Availability  | 
 SUNWcsu  | 
| 
 Interface Stability  | 
 Committed  | 
Name | Synopsis | Interface Level | Parameters | Description | Context | Attributes | See Also