Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dcd9660.h221 int64_t primaryLittleEndianTableSector; member
H A Dcd9660.c547 diskStructure->primaryLittleEndianTableSector = firstAvailableSector; in cd9660_makefs()
549 diskStructure->primaryLittleEndianTableSector + pathTableSectors; in cd9660_makefs()
591 diskStructure->primaryLittleEndianTableSector); in cd9660_makefs()
649 cd9660_731(diskStructure->primaryLittleEndianTableSector, in cd9660_finalize_PVD()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c238 diskStructure->primaryLittleEndianTableSector, LITTLE_ENDIAN) == 0) in cd9660_write_path_tables()