Home
last modified time | relevance | path

Searched refs:ISO_VOLDESC_SEC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c238 secno = ISO_VOLDESC_SEC;
272 secno = ISO_VOLDESC_SEC;
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c269 secno = ISO_VOLDESC_SEC; in findisovol()
307 secno = ISO_VOLDESC_SEC; in findunixvol()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h79 #define ISO_VOLDESC_SEC 16 /* 1st sector of volume descriptors */ macro
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c144 readoff = probe_offset + ISO_VOLDESC_SEC * secsz; in hsfs_contents()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c414 head->fi_blocknum = hdbtodb(ISO_VOLDESC_SEC); in bhsfs_mountroot()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c494 head->fi_blocknum = hdbtodb(ISO_VOLDESC_SEC); in boot_hsfs_mountroot()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1145 secno = hs_findvoldesc(vp->v_rdev, ISO_VOLDESC_SEC); in hs_findisovol()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5469 sec = (ISO_VOLDESC_SEC * ISO_SECTOR_SIZE) / vd->vdisk_bsize; in vd_dskimg_is_iso_image()