Searched refs:sdlabel (Results 1 – 2 of 2) sorted by relevance
59 struct disklabel sdlabel; in devopen() local103 cputobsdlabel(&sdlabel, (struct cpu_disklabel *)&(iobuf[0])); in devopen()104 pp->poff = sdlabel.d_partitions[pn].p_offset; in devopen()105 pp->psize = sdlabel.d_partitions[pn].p_size; in devopen()
80 struct disklabel sdlabel; variable142 struct disklabel *lp = &sdlabel; in sdgetinfo()