cd9660_boot_image
TAILQ_HEAD(boot_image_list,cd9660_boot_image) boot_images;
struct cd9660_boot_image *image;
cd9660_boot_setup_default_entry(struct cd9660_boot_image *disk)
cd9660_boot_setup_section_entry(struct cd9660_boot_image *disk)
cd9660_boot_get_system_type(struct cd9660_boot_image *disk)
struct cd9660_boot_image *tmp_disk;
struct cd9660_boot_image *t;
struct cd9660_boot_image *);
static u_char cd9660_boot_get_system_type(struct cd9660_boot_image *);
struct cd9660_boot_image *new_image, *tmp_image;
TAILQ_ENTRY(cd9660_boot_image) image_list;