Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dcd9660.h230 int pathTableLength; member
H A Dcd9660.c533 diskStructure->pathTableLength = cd9660_generate_path_table( in cd9660_makefs()
537 diskStructure->pathTableLength); in cd9660_makefs()
561 diskStructure->pathTableLength, pathTableSectors); in cd9660_makefs()
646 cd9660_bothendian_dword(diskStructure->pathTableLength, in cd9660_finalize_PVD()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c168 diskStructure->pathTableLength); in cd9660_write_path_table()