Symbol: boot_catalog_entry
usr.sbin/makefs/cd9660.h
263
LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
213
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
216
return ecalloc(1, sizeof(struct boot_catalog_entry));
usr.sbin/makefs/cd9660/cd9660_eltorito.c
219
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
222
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
254
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
257
struct boot_catalog_entry *default_entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
282
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
285
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
301
static struct boot_catalog_entry *
usr.sbin/makefs/cd9660/cd9660_eltorito.c
304
struct boot_catalog_entry *entry;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
342
struct boot_catalog_entry *x86_head, *mac_head, *ppc_head, *efi_head,
usr.sbin/makefs/cd9660/cd9660_eltorito.c
55
static struct boot_catalog_entry *cd9660_init_boot_catalog_entry(void);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
56
static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
566
struct boot_catalog_entry *e;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
57
static struct boot_catalog_entry *cd9660_boot_setup_default_entry(
usr.sbin/makefs/cd9660/cd9660_eltorito.c
59
static struct boot_catalog_entry *cd9660_boot_setup_section_head(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
60
static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
usr.sbin/makefs/cd9660/cd9660_eltorito.h
137
LIST_ENTRY(boot_catalog_entry) ll_struct;