Searched refs:MBR_Table (Results 1 – 1 of 1) sorted by relevance
199 #define MBR_Table 446 /* MBR: Offset of partition table in the MBR */ macro3362 if (fs->win[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */3385 mbr_pt[i] = ld_dword(fs->win + MBR_Table + i * SZ_PTE + PTE_StLba);5850 memcpy(buf + MBR_Table, gpt_mbr, 16); /* Create a GPT partition */5863 pte = buf + MBR_Table; /* Partition table in the MBR */5971 if (buf[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */5995 pte = buf + (MBR_Table + (ipart - 1) * SZ_PTE);6381 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */