Home
last modified time | relevance | path

Searched refs:boot_catalog_section_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/etdump/
H A Detdump.c124 boot_catalog_section_entry *entry; in dump_section()
138 if (entry_offset + sizeof(boot_catalog_section_entry) > in dump_section()
143 (boot_catalog_section_entry *)&buffer[entry_offset]; in dump_section()
190 (boot_catalog_section_entry *)entry, 0, true); in dump_eltorito()
H A Detdump.h36 boot_catalog_section_entry *bcse,
H A Doutput_shell.c38 boot_catalog_section_entry *bcse, u_char platform_id, bool initial) in output_entry()
H A Doutput_text.c59 boot_catalog_section_entry *bcse, u_char platform_id __unused, in output_entry()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h114 } boot_catalog_section_entry; typedef
134 boot_catalog_section_entry SE;
H A Dcd9660_eltorito.c335 boot_catalog_section_entry *se; in cd9660_boot_setup_section_entry()