Kernel Functions for Drivers hookfree(9F)
NAME
hookfree - free a hookt data structure
SYNOPSIS
#include
void hookfree(hookt * hook);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
hook pointer returned by hookalloc(9F).
DESCRIPTION
The hookfree() function frees a hookt structure that was
originally allocated by hookalloc(9F).
CONTEXT
The hookfree() function may be called from user, kernel,
or interrupt context.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
Interface Stability Committed
SEE ALSO
hookalloc(9F), hookt(9S)
SunOS 5.11 Last change: 1 May 2008 1
|