Name | Synopsis | Interface Level | Parameters | Description | Return Values | Context | Attributes | See Also
#include <sys/hook.h> hook_t *hook_alloc(const int version);
Solaris DDI specific (Solaris DDI).
The hook_alloc() function allocates a hook_t structure, returning a pointer for the caller to use.
Upon success, hook_alloc() returns a pointer to the allocated hook_t structure. On failure, hook_alloc() returns a NULL pointer.
The hook_alloc() function may be called from user or kernel 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 | Return Values | Context | Attributes | See Also