Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c253 ve = &entry->entry_data.VE; in cd9660_boot_setup_validation_entry()
288 ie = &default_entry->entry_data.IE; in cd9660_boot_setup_default_entry()
316 sh = &entry->entry_data.SH; in cd9660_boot_setup_section_head()
333 se = &entry->entry_data.SE; in cd9660_boot_setup_section_entry()
494 head->entry_data.SH.num_section_entries[0]++; in cd9660_setup_boot()
517 head->entry_data.SH.header_indicator[0] = ET_SECTION_HEADER_LAST; in cd9660_setup_boot()
657 fwrite(&(e->entry_data.VE), 1, 32, fd); in cd9660_write_boot()
H A Dcd9660_eltorito.h134 } entry_data; member