Searched refs:ISO_SECTOR_SIZE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | labelit.c | 53 #define PUTSECTOR(buf, secno, nosec) (putdisk(buf, (secno)*ISO_SECTOR_SIZE, \ 54 (nosec)*ISO_SECTOR_SIZE)) 55 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ 56 (nosec)*ISO_SECTOR_SIZE)) 65 char hs_buf[ISO_SECTOR_SIZE]; 67 char iso_buf[ISO_SECTOR_SIZE]; 69 char unix_buf[ISO_SECTOR_SIZE];
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_iso9660.c | 174 if (!iso9660_devread(extent, 0, ISO_SECTOR_SIZE, (char *)DIRREC)) in iso9660_dir() 336 && (unsigned char *)name < RRCONT_BUF + ISO_SECTOR_SIZE ) in iso9660_dir() 343 if (!iso9660_devread(ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, RRCONT_BUF)) in iso9660_dir() 397 size -= ISO_SECTOR_SIZE; in iso9660_dir() 423 blkoffset = filepos & (ISO_SECTOR_SIZE - 1); in iso9660_read() 427 size = ISO_SECTOR_SIZE - blkoffset; in iso9660_read()
|
H A D | start_eltorito.S | 101 add $(ISO_SECTOR_SIZE-1), %eax 320 .word (STAGE2_SIZE + ISO_SECTOR_SIZE - 1) >> ISO_SECTOR_BITS
|
H A D | iso9660.h | 33 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS) macro
|
/titanic_50/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 50 char hs_buf[ISO_SECTOR_SIZE]; 52 char iso_buf[ISO_SECTOR_SIZE]; 54 char unix_buf[ISO_SECTOR_SIZE]; 61 ((secno)+(h)->cdroff)*ISO_SECTOR_SIZE, \ 62 (nosec)*ISO_SECTOR_SIZE))
|
/titanic_50/usr/src/common/fs/ |
H A D | hsfs.c | 55 #define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n)) 167 filep->fi_count = ISO_SECTOR_SIZE; in opendir() 306 filep->fi_count = ISO_SECTOR_SIZE; in readdir() 315 dirp->loc = roundup(dirp->loc, ISO_SECTOR_SIZE); in readdir() 339 size = filep->fi_count = ISO_SECTOR_SIZE; in getblock() 420 head->fi_count = ISO_SECTOR_SIZE; in bhsfs_mountroot() 735 filep->fi_count = ISO_SECTOR_SIZE; in parse_dir()
|
/titanic_50/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 50 #define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n)) 132 filep->fi_count = ISO_SECTOR_SIZE; in opendir() 299 filep->fi_count = ISO_SECTOR_SIZE; in readdir() 307 dirp->loc = roundup(dirp->loc, ISO_SECTOR_SIZE); in readdir() 349 if (size > ISO_SECTOR_SIZE) in getblock() 350 size = ISO_SECTOR_SIZE; in getblock() 495 head->fi_count = ISO_SECTOR_SIZE; in boot_hsfs_mountroot() 820 filep->fi_count = ISO_SECTOR_SIZE; in parse_dir()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | hsfs_isospec.h | 74 #define ISO_SECTOR_SIZE 2048 /* bytes per logical sector */ macro 80 #define MAXISOOFFSET (ISO_SECTOR_SIZE - 1)
|
/titanic_50/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 131 size_t secsz = ISO_SECTOR_SIZE; in hsfs_contents() 132 uchar_t buf[ISO_SECTOR_SIZE]; in hsfs_contents()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1145 secbp = bread(vp->v_rdev, secno * 4, ISO_SECTOR_SIZE); in hs_findisovol() 1176 for (i = 0; i < ISO_SECTOR_SIZE; i++) in hs_findisovol() 1305 ffs((long)howmany(ISO_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parseisovol()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vds.c | 5445 char iso_buf[ISO_SECTOR_SIZE]; in vd_dskimg_is_iso_image() 5464 sec = (ISO_VOLDESC_SEC * ISO_SECTOR_SIZE) / vd->vdisk_bsize; in vd_dskimg_is_iso_image() 5466 sec, ISO_SECTOR_SIZE); in vd_dskimg_is_iso_image()
|