Home
last modified time | relevance | path

Searched refs:hook_stack (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h177 struct hook_stack *hfi_stack;
193 struct hook_stack { struct
195 SLIST_ENTRY(hook_stack) hks_entry; argument
203 typedef struct hook_stack hook_stack_t; argument
204 SLIST_HEAD(hook_stack_head, hook_stack);
H A Dnetstack.h151 struct hook_stack *nu_hook;
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c167 struct hook_stack *hks; in hookrootlist()
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c594 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove()