Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/cd9660/
HDiso.h78 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
121 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
158 char path_table_size [ISODCL (141, 148)]; /* 733 */ member
/freebsd-14-stable/usr.sbin/makefs/cd9660/
HDcd9660_debug.c254 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733); in debug_dump_to_xml()
414 (u_char *)desc->path_table_size, 733); in debug_dump_to_xml_volume_descriptor()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c735 int path_table_size; member
3905 set_num_733(bp+133, vdd->path_table_size); in write_VD()
4227 vdd->path_table_size = size; in calculate_path_table_size()
4307 size_t path_table_size; in write_path_table() local
4310 path_table_size = 0; in write_path_table()
4315 path_table_size += r; in write_path_table()
4319 path_table_size = path_table_size % PATH_TABLE_BLOCK_SIZE; in write_path_table()
4320 if (path_table_size > 0) in write_path_table()
4321 r = write_null(a, PATH_TABLE_BLOCK_SIZE - path_table_size); in write_path_table()
/freebsd-14-stable/usr.sbin/makefs/
HDcd9660.c661 (unsigned char *)diskStructure->primaryDescriptor.path_table_size); in cd9660_finalize_PVD()