Symbol: boot_catalog_entry
usr.sbin/makefs/cd9660.h
304
LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
236
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
239
return ecalloc(1, sizeof(struct boot_catalog_entry));
usr.sbin/makefs/cd9660/cd9660_eltorito.c
242
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
245
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
277
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
280
struct boot_catalog_entry *default_entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
305
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
308
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
324
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
327
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
365
struct boot_catalog_entry *x86_head, *mac_head, *ppc_head, *efi_head,
usr.sbin/makefs/cd9660/cd9660_eltorito.c
54
static struct boot_catalog_entry *cd9660_init_boot_catalog_entry(void);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
55
static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
56
static struct boot_catalog_entry *cd9660_boot_setup_default_entry(
usr.sbin/makefs/cd9660/cd9660_eltorito.c
58
static struct boot_catalog_entry *cd9660_boot_setup_section_head(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
634
struct boot_catalog_entry *e;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
136
LIST_ENTRY(boot_catalog_entry) ll_struct;