HomeSort by: relevance | last modified time | path
    Searched defs:ststrategy (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/scsipi/
st.c 106 static dev_type_strategy(ststrategy);
112 .d_strategy = ststrategy,
1102 ststrategy(struct buf *bp) function in typeref:typename:void
1109 ("ststrategy %d bytes @ blk %" PRId64 "\n", bp->b_bcount,
1118 ("EINVAL: ststrategy negative blockcount %" PRId64 "\n", bp->b_blkno));
1178 * strategy routine (ststrategy)
1422 int r = physio(ststrategy, NULL, dev, B_READ,
1435 int r = physio(ststrategy, NULL, dev, B_WRITE,

Completed in 12 milliseconds