Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h289 #define BPB_MEDIADESC_OK (1 << 10) /* 0xf0 or 0xf8..0xff */ macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2087 validflags |= BPB_MEDIADESC_OK; in parseBPB()