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,
|