Home
last modified time | relevance | path

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

/NextBSD/sys/fs/cd9660/
HDiso.h74 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
116 char path_table_size [ISODCL (133, 140)]; /* 733 */ member
153 char path_table_size [ISODCL (141, 148)]; /* 733 */ member
/NextBSD/usr.sbin/makefs/cd9660/
HDcd9660_debug.c254 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733); in debug_dump_to_xml()
431 ((struct iso_primary_descriptor*)buf)->path_table_size, in debug_dump_to_xml_volume_descriptor()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c735 int path_table_size; member
3894 set_num_733(bp+133, vdd->path_table_size); in write_VD()
4216 vdd->path_table_size = size; in calculate_path_table_size()
4296 size_t path_table_size; in write_path_table() local
4299 path_table_size = 0; in write_path_table()
4304 path_table_size += r; in write_path_table()
4308 path_table_size = path_table_size % PATH_TABLE_BLOCK_SIZE; in write_path_table()
4309 if (path_table_size > 0) in write_path_table()
4310 r = write_null(a, PATH_TABLE_BLOCK_SIZE - path_table_size); in write_path_table()
/NextBSD/usr.sbin/makefs/
HDcd9660.c643 (unsigned char *)diskStructure.primaryDescriptor.path_table_size); in cd9660_finalize_PVD()