Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/etdump/
H A Detdump.c150 entry_offset = offset + i * ET_BOOT_ENTRY_SIZE; in dump_section()
196 offset += ET_BOOT_ENTRY_SIZE; in dump_eltorito()
202 offset += ET_BOOT_ENTRY_SIZE; in dump_eltorito()
214 offset += entry_count * ET_BOOT_ENTRY_SIZE; in dump_eltorito()
H A Dcd9660_eltorito.h52 #define ET_BOOT_ENTRY_SIZE 0x20 macro