Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c231 static struct boot_catalog_entry *
234 return ecalloc(1, sizeof(struct boot_catalog_entry)); in cd9660_init_boot_catalog_entry()
237 static struct boot_catalog_entry *
240 struct boot_catalog_entry *entry; in cd9660_boot_setup_validation_entry()
272 static struct boot_catalog_entry *
275 struct boot_catalog_entry *default_entry; in cd9660_boot_setup_default_entry()
300 static struct boot_catalog_entry *
303 struct boot_catalog_entry *entry; in cd9660_boot_setup_section_head()
322 static struct boot_catalog_entry *
325 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
/dragonfly/usr.sbin/makefs/
H A Dcd9660.h305 LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;