Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c58 static struct boot_catalog_entry *cd9660_init_boot_catalog_entry(void);
59 static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
60 static struct boot_catalog_entry *cd9660_boot_setup_default_entry(
62 static struct boot_catalog_entry *cd9660_boot_setup_section_head(char);
240 static struct boot_catalog_entry *
243 return ecalloc(1, sizeof(struct boot_catalog_entry)); in cd9660_init_boot_catalog_entry()
246 static struct boot_catalog_entry *
249 struct boot_catalog_entry *entry; in cd9660_boot_setup_validation_entry()
281 static struct boot_catalog_entry *
284 struct boot_catalog_entry *default_entry; in cd9660_boot_setup_default_entry()
[all …]
H A Dcd9660_eltorito.h128 struct boot_catalog_entry { struct
138 LIST_ENTRY(boot_catalog_entry) ll_struct; argument
/freebsd/usr.sbin/makefs/
H A Dcd9660.h284 LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;