Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h41 #define ET_ID "EL TORITO SPECIFICATION" macro
H A Dcd9660_eltorito.c541 memcpy(bvdData->boot_system_identifier, ET_ID, 23); in cd9660_setup_boot_volume_descriptor()
/freebsd/usr.bin/etdump/
H A Detdump.c169 memcmp(bvd->boot_system_identifier, ET_ID, 23) != 0) in dump_eltorito()