Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h243 #define VALID_MEDIA(m) ((m) == 0xF0 || ((m) >= 0xF8 && (m) <= 0xFF)) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2086 if (VALID_MEDIA(fsp->pcfs_mediadesc)) in parseBPB()