Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/hook/
H A Dhook.global-objs.debug6429 hook_stacks
/titanic_50/usr/src/uts/intel/hook/
H A Dhook.global-objs.debug6431 hook_stacks
/titanic_50/usr/src/uts/common/io/
H A Dhook.c249 static hook_stack_head_t hook_stacks; variable
297 SLIST_INIT(&hook_stacks); in hook_init()
320 ASSERT(SLIST_EMPTY(&hook_stacks)); in hook_fini()
508 SLIST_INSERT_HEAD(&hook_stacks, hks, hks_entry); in hook_stack_init()
593 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove()
614 SLIST_FOREACH(hks, &hook_stacks, hks_entry) { in hook_stack_get()