Searched refs:second_image_path (Results 1 – 1 of 1) sorted by relevance
108 char * second_image_path; member400 save_path(&info->second_image_path, &info->second_image_path_length, in netboot_info_init()404 if (info->second_image_path != NULL) { in netboot_info_init()405 printf("netboot: nested image %s\n", info->second_image_path); in netboot_info_init()421 kfree_data(info->second_image_path, in netboot_info_free()765 } else if (S_netboot_info_p->second_image_path != NULL) { in netboot_setup()766 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0, IMAGEBOOT_DMG); in netboot_setup()