Searched defs:FAT12 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h209 * FAT12/16 extended BPB fields
287 #define BPB_TOTSEC16_OK (1 << 8) /* 0 on FAT32, != 0 on FAT12 */
288 #define BPB_TOTSEC32_OK (1 << 9) /* 0 on FAT12, != 0 on FAT32 */
331 * overwrite the BPB past the end of the FAT12/16 extension with its
354 * We keep these values in-core even for FAT12/FAT16 but will never attempt
385 typedef enum { FAT12, FAT16, FAT32, FAT_UNKNOWN, FAT_QUESTIONABLE } fattype_t; enumerator in enum:__anon7837
452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12)

Completed in 89 milliseconds