Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/makefs/
H A Dcd9660.h230 int pathTableLength; member
H A Dcd9660.c542 diskStructure->pathTableLength = cd9660_generate_path_table( in cd9660_makefs()
546 diskStructure->pathTableLength); in cd9660_makefs()
570 diskStructure->pathTableLength, pathTableSectors); in cd9660_makefs()
655 cd9660_bothendian_dword(diskStructure->pathTableLength, in cd9660_finalize_PVD()
/freebsd-14.2/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c168 diskStructure->pathTableLength); in cd9660_write_path_table()