Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h241 #define VALID_BPBSIG(sig) ((sig) == MBB_MAGIC) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1937 if (VALID_BPBSIG(bpb_get_BPBSig(bpb))) in parseBPB()