Lines Matching defs:label
59 long *label = (void*) 0x3000;
60 if (IOCS_S_READ(0, 1, scsiid, size, label) < 0) {
64 if (label[0] != 0x58363853 ||
65 label[1] != 0x43534931) {
72 struct cpu_disklabel *label = (void*) 0x3000;
76 if (IOCS_S_READ(2<<(2-size), size?2:1, scsiid, size, label) < 0) {
80 t = label->dosparts[0].dp_typname;
87 if (label->dosparts[i].dp_flag == PART_BOOTABLE)
89 else if (label->dosparts[i].dp_flag == PART_INUSE)
95 unsigned int start = label->dosparts[i].dp_start;