Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3256 const BYTE* gpth /* Pointer to the GPT header */ argument
3263 …if (memcmp(gpth + GPTH_Sign, "EFI PART" "\0\0\1", 12)) return 0; /* Check signature and version (1…
3264 hlen = ld_dword(gpth + GPTH_Size); /* Check header size */
3267 bcc = crc32(bcc, i - GPTH_Bcc < 4 ? 0 : gpth[i]);
3269 if (~bcc != ld_dword(gpth + GPTH_Bcc)) return 0;
3270 …if (ld_dword(gpth + GPTH_PteSize) != SZ_GPTE) return 0; /* Table entry size (must be SZ_GPTE bytes…
3271 if (ld_dword(gpth + GPTH_PtNum) > 128) return 0; /* Table size (must be 128 entries or less) */