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

/darwin-on-arm/xnu/bsd/sys/
H A Dimageboot.h34 int imageboot_mount_image(const char *root_path, int height);
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c132 imageboot_mount_image(const char *root_path, int height) function
218 error = imageboot_mount_image(root_path, height);
236 error = imageboot_mount_image(root_path, height);
286 error = imageboot_mount_image(root_path, 0);
304 error = imageboot_mount_image(root_path, 1);
H A Dnetboot.c752 printf("netboot_setup: calling imageboot_mount_image\n");
753 error = imageboot_mount_image(S_netboot_info_p->image_path, -1);
758 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0);

Completed in 21 milliseconds