Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c229 struct iso_primary_descriptor primaryVD; in debug_dump_to_xml()
406 ((struct iso_primary_descriptor*)buf)->type, 711); in debug_dump_to_xml_volume_descriptor()
408 (u_char *)((struct iso_primary_descriptor*) buf)->id, in debug_dump_to_xml_volume_descriptor()
411 ((struct iso_primary_descriptor*)buf)->version, in debug_dump_to_xml_volume_descriptor()
414 (u_char *)((struct iso_primary_descriptor*)buf)->system_id, in debug_dump_to_xml_volume_descriptor()
420 ((struct iso_primary_descriptor*)buf)->volume_space_size, in debug_dump_to_xml_volume_descriptor()
423 ((struct iso_primary_descriptor*)buf)->volume_set_size, in debug_dump_to_xml_volume_descriptor()
429 ((struct iso_primary_descriptor*)buf)->logical_block_size, in debug_dump_to_xml_volume_descriptor()
432 ((struct iso_primary_descriptor*)buf)->path_table_size, in debug_dump_to_xml_volume_descriptor()
435 ((struct iso_primary_descriptor*)buf)->type_l_path_table, in debug_dump_to_xml_volume_descriptor()
[all …]
/dragonfly/lib/libfsid/
H A Dcd9660.c44 struct iso_primary_descriptor *pdsc; in cd9660_probe()
49 pdsc = (struct iso_primary_descriptor *)&buffer; in cd9660_probe()
60 static struct iso_primary_descriptor *pdsc; in cd9660_volname()
65 pdsc = (struct iso_primary_descriptor *)&buffer; in cd9660_volname()
/dragonfly/usr.sbin/makefs/
H A Dcd9660.h236 struct iso_primary_descriptor primaryDescriptor;
/dragonfly/sys/vfs/isofs/cd9660/
H A Diso.h61 struct iso_primary_descriptor { struct
H A Dcd9660_vfsops.c283 struct iso_primary_descriptor *pri = NULL; in iso_mountfs()
347 pri = (struct iso_primary_descriptor *)vdp; in iso_mountfs()
/dragonfly/stand/lib/
H A Dcd9660.c278 struct iso_primary_descriptor *vd; in cd9660_open()