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

  /src/sys/arch/vax/boot/boot/
hp.c 95 err = hpstrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i);
108 hpstrategy(void *f, int func, daddr_t dblk, function in typeref:typename:int
  /src/sys/arch/vax/mba/
hp.c 88 static dev_type_strategy(hpstrategy);
94 .d_strategy = hpstrategy,
189 if ((msg = readdisklabel(makedev(0, device_unit(self) * 8), hpstrategy,
197 hpstrategy(struct buf *bp) function in typeref:typename:void
337 error = writedisklabel(dev, hpstrategy, lp, 0);
438 return (physio(hpstrategy, NULL, dev, B_READ, minphys, uio));
444 return (physio(hpstrategy, NULL, dev, B_WRITE, minphys, uio));

Completed in 12 milliseconds