1hook_free(9F)            Kernel Functions for Drivers            hook_free(9F)
2
3
4

NAME

6       hook_free - free a hook_t data structure
7

SYNOPSIS

9       #include <sys/hook.h>
10
11       void hook_free(hook_t * hook);
12
13

INTERFACE LEVEL

15       Solaris DDI specific (Solaris DDI).
16

PARAMETERS

18       hook    pointer returned by hook_alloc(9F).
19
20

DESCRIPTION

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

CONTEXT

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

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │Availability                 │SUNWcsu                      │
39       ├─────────────────────────────┼─────────────────────────────┤
40       │Interface Stability          │Committed                    │
41       └─────────────────────────────┴─────────────────────────────┘
42

SEE ALSO

44       hook_alloc(9F), hook_t(9S)
45
46
47
48SunOS 5.11                        1 May 2008                     hook_free(9F)
Impressum