Home
last modified time | relevance | path

Searched refs:ISO_STD_VER (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c244 if (ISO_STD_VER(volp) != ISO_ID_VER)
278 if (ISO_STD_VER(volp) != ISO_ID_VER)
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c277 if (ISO_STD_VER(volp) != ISO_ID_VER) in findisovol()
315 if (ISO_STD_VER(volp) != ISO_ID_VER) in findunixvol()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h142 #define ISO_STD_VER(x) *(ISO_std_ver(x)) macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1168 if (ISO_STD_VER(volp) != ISO_ID_VER) in hs_findisovol()
1183 if (ISO_STD_VER(volp) == ISO_ID_VER2 && in hs_findisovol()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c431 ISO_ID_STRLEN) != 0) || (ISO_STD_VER(bufp) != ISO_ID_VER)) { in bhsfs_mountroot()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c511 ISO_ID_STRLEN) != 0 || ISO_STD_VER(bufp) != ISO_ID_VER) { in boot_hsfs_mountroot()