Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dhook_impl.h148 typedef struct hook_event_int { struct
150 SLIST_ENTRY(hook_event_int) hei_entry; argument
164 SLIST_HEAD(hook_event_int_head, hook_event_int);
H A Dhook.h48 struct hook_event_int;
49 typedef struct hook_event_int *hook_event_token_t;
/titanic_44/usr/src/uts/common/io/
H A Dhook.c1566 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()