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

/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S613 .byte 0x04 # FAT16 < 32M
626 .byte os_dos-. # 6, FAT16 >= 32M
635 .byte os_dos-. # 4, FAT16 <32M
/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.
377 case FAT16:
420 case FAT16:
H A Dpc_vfsops.c1200 * This is an access "backwards" into the FAT12/FAT16
1312 * since we do it for each alternate FAT too). So instead, for FAT16 and
1838 if (bcmp(bpb_FilSysType16(bpb), "FAT16", 5) == 0)
1839 return (FAT16);
1854 * Is this reliable - disks are always FAT16 ?
1856 return (FAT16);
1869 return (FAT16);
1871 return (FAT16);
1892 * - FAT12/FAT16 filesystems with garbage in either totsec16/32
2135 * FAT12 is 4085; the second number for FAT16 i
[all...]
/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 66 milliseconds