Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h58 #define FWF_DESTROY_OK(x) ((x)->fw_flags == FWF_DESTROY_WANTED) macro
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c441 while (!FWF_DESTROY_OK(waiter)) { in hook_wait_destroy()