Searched refs:hook_int (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dhook.h50 struct hook_int;
51 typedef struct hook_int *hook_token_t;
H A Dhook_impl.h110 * hook_int: internal storage of hook
112 typedef struct hook_int { struct
113 TAILQ_ENTRY(hook_int) hi_entry;
122 * hook_int_head: tail queue of hook_int
124 TAILQ_HEAD(hook_int_head, hook_int);

Completed in 49 milliseconds