Home
last modified time | relevance | path

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

/minix/usr.sbin/makefs/
H A Dcd9660.h247 int64_t primaryLittleEndianTableSector; member
H A Dcd9660.c585 diskStructure->primaryLittleEndianTableSector = firstAvailableSector; in cd9660_makefs()
587 diskStructure->primaryLittleEndianTableSector + pathTableSectors; in cd9660_makefs()
629 diskStructure->primaryLittleEndianTableSector); in cd9660_makefs()
687 cd9660_731(diskStructure->primaryLittleEndianTableSector, in cd9660_finalize_PVD()
/minix/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c237 diskStructure->primaryLittleEndianTableSector, LITTLE_ENDIAN) == 0) in cd9660_write_path_tables()