Symbol: ISO_SECTOR_SIZE
usr/src/cmd/fs.d/hsfs/fstyp/fstyp.c
50
char hs_buf[ISO_SECTOR_SIZE];
usr/src/cmd/fs.d/hsfs/fstyp/fstyp.c
52
char iso_buf[ISO_SECTOR_SIZE];
usr/src/cmd/fs.d/hsfs/fstyp/fstyp.c
54
char unix_buf[ISO_SECTOR_SIZE];
usr/src/cmd/fs.d/hsfs/fstyp/fstyp.c
61
((secno)+(h)->cdroff)*ISO_SECTOR_SIZE, \
usr/src/cmd/fs.d/hsfs/fstyp/fstyp.c
62
(nosec)*ISO_SECTOR_SIZE))
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
53
#define PUTSECTOR(buf, secno, nosec) (putdisk(buf, (secno)*ISO_SECTOR_SIZE, \
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
54
(nosec)*ISO_SECTOR_SIZE))
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
55
#define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
56
(nosec)*ISO_SECTOR_SIZE))
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
65
char hs_buf[ISO_SECTOR_SIZE];
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
67
char iso_buf[ISO_SECTOR_SIZE];
usr/src/cmd/fs.d/hsfs/labelit/labelit.c
69
char unix_buf[ISO_SECTOR_SIZE];
usr/src/cmd/hal/probing/volume/probe-volume.c
131
size_t secsz = ISO_SECTOR_SIZE;
usr/src/cmd/hal/probing/volume/probe-volume.c
132
uchar_t buf[ISO_SECTOR_SIZE];
usr/src/common/fs/hsfs.c
153
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/common/fs/hsfs.c
296
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/common/fs/hsfs.c
308
dirp->loc = roundup(dirp->loc, ISO_SECTOR_SIZE);
usr/src/common/fs/hsfs.c
333
size = filep->fi_count = ISO_SECTOR_SIZE;
usr/src/common/fs/hsfs.c
416
head->fi_count = ISO_SECTOR_SIZE;
usr/src/common/fs/hsfs.c
50
#define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n))
usr/src/common/fs/hsfs.c
737
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
174
if (!iso9660_devread(extent, 0, ISO_SECTOR_SIZE, (char *)DIRREC))
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
336
&& (unsigned char *)name < RRCONT_BUF + ISO_SECTOR_SIZE )
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
343
if (!iso9660_devread(ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, RRCONT_BUF))
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
397
size -= ISO_SECTOR_SIZE;
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
423
blkoffset = filepos & (ISO_SECTOR_SIZE - 1);
usr/src/grub/grub-0.97/stage2/fsys_iso9660.c
427
size = ISO_SECTOR_SIZE - blkoffset;
usr/src/stand/lib/fs/hsfs/hsfsops.c
132
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/stand/lib/fs/hsfs/hsfsops.c
299
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/stand/lib/fs/hsfs/hsfsops.c
307
dirp->loc = roundup(dirp->loc, ISO_SECTOR_SIZE);
usr/src/stand/lib/fs/hsfs/hsfsops.c
349
if (size > ISO_SECTOR_SIZE)
usr/src/stand/lib/fs/hsfs/hsfsops.c
350
size = ISO_SECTOR_SIZE;
usr/src/stand/lib/fs/hsfs/hsfsops.c
495
head->fi_count = ISO_SECTOR_SIZE;
usr/src/stand/lib/fs/hsfs/hsfsops.c
50
#define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n))
usr/src/stand/lib/fs/hsfs/hsfsops.c
820
filep->fi_count = ISO_SECTOR_SIZE;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1146
secbp = bread(vp->v_rdev, secno * 4, ISO_SECTOR_SIZE);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1177
for (i = 0; i < ISO_SECTOR_SIZE; i++)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1306
ffs((long)howmany(ISO_SECTOR_SIZE, (int)hvp->lbn_size)) - 1;
usr/src/uts/common/sys/fs/hsfs_isospec.h
80
#define MAXISOOFFSET (ISO_SECTOR_SIZE - 1)
usr/src/uts/sun4v/io/vds.c
5450
char iso_buf[ISO_SECTOR_SIZE];
usr/src/uts/sun4v/io/vds.c
5469
sec = (ISO_VOLDESC_SEC * ISO_SECTOR_SIZE) / vd->vdisk_bsize;
usr/src/uts/sun4v/io/vds.c
5471
sec, ISO_SECTOR_SIZE);