Searched refs:hook_event_int (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h48 struct hook_event_int;
49 typedef struct hook_event_int *hook_event_token_t;
H A Dhook_impl.h146 * hook_event_int: internal storage of hook_event
148 typedef struct hook_event_int { struct
150 SLIST_ENTRY(hook_event_int) hei_entry;
162 * hook_event_int_head: singly-linked list of hook_event_int
164 SLIST_HEAD(hook_event_int_head, hook_event_int);
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1566 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry);

Completed in 49 milliseconds