Searched refs:hfi_condemned (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h179 boolean_t hfi_condemned; member in struct:hook_family_int
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c679 if (hfi->hfi_condemned || hfi->hfi_shutdown)
971 hfi->hfi_condemned = B_TRUE;
975 * Although hfi_condemned = B_FALSE is implied from creation,
978 hfi->hfi_condemned = B_FALSE;
992 if (!hfi->hfi_condemned)
1050 * future. The hfi_condemned flag isn't set because we aren't trying to
1178 hfi->hfi_condemned || hfi->hfi_shutdown) {
1253 if ((error == 0) && hfi->hfi_condemned &&
1327 if (hfi->hfi_condemned || hfi->hfi_shutdown) {
1471 if (hfi->hfi_condemned
[all...]

Completed in 47 milliseconds