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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c71 * FAT12 / FAT16 root directories are a continuous section on disk
180 * Again, FAT12/FAT16 root directories are not data clusters.
381 case FAT12:
425 case FAT12:
H A Dpc_vfsops.c1200 * This is an access "backwards" into the FAT12/FAT16
1835 return (FAT12);
1836 if (bcmp(bpb_FilSysType16(bpb), "FAT12", 5) == 0)
1837 return (FAT12);
1849 * Is this reliable - all floppies are FAT12 ?
1851 return (FAT12);
1892 * - FAT12/FAT16 filesystems with garbage in either totsec16/32
2135 * FAT12 is 4085; the second number for FAT16 is 65525. These numbers
2146 type = FAT12;
2168 case FAT12
[all...]
/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)
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S612 .byte 0x01 # FAT12
634 .byte os_dos-. # 1, FAT12 DOS

Completed in 52 milliseconds