Searched refs:GPTE_PtGuid (Results 1 – 1 of 1) sorted by relevance
225 #define GPTE_PtGuid 0 /* GPT PTE: Partition type GUID (16-byte) */ macro3304 if (!memcmp(fs->win + ofs + GPTE_PtGuid, GUID_MS_Basic, 16)) { /* MS basic data partition? */5712 …memcpy(buf + ofs + GPTE_PtGuid, GUID_MS_Basic, 16); /* Set partition GUID (Microsoft Basic Data) */5880 …if (!memcmp(buf + ofs + GPTE_PtGuid, GUID_MS_Basic, 16) && ++i == ipart) { /* MS basic data partit…