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

  /src/sys/arch/arc/stand/boot/
disk.c 52 struct disklabel sc_label; /* disk label for this disk */ member in struct:disk_softc
61 struct partition *pp = &sc->sc_label.d_partitions[part];
147 lp = &sc->sc_label;
  /src/sys/arch/pmax/stand/common/
rz.c 55 struct disklabel sc_label; /* disk label for this disk */ member in struct:rz_softc
64 struct partition *pp = &sc->sc_label.d_partitions[part];
151 lp = &sc->sc_label;
  /src/sys/arch/sgimips/stand/common/
disk.c 52 struct disklabel sc_label; /* disk label for this disk */ member in struct:disk_softc
61 struct partition *pp = &sc->sc_label.d_partitions[part];
147 lp = &sc->sc_label;
iris_disk.c 92 struct disklabel sc_label; /* disk label for this disk */ member in struct:disk_softc
113 lp = &sc->sc_label;
198 lp = &sc->sc_label;
  /src/sys/arch/bebox/stand/boot/
wdvar.h 73 struct disklabel sc_label; member in struct:wd_softc
sdvar.h 148 struct disklabel sc_label; member in struct:sd_softc
  /src/sys/arch/cobalt/stand/boot/
wdvar.h 78 struct disklabel sc_label; member in struct:wd_softc
  /src/sys/arch/mmeye/stand/boot/
wdvar.h 112 struct disklabel sc_label; member in struct:wd_softc
  /src/sys/arch/luna68k/stand/boot/
sd.c 96 struct disklabel sc_label; member in struct:sd_softc
152 lp = &sc->sc_label;
242 lp = &sc->sc_label;
  /src/sys/arch/mipsco/stand/common/
saio.c 52 struct disklabel sc_label; /* disk label for this disk */ member in struct:saio_softc
105 struct partition *pp = &sc->sc_label.d_partitions[part];
185 lp = &sc->sc_label;
  /src/sys/arch/emips/stand/common/
ace.c 587 struct disklabel sc_label; /* disk label for this disk */ member in struct:ace_softc
664 lp = &sc->sc_label;
712 struct partition *pp = &sc->sc_label.d_partitions[part];
  /src/sys/arch/prep/stand/boot/
sdvar.h 148 struct disklabel sc_label; member in struct:sd_softc
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 134 struct disklabel sc_label; member in struct:sdmmc_softc
256 lp = &sc->sc_label;
330 msg = getdisklabel((char *)buf + LABELOFFSET, &sc->sc_label);
336 wd->sc_label.d_secsize,
337 wd->sc_label.d_nsectors,
338 wd->sc_label.d_ncylinders,
339 wd->sc_label.d_ntracks,
340 wd->sc_label.d_secpercyl));*/
460 sc->npartitions = sc->sc_label.d_npartitions;
461 for(n=0; n<sc->sc_label.d_npartitions; n++)
    [all...]

Completed in 20 milliseconds