Home | History | Annotate | Download | only in boot

Lines Matching defs:dflt_lbl

137 	struct disklabel dflt_lbl;
148 memset(&dflt_lbl, 0, sizeof dflt_lbl);
149 dflt_lbl.d_npartitions = 8;
191 if (dflt_lbl.d_npartitions >= MAXPARTITIONS)
193 p = &dflt_lbl.d_partitions[dflt_lbl.d_npartitions++];
195 p = &dflt_lbl.d_partitions[i];
232 dflt_lbl.d_checksum = dkcksum(&dflt_lbl);
233 memcpy(d->buf, &dflt_lbl, sizeof(dflt_lbl));