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

/illumos-gate/usr/src/uts/common/sys/
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);

Completed in 57 milliseconds