Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h288 #define BPB_TOTSEC32_OK (1 << 9) /* 0 on FAT12, != 0 on FAT32 */ macro
318 BPB_TOTSEC_OK | BPB_TOTSEC16_OK | BPB_TOTSEC32_OK | \
340 BPB_TOTSEC_OK | BPB_TOTSEC16_OK | BPB_TOTSEC32_OK | \
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2176 validflags |= BPB_TOTSEC32_OK; in parseBPB()
2201 validflags |= BPB_TOTSEC32_OK; in parseBPB()
2223 validflags |= BPB_TOTSEC32_OK; in parseBPB()