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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h66 * The basic difference between FAT32 and FAT16 is that cluster numbers are now
332 * bootloader code - and the FAT16 extended BPB is 62 Bytes...
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
453 #define IS_FAT16(PCFS) ((PCFS)->pcfs_fattype == FAT16)

Completed in 63 milliseconds