Home
last modified time | relevance | path

Searched refs:WDC_NOSLEEP (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dwdcvar.h270 #define WDC_NOSLEEP 0x01 macro
H A Dwdc.c1623 WDC_NOSLEEP); in wdc_exec_command()
1963 ISSET(flags, WDC_NOSLEEP) ? SCSI_NOSLEEP : 0)); in wdc_get_xfer()
/openbsd/sys/dev/ata/
H A Data_wdc.c195 xfer = wdc_get_xfer(WDC_NOSLEEP); in wdc_ata_bio()