Home
last modified time | relevance | path

Searched refs:ISO_VD_EOV (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c240 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) {
250 case ISO_VD_EOV:
274 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) {
284 case ISO_VD_EOV:
/titanic_41/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c273 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) { in findisovol()
283 case ISO_VD_EOV: in findisovol()
311 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) { in findunixvol()
321 case ISO_VD_EOV: in findunixvol()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h89 ISO_VD_EOV = 255 enumerator
/titanic_41/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c149 if (ISO_DESC_TYPE (buf) == ISO_VD_EOV) { in hsfs_contents()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1160 for (n = 0; n < 32 && ISO_DESC_TYPE(volp) != ISO_VD_EOV; n++) { in hs_findisovol()