/src/sys/dev/ |
dksubr.c | 241 int wlabel; local in function:dk_translate 268 wlabel = dksc->sc_flags & (DKF_WLABEL|DKF_LABELLING); 274 if (bounds_check_with_label(&dksc->sc_dkdev, bp, wlabel) <= 0)
|
dksubr.c | 241 int wlabel; local in function:dk_translate 268 wlabel = dksc->sc_flags & (DKF_WLABEL|DKF_LABELLING); 274 if (bounds_check_with_label(&dksc->sc_dkdev, bp, wlabel) <= 0)
|
ccd.c | 782 int wlabel; local in function:ccdstart 813 wlabel = cs->sc_flags & (CCDF_WLABEL|CCDF_LABELLING); 815 if (bounds_check_with_label(&cs->sc_dkdev, bp, wlabel) <= 0)
|
ccd.c | 782 int wlabel; local in function:ccdstart 813 wlabel = cs->sc_flags & (CCDF_WLABEL|CCDF_LABELLING); 815 if (bounds_check_with_label(&cs->sc_dkdev, bp, wlabel) <= 0)
|
/src/sys/arch/amiga/dev/ |
fd.c | 161 int wlabel; member in struct:fd_softc 604 wlab = sc->wlabel; 605 sc->wlabel = 1; 607 sc->wlabel = wlab; 612 sc->wlabel = *(int *)addr; 678 if (bounds_check_with_label(&sc->dkdev, bp, sc->wlabel) <= 0)
|
fd.c | 161 int wlabel; member in struct:fd_softc 604 wlab = sc->wlabel; 605 sc->wlabel = 1; 607 sc->wlabel = wlab; 612 sc->wlabel = *(int *)addr; 678 if (bounds_check_with_label(&sc->dkdev, bp, sc->wlabel) <= 0)
|