Searched defs:st_queued_strategy (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 434 static int st_queued_strategy(buf_t *bp); 442 st_queued_strategy, /* strategy Not Block device but async checks */ 3979 rval = physio(st_queued_strategy, (struct buf *)NULL, 4068 aphysio(st_queued_strategy, anocancel, dev, flag, st_minphys, aio); 4101 st_queued_strategy(buf_t *bp) function 4115 "st_queued_strategy: ENXIO error exit\n"); 4120 ST_ENTR(ST_DEVINFO, st_queued_strategy); 4129 "st_queued_strategy(): bcount=0x%lx, fileno=%d, blkno=%x, eof=%d\n", 4216 "st_queued_strategy(): regular io\n"); 4389 "st_queued_strategy [all...] |
Completed in 61 milliseconds