Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c54 struct cd9660_boot_image *);
57 static u_char cd9660_boot_get_system_type(struct cd9660_boot_image *);
60 static struct cd9660_boot_image *default_boot_image;
70 struct cd9660_boot_image *new_image, *tmp_image; in cd9660_add_boot_disk()
193 struct cd9660_boot_image *image; in cd9660_eltorito_add_boot_option()
273 cd9660_boot_setup_default_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_default_entry()
323 cd9660_boot_setup_section_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_section_entry()
343 cd9660_boot_get_system_type(struct cd9660_boot_image *disk)
365 struct cd9660_boot_image *tmp_disk; in cd9660_setup_boot()
421 struct cd9660_boot_image *tcbi; in cd9660_setup_boot()
[all …]
H A Dcd9660_eltorito.h144 struct cd9660_boot_image { struct
162 TAILQ_ENTRY(cd9660_boot_image) image_list; argument
/dragonfly/usr.sbin/makefs/
H A Dcd9660.h303 TAILQ_HEAD(boot_image_list,cd9660_boot_image) boot_images;