Searched defs:bofi_sync_check (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c111 static int bofi_sync_check; variable
673 if ((bofi_sync_check = ddi_prop_lookup_string(DDI_DEV_T_ANY,
675 bofi_sync_check = 0;
677 bofi_sync_check = 1;
679 bofi_sync_check = 0;
3557 if (bofi_sync_check) {
3620 if (bofi_sync_check && hp->allocaddr)
3692 if (bofi_sync_check && (hp->flags & DDI_DMA_READ))
3700 if (bofi_sync_check && hp->allocaddr)
3747 if (bofi_sync_check
[all...]

Completed in 139 milliseconds