Lines Matching refs:new_pt
1411 int new_pt, old_pt, error; in dev_mboot_write() local
1431 for (new_pt = 0; new_pt < FD_NUMPART; new_pt++) { in dev_mboot_write()
1434 if (Table[new_pt].systid != SUNIXOS && in dev_mboot_write()
1435 Table[new_pt].systid != SUNIXOS2) in dev_mboot_write()
1447 Table[new_pt].relsect) && in dev_mboot_write()
1449 Table[new_pt].numsect)) in dev_mboot_write()
1462 clear_vtoc(NEW, new_pt); in dev_mboot_write()
1475 for (new_pt = 0; new_pt < FD_NUMPART; new_pt++) { in dev_mboot_write()
1476 if (Table[new_pt].systid != EFI_PMBR) in dev_mboot_write()
1480 Table[new_pt].systid) && in dev_mboot_write()
1482 Table[new_pt].relsect) && in dev_mboot_write()
1484 Table[new_pt].numsect)) in dev_mboot_write()
1492 if (old_pt == FD_NUMPART && Table[new_pt].begcyl != 0) { in dev_mboot_write()