Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c730 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_stack_notify_unregister()
973 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_family_remove()
1085 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_family_shutdown()
1258 (void) hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_family_notify_unregister()
1446 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_event_remove()
1534 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_event_shutdown()
1794 (void) hook_wait_setflag(&hei->hei_waiter, FWF_DEL_WAIT_MASK, in hook_event_notify_unregister()
2194 if (hook_wait_setflag(&hei->hei_waiter, FWF_DEL_WAIT_MASK, in hook_unregister()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h54 #define FWF_DEL_WAIT_MASK (FWF_ADD_ACTIVE|FWF_DEL_ACTIVE|\ macro