Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/hook/
H A Dhook.global-objs.debug6429 hook_stacks
/illumos-gate/usr/src/uts/intel/hook/
H A Dhook.global-objs.debug6431 hook_stacks
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c250 static hook_stack_head_t hook_stacks; variable
298 SLIST_INIT(&hook_stacks); in hook_init()
321 ASSERT(SLIST_EMPTY(&hook_stacks)); in hook_fini()
509 SLIST_INSERT_HEAD(&hook_stacks, hks, hks_entry); in hook_stack_init()
594 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove()
615 SLIST_FOREACH(hks, &hook_stacks, hks_entry) { in hook_stack_get()