Home
last modified time | relevance | path

Searched refs:gpth (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c3189 const BYTE* gpth /* Pointer to the GPT header */ argument
3196 …if (memcmp(gpth + GPTH_Sign, "EFI PART" "\0\0\1\0" "\x5C\0\0", 16)) return 0; /* Check sign, versi…
3198 bcc = crc32(bcc, i - GPTH_Bcc < 4 ? 0 : gpth[i]);
3200 if (~bcc != ld_dword(gpth + GPTH_Bcc)) return 0;
3201 …if (ld_dword(gpth + GPTH_PteSize) != SZ_GPTE) return 0; /* Table entry size (must be SZ_GPTE bytes…
3202 if (ld_dword(gpth + GPTH_PtNum) > 128) return 0; /* Table size (must be 128 entries or less) */