Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c237 struct iso_primary_descriptor primaryVD; in debug_dump_to_xml() local
240 memset(&primaryVD, 0, sizeof(primaryVD)); in debug_dump_to_xml()
255 memcpy(&primaryVD, buf, CD9660_SECTOR_SIZE); in debug_dump_to_xml()
262 t = debug_get_encoded_number((u_char *)primaryVD.type_l_path_table, in debug_dump_to_xml()
264 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733); in debug_dump_to_xml()
269 t = debug_get_encoded_number((u_char *)primaryVD.type_m_path_table, in debug_dump_to_xml()