Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dcd9660.c466 uint64_t pathTableSectors; in cd9660_makefs() local
538 pathTableSectors = CD9660_BLOCKS(diskStructure->sectorSize, in cd9660_makefs()
551 diskStructure->primaryLittleEndianTableSector + pathTableSectors; in cd9660_makefs()
558 diskStructure->primaryBigEndianTableSector + pathTableSectors; in cd9660_makefs()
563 diskStructure->pathTableLength, pathTableSectors); in cd9660_makefs()