Home
last modified time | relevance | path

Searched refs:VALID_FSTYPSTR16 (Results 1 – 3 of 3) 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/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c364 if (VALID_FSTYPSTR16(bpb_FilSysType16(bpb))) { in show_bpb()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2117 if (VALID_FSTYPSTR16(bpb_FilSysType16(bpb))) in parseBPB()