Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/
H A Dcd9660.c493 uint64_t pathTableSectors; in cd9660_makefs() local
577 pathTableSectors = CD9660_BLOCKS(diskStructure->sectorSize, in cd9660_makefs()
590 diskStructure->primaryLittleEndianTableSector + pathTableSectors; in cd9660_makefs()
597 diskStructure->primaryBigEndianTableSector + pathTableSectors; in cd9660_makefs()
602 diskStructure->pathTableLength, pathTableSectors); in cd9660_makefs()