Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c204 #define PTE_System 4 /* MBR PTE: System ID */ macro
3293 if (fs->win[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */
5774 pte[PTE_System] = sys; /* System type */
5868 if (buf[MBR_Table + PTE_System] == 0xEE) { /* GPT protective MBR? */
5893 if (ipart > 4 || pte[PTE_System] == 0) LEAVE_MKFS(FR_MKFS_ABORTED); /* No partition? */
6279 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */