Searched refs:second_image_path (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c115 char * second_image_path; member in struct:netboot_info
412 save_path(&info->second_image_path, &info->second_image_path_length,
416 if (info->second_image_path != NULL) {
417 printf("netboot: nested image %s\n", info->second_image_path);
439 if (info->second_image_path) {
440 kfree(info->second_image_path, info->second_image_path_length);
757 else if (S_netboot_info_p->second_image_path != NULL) {
758 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0);

Completed in 48 milliseconds