Searched refs:FWF_ADD_WAIT_MASK (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | hook.c | 659 FWF_ADD_WAIT_MASK, FWF_ADD_WANTED, in hook_stack_notify_register() 917 if (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_family_add() 1200 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_register() 1277 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_unregister() 1351 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_event_add() 1739 canrun = (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_event_notify_register() 1817 canrun = (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_event_notify_unregister() 1924 if (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_register()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hook_impl.h | 53 #define FWF_ADD_WAIT_MASK (FWF_ADD_ACTIVE|FWF_DEL_ACTIVE|FWF_ADD_WANTED) macro
|