Home
last modified time | relevance | path

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

/freebsd/usr.bin/etdump/
H A Detdump.c137 entry_offset = offset + i * ET_BOOT_ENTRY_SIZE; in dump_section()
186 offset += ET_BOOT_ENTRY_SIZE; in dump_eltorito()
192 offset += ET_BOOT_ENTRY_SIZE; in dump_eltorito()
204 offset += entry_count * ET_BOOT_ENTRY_SIZE; in dump_eltorito()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h47 #define ET_BOOT_ENTRY_SIZE 0x20 macro