Home
last modified time | relevance | path

Searched refs:ISO_DESC_TYPE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c240 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) {
246 switch (ISO_DESC_TYPE(volp)) {
274 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) {
280 switch (ISO_DESC_TYPE(volp)) {
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c273 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) { in findisovol()
279 switch (ISO_DESC_TYPE(volp)) { in findisovol()
311 while (ISO_DESC_TYPE(volp) != ISO_VD_EOV) { in findunixvol()
317 switch (ISO_DESC_TYPE(volp)) { in findunixvol()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c148 while (ISO_DESC_TYPE (buf) != ISO_VD_PVD) { in hsfs_contents()
149 if (ISO_DESC_TYPE (buf) == ISO_VD_EOV) { in hsfs_contents()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h140 #define ISO_DESC_TYPE(x) ((enum iso_voldesc_type)*(ISO_desc_type(x))) macro
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1161 for (n = 0; n < 32 && ISO_DESC_TYPE(volp) != ISO_VD_EOV; n++) { in hs_findisovol()
1165 switch (ISO_DESC_TYPE(volp)) { in hs_findisovol()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c429 if ((ISO_DESC_TYPE(bufp) != ISO_VD_PVD) || in bhsfs_mountroot()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c509 if (ISO_DESC_TYPE(bufp) != ISO_VD_PVD || in boot_hsfs_mountroot()