Lines Matching defs:sc_label
134 struct disklabel sc_label;
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++) {
462 sc->partitions[n].part = &sc->sc_label.d_partitions[n];