Lines Matching refs:parts
1596 part = (struct ipart *)BootCod.parts; in mboot_read()
2058 if (temp->parts[0].systid == id && in load()
2059 temp->parts[0].bootid == act && in load()
2060 temp->parts[0].beghead == bhead && in load()
2061 temp->parts[0].begsect == ((bsect & 0x3f) | in load()
2063 temp->parts[0].begcyl == (uchar_t)(bcyl & 0xff) && in load()
2064 temp->parts[0].endhead == ehead && in load()
2065 temp->parts[0].endsect == ((esect & 0x3f) | in load()
2067 temp->parts[0].endcyl == (uchar_t)(ecyl & 0xff) && in load()
2069 temp->parts[0].numsect == LE_32(numsect)) { in load()
3938 (void) memcpy(iparts, Bootblk->parts, sizeof (iparts));
4033 boot_ptr = (struct ipart *)Bootblk->parts;
4176 ext_tab = temp->parts[0];
4180 tempsect = LE_32(temp->parts[1].relsect);
5431 id_to_name(temp->parts[0].systid, namebuff);
5434 LE_32(temp->parts[0].relsect),
5435 LE_32(temp->parts[0].numsect),
5445 id_to_name(temp->parts[1].systid, namebuff);
5448 LE_32(temp->parts[1].relsect),
5449 LE_32(temp->parts[1].numsect),
5493 fpart = &temp->parts[0];