Searched refs:new_image (Results 1 – 1 of 1) sorted by relevance
77 struct cd9660_boot_image *new_image, *tmp_image; in cd9660_add_boot_disk() local105 new_image = ecalloc(1, sizeof(*new_image)); in cd9660_add_boot_disk()106 new_image->loadSegment = 0; /* default for now */ in cd9660_add_boot_disk()110 new_image->system = ET_SYS_X86; in cd9660_add_boot_disk()112 new_image->system = ET_SYS_PPC; in cd9660_add_boot_disk()115 new_image->system = ET_SYS_MAC; in cd9660_add_boot_disk()117 new_image->system = ET_SYS_EFI; in cd9660_add_boot_disk()122 free(new_image); in cd9660_add_boot_disk()127 new_image->filename = estrdup(filename); in cd9660_add_boot_disk()132 if (lstat(new_image->filename, &stbuf) == -1) in cd9660_add_boot_disk()[all …]