Home | History | Annotate | Download | only in kern

Lines Matching defs:strat

103 	void		(*strat)(struct buf *);
126 error = disk_read_sectors(a->strat, a->lp, a->bp, sector, count);
397 readdisklabel(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp,
406 a.strat = strat;
665 if ((a->msg = convertdisklabel(a->lp, a->strat, a->bp,
684 (*a->strat)(a->bp);
703 writedisklabel(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp,
710 a.strat = strat;