Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2092 if (VALID_FSTYPSTR16(bpb_FilSysType16(bpb))) in parseBPB()