Home
last modified time | relevance | path

Searched refs:ISO_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Dfsys_iso9660.c167 if (!iso9660_devread(extent, 0, ISO_SECTOR_SIZE, (char *)DIRREC)) in iso9660_dir()
329 && (unsigned char *)name < RRCONT_BUF + ISO_SECTOR_SIZE ) in iso9660_dir()
336 if (!iso9660_devread(ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, RRCONT_BUF)) in iso9660_dir()
390 size -= ISO_SECTOR_SIZE; in iso9660_dir()
416 blkoffset = filepos & (ISO_SECTOR_SIZE - 1); in iso9660_read()
420 size = ISO_SECTOR_SIZE - blkoffset; in iso9660_read()
Dstart_eltorito.S101 add $(ISO_SECTOR_SIZE-1), %eax
320 .word (STAGE2_SIZE + ISO_SECTOR_SIZE - 1) >> ISO_SECTOR_BITS
Diso9660.h33 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS) macro