Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c680 if (hfi->hfi_condemned || hfi->hfi_shutdown) in hook_stack_notify_register()
967 notifydone = hfi->hfi_shutdown; in hook_family_remove()
968 hfi->hfi_shutdown = B_TRUE; in hook_family_remove()
1079 notifydone = hfi->hfi_shutdown; in hook_family_shutdown()
1080 hfi->hfi_shutdown = B_TRUE; in hook_family_shutdown()
1194 hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_family_notify_register()
1343 if (hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_event_add()
1719 if (hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_event_notify_register()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h181 boolean_t hfi_shutdown; member