Searched refs:new_image (Results 1 – 1 of 1) sorted by relevance
70 struct cd9660_boot_image *new_image, *tmp_image; in cd9660_add_boot_disk() local98 new_image = ecalloc(1, sizeof(*new_image)); in cd9660_add_boot_disk()99 new_image->loadSegment = 0; /* default for now */ in cd9660_add_boot_disk()103 new_image->system = ET_SYS_X86; in cd9660_add_boot_disk()105 new_image->system = ET_SYS_PPC; in cd9660_add_boot_disk()108 new_image->system = ET_SYS_MAC; in cd9660_add_boot_disk()113 free(new_image); in cd9660_add_boot_disk()118 new_image->filename = estrdup(filename); in cd9660_add_boot_disk()123 if (lstat(new_image->filename, &stbuf) == -1) in cd9660_add_boot_disk()125 new_image->filename); in cd9660_add_boot_disk()[all …]