Symbol: iso_primary_descriptor
sys/arch/i386/stand/lib/biosdisk.c
621
struct iso_primary_descriptor *vd;
sys/arch/i386/stand/lib/biosdisk.c
627
vd = (struct iso_primary_descriptor *)d->buf;
sys/fs/cd9660/cd9660_vfsops.c
350
struct iso_primary_descriptor *pri;
sys/fs/cd9660/cd9660_vfsops.c
354
pri = (struct iso_primary_descriptor *)bp->b_data;
sys/lib/libsa/cd9660.c
140
struct iso_primary_descriptor *vd;
sys/stand/efiboot/efiblock.c
246
struct iso_primary_descriptor vd;
usr.sbin/installboot/cd9660.c
116
struct iso_primary_descriptor ipd;
usr.sbin/installboot/cd9660.c
69
struct iso_primary_descriptor ipd;
usr.sbin/makefs/cd9660.h
235
struct iso_primary_descriptor primaryDescriptor;
usr.sbin/makefs/cd9660/cd9660_debug.c
237
struct iso_primary_descriptor primaryVD;
usr.sbin/makefs/cd9660/cd9660_debug.c
415
((struct iso_primary_descriptor*)buf)->type, 711);
usr.sbin/makefs/cd9660/cd9660_debug.c
417
(u_char *)((struct iso_primary_descriptor*) buf)->id,
usr.sbin/makefs/cd9660/cd9660_debug.c
420
((struct iso_primary_descriptor*)buf)->version,
usr.sbin/makefs/cd9660/cd9660_debug.c
423
(u_char *)((struct iso_primary_descriptor*)buf)->system_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
426
(u_char *)((struct iso_primary_descriptor*)buf)->volume_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
429
((struct iso_primary_descriptor*)buf)->volume_space_size,
usr.sbin/makefs/cd9660/cd9660_debug.c
432
((struct iso_primary_descriptor*)buf)->volume_set_size,
usr.sbin/makefs/cd9660/cd9660_debug.c
435
((struct iso_primary_descriptor*)buf)->volume_sequence_number,
usr.sbin/makefs/cd9660/cd9660_debug.c
438
((struct iso_primary_descriptor*)buf)->logical_block_size,
usr.sbin/makefs/cd9660/cd9660_debug.c
441
((struct iso_primary_descriptor*)buf)->path_table_size,
usr.sbin/makefs/cd9660/cd9660_debug.c
444
((struct iso_primary_descriptor*)buf)->type_l_path_table,
usr.sbin/makefs/cd9660/cd9660_debug.c
447
((struct iso_primary_descriptor*)buf)->opt_type_l_path_table,
usr.sbin/makefs/cd9660/cd9660_debug.c
450
((struct iso_primary_descriptor*)buf)->type_m_path_table,
usr.sbin/makefs/cd9660/cd9660_debug.c
453
((struct iso_primary_descriptor*)buf)->opt_type_m_path_table,732);
usr.sbin/makefs/cd9660/cd9660_debug.c
455
(u_char *)((struct iso_primary_descriptor*)buf)->root_directory_record);
usr.sbin/makefs/cd9660/cd9660_debug.c
457
(u_char *)((struct iso_primary_descriptor*) buf)->volume_set_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
460
(u_char *)((struct iso_primary_descriptor*) buf)->publisher_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
463
(u_char *)((struct iso_primary_descriptor*) buf)->preparer_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
466
(u_char *)((struct iso_primary_descriptor*) buf)->application_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
469
(u_char *)((struct iso_primary_descriptor*) buf)->copyright_file_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
472
(u_char *)((struct iso_primary_descriptor*) buf)->abstract_file_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
475
(u_char *)((struct iso_primary_descriptor*) buf)->bibliographic_file_id,
usr.sbin/makefs/cd9660/cd9660_debug.c
479
(u_char *)((struct iso_primary_descriptor*) buf)->creation_date,
usr.sbin/makefs/cd9660/cd9660_debug.c
482
(u_char *)((struct iso_primary_descriptor*) buf)->modification_date,
usr.sbin/makefs/cd9660/cd9660_debug.c
485
(u_char *)((struct iso_primary_descriptor*) buf)->expiration_date,
usr.sbin/makefs/cd9660/cd9660_debug.c
488
(u_char *)((struct iso_primary_descriptor*) buf)->effective_date,
usr.sbin/makefs/cd9660/cd9660_debug.c
492
(u_char *)((struct iso_primary_descriptor*) buf)->file_structure_version,
usr.sbin/mscdlabel/iso9660.c
16
printinfo(struct iso_primary_descriptor *vd)
usr.sbin/mscdlabel/iso9660.c
41
struct iso_primary_descriptor *vd;
usr.sbin/sysinst/util.c
427
struct iso_primary_descriptor *pd = NULL;
usr.sbin/sysinst/util.c
438
pd = (struct iso_primary_descriptor*)buf;