Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dcd9660.h68 #define ISO_VOLUME_DESCRIPTOR_STANDARD_ID "CD001" macro
H A Dcd9660.c745 ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5); in cd9660_setup_volume_descriptors()
771 ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5); in cd9660_setup_volume_descriptors()
/freebsd/usr.bin/etdump/
H A Detdump.c166 if (memcmp(bvd->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5) != 0) in dump_eltorito()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c539 memcpy(bvdData->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5); in cd9660_setup_boot_volume_descriptor()
542 memcpy(bvdData->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5); in cd9660_setup_boot_volume_descriptor()