Home
last modified time | relevance | path

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

/xen/tools/libfsimage/iso9660/
A Dfsys_iso9660.c175 if (!iso9660_devread(ffi, extent, 0, ISO_SECTOR_SIZE, (char *)DIRREC)) in iso9660_dir()
337 && (unsigned char *)name < RRCONT_BUF + ISO_SECTOR_SIZE ) in iso9660_dir()
344 if (!iso9660_devread(ffi, ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, (char *)RRCONT_BUF)) in iso9660_dir()
398 size -= ISO_SECTOR_SIZE; in iso9660_dir()
424 blkoffset = filepos & (ISO_SECTOR_SIZE - 1); in iso9660_read()
428 size = ISO_SECTOR_SIZE - blkoffset; in iso9660_read()
A Diso9660.h32 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS) macro

Completed in 4 milliseconds