Home
last modified time | relevance | path

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

/freebsd/sys/fs/cd9660/
H A 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/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c253 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733); in debug_dump_to_xml()
413 (u_char *)desc->path_table_size, 733); in debug_dump_to_xml_volume_descriptor()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_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/usr.sbin/makefs/
H A Dcd9660.c652 (unsigned char *)diskStructure->primaryDescriptor.path_table_size); in cd9660_finalize_PVD()