Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c234 static struct boot_catalog_entry *
237 return ecalloc(1, sizeof(struct boot_catalog_entry)); in cd9660_init_boot_catalog_entry()
240 static struct boot_catalog_entry *
243 struct boot_catalog_entry *entry; in cd9660_boot_setup_validation_entry()
275 static struct boot_catalog_entry *
278 struct boot_catalog_entry *default_entry; in cd9660_boot_setup_default_entry()
303 static struct boot_catalog_entry *
306 struct boot_catalog_entry *entry; in cd9660_boot_setup_section_head()
325 static struct boot_catalog_entry *
328 struct boot_catalog_entry *entry; in cd9660_boot_setup_section_entry()
[all …]
H A Dcd9660_eltorito.h130 struct boot_catalog_entry { struct
140 LIST_ENTRY(boot_catalog_entry) ll_struct; argument
/freebsd-13.1/usr.sbin/makefs/
H A Dcd9660.h305 LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;