Lines Matching refs:ipart
317 static struct ipart Table[FD_NUMPART];
318 static struct ipart Old_Table[FD_NUMPART];
672 static void fill_ipart(char *bootptr, struct ipart *partp);
1544 struct ipart *part; in mboot_read()
1596 part = (struct ipart *)BootCod.parts; in mboot_read()
1598 (void) memset(part, 0, sizeof (struct ipart)); in mboot_read()
2043 sizeof (struct ipart)); in load()
2325 (void) memset(&Table[i], 0, sizeof (struct ipart)); in insert_tbl()
3076 struct ipart *partition[FD_NUMPART];
3077 struct ipart localpart[FD_NUMPART];
3095 (void) memset(&localpart[j], 0, sizeof (struct ipart));
3110 struct ipart *temp = partition[i];
3589 (void) memset(&Table[i], 0, sizeof (struct ipart));
3935 struct ipart iparts[FD_NUMPART];
3955 (void) memset(&Table[i], 0, sizeof (struct ipart));
3959 bootptr += sizeof (struct ipart);
3972 fill_ipart(char *bootptr, struct ipart *partp)
3987 *partp = *(struct ipart *)bootptr;
4031 struct ipart *boot_ptr, *tbl_ptr;
4033 boot_ptr = (struct ipart *)Bootblk->parts;
4034 tbl_ptr = (struct ipart *)&Table[0].bootid;
4035 for (; tbl_ptr < (struct ipart *)&Table[FD_NUMPART].bootid;
4038 (void) memset(boot_ptr, 0, sizeof (struct ipart));
4040 (void) memcpy(boot_ptr, tbl_ptr, sizeof (struct ipart));
4171 struct ipart ext_tab;
4575 struct ipart *clr_table;
5463 struct ipart *fpart;