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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c941 #define sdstrategy ssdstrategy macro
1317 static int sdstrategy(struct buf *bp);
1728 sdstrategy, /* strategy */
10188 * All device accesses go thru sdstrategy() where we check
10190 * which bypasses sdstrategy(), so we need to check pm
10246 * DVD drive till sdstrategy and will not fail open even
10975 err = physio(sdstrategy, NULL, dev, B_READ, sdmin, uio);
11065 err = physio(sdstrategy, NULL, dev, B_WRITE, sdmin, uio);
11155 err = aphysio(sdstrategy, anocancel, dev, B_READ, sdmin, aio);
11245 err = aphysio(sdstrategy, anocance
11457 sdstrategy(struct buf *bp) function
[all...]

Completed in 104 milliseconds