Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/cd9660/
Diso.h76 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
119 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
156 char path_table_size [ISODCL (141, 148)]; /* 733 */ member
/freebsd-12-stable/usr.sbin/makefs/cd9660/
Dcd9660_debug.c255 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733); in debug_dump_to_xml()
432 ((struct iso_primary_descriptor*)buf)->path_table_size, in debug_dump_to_xml_volume_descriptor()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_write_set_format_iso9660.c735 int path_table_size; member
3906 set_num_733(bp+133, vdd->path_table_size); in write_VD()
4231 vdd->path_table_size = size; in calculate_path_table_size()
4311 size_t path_table_size; in write_path_table() local
4314 path_table_size = 0; in write_path_table()
4319 path_table_size += r; in write_path_table()
4323 path_table_size = path_table_size % PATH_TABLE_BLOCK_SIZE; in write_path_table()
4324 if (path_table_size > 0) in write_path_table()
4325 r = write_null(a, PATH_TABLE_BLOCK_SIZE - path_table_size); in write_path_table()
/freebsd-12-stable/usr.sbin/makefs/
Dcd9660.c674 (unsigned char *)diskStructure->primaryDescriptor.path_table_size); in cd9660_finalize_PVD()