HomeSort by: relevance | last modified time | path
    Searched refs:boot_catalog_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 54 static struct boot_catalog_entry *cd9660_init_boot_catalog_entry(void);
55 static struct boot_catalog_entry *cd9660_boot_setup_validation_entry(char);
56 static struct boot_catalog_entry *cd9660_boot_setup_default_entry(
58 static struct boot_catalog_entry *cd9660_boot_setup_section_head(char);
236 static struct boot_catalog_entry *
239 return ecalloc(1, sizeof(struct boot_catalog_entry));
242 static struct boot_catalog_entry *
245 struct boot_catalog_entry *entry;
277 static struct boot_catalog_entry *
280 struct boot_catalog_entry *default_entry
    [all...]
cd9660_eltorito.h 126 struct boot_catalog_entry { struct
136 LIST_ENTRY(boot_catalog_entry) ll_struct;
  /src/usr.sbin/makefs/
cd9660.h 304 LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;

Completed in 13 milliseconds