Searched refs:FWF_ADD_WAIT_MASK (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | hook.c | 658 FWF_ADD_WAIT_MASK, FWF_ADD_WANTED, in hook_stack_notify_register() 718 canrun = (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_stack_notify_unregister() 901 if (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_family_add() 1184 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_register() 1261 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_unregister() 1335 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_event_add() 1723 canrun = (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_event_notify_register() 1801 canrun = (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_event_notify_unregister() 1908 if (hook_wait_setflag(&hei->hei_waiter, FWF_ADD_WAIT_MASK, in hook_register()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | hook_impl.h | 52 #define FWF_ADD_WAIT_MASK (FWF_ADD_ACTIVE|FWF_DEL_ACTIVE|FWF_ADD_WANTED) macro
|