Home
last modified time | relevance | path

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

/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c58 struct cd9660_boot_image *);
62 static u_char cd9660_boot_get_system_type(struct cd9660_boot_image *);
73 struct cd9660_boot_image *new_image, *tmp_image; in cd9660_add_boot_disk()
182 struct cd9660_boot_image *image; in cd9660_eltorito_add_boot_option()
255 cd9660_boot_setup_default_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_default_entry()
302 cd9660_boot_setup_section_entry(struct cd9660_boot_image *disk) in cd9660_boot_setup_section_entry()
322 cd9660_boot_get_system_type(struct cd9660_boot_image *disk)
344 struct cd9660_boot_image *tmp_disk; in cd9660_setup_boot()
567 struct cd9660_boot_image *t; in cd9660_write_boot()
H A Dcd9660_eltorito.h141 struct cd9660_boot_image { struct
158 TAILQ_ENTRY(cd9660_boot_image) image_list; argument
/openbsd/usr.sbin/makefs/
H A Dcd9660.h261 TAILQ_HEAD(boot_image_list,cd9660_boot_image) boot_images;