Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/makefs/
H A Dcd9660.c469 uint64_t pathTableSectors; in cd9660_makefs() local
545 pathTableSectors = CD9660_BLOCKS(diskStructure->sectorSize, in cd9660_makefs()
558 diskStructure->primaryLittleEndianTableSector + pathTableSectors; in cd9660_makefs()
565 diskStructure->primaryBigEndianTableSector + pathTableSectors; in cd9660_makefs()
570 diskStructure->pathTableLength, pathTableSectors); in cd9660_makefs()