HomeSort by relevance Sort by last modified time
    Searched refs:ISO_SECTOR_SIZE (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
fsys_iso9660.c 167 if (!iso9660_devread(extent, 0, ISO_SECTOR_SIZE, (char *)DIRREC))
329 && (unsigned char *)name < RRCONT_BUF + ISO_SECTOR_SIZE )
336 if (!iso9660_devread(ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, RRCONT_BUF))
390 size -= ISO_SECTOR_SIZE;
416 blkoffset = filepos & (ISO_SECTOR_SIZE - 1);
420 size = ISO_SECTOR_SIZE - blkoffset;
start_eltorito.S 101 add $(ISO_SECTOR_SIZE-1), %eax
320 .word (STAGE2_SIZE + ISO_SECTOR_SIZE - 1) >> ISO_SECTOR_BITS
iso9660.h 33 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS)

Completed in 478 milliseconds