Lines Matching defs:hplabel
55 static struct disklabel hplabel;
85 memset(&hplabel, 0, sizeof(struct disklabel));
87 hplabel.d_secpercyl = 32;
88 hplabel.d_nsectors = 32;
101 msg = getdisklabel(io_buf + LABELOFFSET, &hplabel);
117 bn = dblk + hplabel.d_partitions[dpart].p_offset;
120 cn = bn / hplabel.d_secpercyl;
121 sn = bn % hplabel.d_secpercyl;
122 tn = sn / hplabel.d_nsectors;
123 sn = sn % hplabel.d_nsectors;