Searched refs:hook_event_int (Results 1 – 3 of 3) sorted by relevance
148 typedef struct hook_event_int { struct150 SLIST_ENTRY(hook_event_int) hei_entry; argument164 SLIST_HEAD(hook_event_int_head, hook_event_int);
48 struct hook_event_int;49 typedef struct hook_event_int *hook_event_token_t;
1566 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()