Home
last modified time | relevance | path

Searched refs:ISO_ID_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.h93 #define ISO_ID_VER 1 /* ISO_std_ver field ISO-9660:1988 */ 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()
1271 if (ISO_std_ver(volp)[0] == ISO_ID_VER && in hs_joliet_level()
/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()