Home
last modified time | relevance | path

Searched refs:need_wait (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c1205 atapi_reset_dma_mode(ata_drv_t *ata_drvp, int need_wait) in atapi_reset_dma_mode() argument
1217 if (need_wait == TRUE) in atapi_reset_dma_mode()
H A Data_common.h692 void atapi_reset_dma_mode(ata_drv_t *ata_drvp, int need_wait);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1371 boolean_t need_wait = B_FALSE; in dbuf_read() local
1378 need_wait = B_TRUE; in dbuf_read()
1392 if (!err && need_wait) in dbuf_read()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c709 DTRACE_PROBE1(need_wait, mac_cb_info_t *, mcbi); in mac_callback_remove_wait()