Symbol: boot_catalog_entry
usr.sbin/makefs/cd9660.h
284
LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
240
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
243
return ecalloc(1, sizeof(struct boot_catalog_entry));
usr.sbin/makefs/cd9660/cd9660_eltorito.c
246
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
249
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
281
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
284
struct boot_catalog_entry *default_entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
309
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
312
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
331
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
334
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
372
struct boot_catalog_entry *x86_head, *mac_head, *ppc_head, *efi_head,
usr.sbin/makefs/cd9660/cd9660_eltorito.c
58
static struct boot_catalog_entry *cd9660_init_boot_catalog_entry(void);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
59
static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
60
static struct boot_catalog_entry *cd9660_boot_setup_default_entry(
usr.sbin/makefs/cd9660/cd9660_eltorito.c
62
static struct boot_catalog_entry *cd9660_boot_setup_section_head(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
633
struct boot_catalog_entry *e;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
138
LIST_ENTRY(boot_catalog_entry) ll_struct;