Home
last modified time | relevance | path

Searched refs:hks_shutdown (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c542 hks->hks_shutdown = 1; in hook_stack_shutdown()
566 hks->hks_shutdown = 2; in hook_stack_fini()
654 if (hks->hks_shutdown != 0) { in hook_stack_notify_register()
765 if (hks->hks_shutdown == 2) in hook_stack_notify_unregister()
896 if (hks->hks_shutdown != 0) { in hook_family_add()
1053 if (hks != NULL && hks->hks_shutdown == 2) in hook_family_free()
1193 if ((hfi->hfi_stack->hks_shutdown != 0) || in hook_family_notify_register()
1327 if (hks->hks_shutdown != 0) { in hook_event_add()
1712 if (hks->hks_shutdown != 0) { in hook_event_notify_register()
1885 if (hfi->hfi_stack->hks_shutdown) in hook_register()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h200 int hks_shutdown; member