Searched defs:st_strategy (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 433 static int st_strategy(struct buf *bp); 2808 * All device accesss go thru st_strategy() where we check 4225 * Not anymore st_cmd will go through st_strategy()! 4457 st_strategy(struct buf *bp) function 4469 "st_strategy: ENXIO error exit\n"); 4476 ST_ENTR(ST_DEVINFO, st_strategy); 4485 "st_strategy(): bcount=0x%lx, fileno=%d, blkno=%x, eof=%d\n", 4498 "st_strategy: cmd=0x%x count=%ld resid=%ld flags=0x%x" 6213 * If st_tape_init() gets called from st_strategy(), then we 6302 err = scsi_uscsi_handle_cmd(dev, uioseg, uscmd, st_strategy, b [all...] |
Completed in 103 milliseconds