Searched refs:MBR_Table (Results 1 – 1 of 1) sorted by relevance
198 #define MBR_Table 446 /* MBR: Offset of partition table in the MBR */ macro3293 if (fs->win[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */3316 mbr_pt[i] = ld_dword(fs->win + MBR_Table + i * SZ_PTE + PTE_StLba);5752 memcpy(buf + MBR_Table, gpt_mbr, 16); /* Create a GPT partition */5765 pte = buf + MBR_Table; /* Partition table in the MBR */5868 if (buf[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */5892 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);6279 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */