Home
last modified time | relevance | path

Searched refs:bounds_check_with_label (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/sys/
H A Ddisklabel.h509 int bounds_check_with_label(struct disk *, struct buf *, int);
/netbsd-src/sys/arch/vax/mba/
H A Dhp.c208 err = bounds_check_with_label(&sc->sc_disk, bp, sc->sc_wlabel); in hpstrategy()
/netbsd-src/sys/dev/ofw/
H A Dofdisk.c303 if (bounds_check_with_label(&of->sc_dk, bp, 0) <= 0) { in ofdisk_strategy()
/netbsd-src/sys/kern/
H A Dsubr_disk.c351 bounds_check_with_label(struct disk *dk, struct buf *bp, int wlabel) in bounds_check_with_label() function
/netbsd-src/sys/dev/mca/
H A Ded_mca.c244 bounds_check_with_label(&ed->sc_dk, bp, in edmcastrategy()
/netbsd-src/sys/arch/vax/vsa/
H A Dhdc9224.c457 if ((bounds_check_with_label(&rd->sc_disk, bp, 1)) <= 0) in rdstrategy()
/netbsd-src/sys/dev/qbus/
H A Drl.c417 if (bounds_check_with_label(&rc->rc_disk, bp, 1) <= 0) in rlstrategy()
/netbsd-src/sys/dev/mscp/
H A Dmscp_disk.c380 if (bounds_check_with_label(&ra->ra_disk, bp, ra->ra_wlabel) <= 0) in rastrategy()
/netbsd-src/sys/dev/
H A Ddksubr.c274 if (bounds_check_with_label(&dksc->sc_dkdev, bp, wlabel) <= 0) in dk_translate()
H A Dccd.c815 if (bounds_check_with_label(&cs->sc_dkdev, bp, wlabel) <= 0) in ccdstart()
H A Dvnd.c529 if (bounds_check_with_label(&vnd->sc_dkdev, in vndstrategy()
/netbsd-src/sys/arch/hp300/dev/
H A Drd.c918 if (bounds_check_with_label(&sc->sc_dkdev, bp, in rdstrategy()
/netbsd-src/sys/arch/sun3/dev/
H A Dxy.c1049 if (bounds_check_with_label(&xy->sc_dk, bp, in xystrategy()
H A Dxd.c1093 if (bounds_check_with_label(&xd->sc_dk, bp, in xdstrategy()
/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c678 if (bounds_check_with_label(&sc->dkdev, bp, sc->wlabel) <= 0) in fdstrategy()
/netbsd-src/share/man/man9/
H A DMakefile335 disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9
/netbsd-src/sys/arch/emips/ebus/
H A Dace_ebus.c1765 if (bounds_check_with_label(&ace->sc_dk, bp, in acestrategy()
H A Dflash_ebus.c1690 if (bounds_check_with_label(&sc->sc_dk, bp, in eflashstrategy()
/netbsd-src/sys/dev/isa/
H A Dmcd.c482 bounds_check_with_label(&sc->sc_dk, bp, in mcdstrategy()
/netbsd-src/sys/dev/vme/
H A Dxy.c1197 if (bounds_check_with_label(&xy->sc_dk, bp, in xystrategy()
H A Dxd.c1274 if (bounds_check_with_label(&xd->sc_dk, bp, in xdstrategy()