Home | History | Annotate | Download | only in boot

Lines Matching refs:sc_label

174 	wdgetdefaultlabel(wd, &wd->sc_label);
202 msg = getdisklabel((const char *)buf + LABELOFFSET, &wd->sc_label);
207 lp = &wd->sc_label;
218 wd->sc_label.d_secsize,
219 wd->sc_label.d_nsectors,
220 wd->sc_label.d_ncylinders,
221 wd->sc_label.d_ntracks,
222 wd->sc_label.d_secpercyl));
300 pp = &wd->sc_label.d_partitions[wd->sc_part];
302 nsect = howmany(size, wd->sc_label.d_secsize);
313 buf += wd->sc_label.d_secsize;