Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dhook.c679 if (hfi->hfi_condemned || hfi->hfi_shutdown) in hook_stack_notify_register()
951 notifydone = hfi->hfi_shutdown; in hook_family_remove()
952 hfi->hfi_shutdown = B_TRUE; in hook_family_remove()
1063 notifydone = hfi->hfi_shutdown; in hook_family_shutdown()
1064 hfi->hfi_shutdown = B_TRUE; in hook_family_shutdown()
1178 hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_family_notify_register()
1327 if (hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_event_add()
1703 if (hfi->hfi_condemned || hfi->hfi_shutdown) { in hook_event_notify_register()
/titanic_50/usr/src/uts/common/sys/
H A Dhook_impl.h180 boolean_t hfi_shutdown; member