/netbsd-src/sys/sys/ |
H A D | disklabel.h | 509 int bounds_check_with_label(struct disk *, struct buf *, int);
|
/netbsd-src/sys/arch/vax/mba/ |
H A D | hp.c | 208 err = bounds_check_with_label(&sc->sc_disk, bp, sc->sc_wlabel); in hpstrategy()
|
/netbsd-src/sys/dev/ofw/ |
H A D | ofdisk.c | 303 if (bounds_check_with_label(&of->sc_dk, bp, 0) <= 0) { in ofdisk_strategy()
|
/netbsd-src/sys/kern/ |
H A D | subr_disk.c | 351 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 D | ed_mca.c | 244 bounds_check_with_label(&ed->sc_dk, bp, in edmcastrategy()
|
/netbsd-src/sys/arch/vax/vsa/ |
H A D | hdc9224.c | 457 if ((bounds_check_with_label(&rd->sc_disk, bp, 1)) <= 0) in rdstrategy()
|
/netbsd-src/sys/dev/qbus/ |
H A D | rl.c | 417 if (bounds_check_with_label(&rc->rc_disk, bp, 1) <= 0) in rlstrategy()
|
/netbsd-src/sys/dev/mscp/ |
H A D | mscp_disk.c | 380 if (bounds_check_with_label(&ra->ra_disk, bp, ra->ra_wlabel) <= 0) in rastrategy()
|
/netbsd-src/sys/dev/ |
H A D | dksubr.c | 274 if (bounds_check_with_label(&dksc->sc_dkdev, bp, wlabel) <= 0) in dk_translate()
|
H A D | ccd.c | 815 if (bounds_check_with_label(&cs->sc_dkdev, bp, wlabel) <= 0) in ccdstart()
|
H A D | vnd.c | 529 if (bounds_check_with_label(&vnd->sc_dkdev, in vndstrategy()
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | rd.c | 918 if (bounds_check_with_label(&sc->sc_dkdev, bp, in rdstrategy()
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xy.c | 1049 if (bounds_check_with_label(&xy->sc_dk, bp, in xystrategy()
|
H A D | xd.c | 1093 if (bounds_check_with_label(&xd->sc_dk, bp, in xdstrategy()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | fd.c | 678 if (bounds_check_with_label(&sc->dkdev, bp, sc->wlabel) <= 0) in fdstrategy()
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 335 disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9
|
/netbsd-src/sys/arch/emips/ebus/ |
H A D | ace_ebus.c | 1765 if (bounds_check_with_label(&ace->sc_dk, bp, in acestrategy()
|
H A D | flash_ebus.c | 1690 if (bounds_check_with_label(&sc->sc_dk, bp, in eflashstrategy()
|
/netbsd-src/sys/dev/isa/ |
H A D | mcd.c | 482 bounds_check_with_label(&sc->sc_dk, bp, in mcdstrategy()
|
/netbsd-src/sys/dev/vme/ |
H A D | xy.c | 1197 if (bounds_check_with_label(&xy->sc_dk, bp, in xystrategy()
|
H A D | xd.c | 1274 if (bounds_check_with_label(&xd->sc_dk, bp, in xdstrategy()
|