Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimageboot.h43 int imageboot_mount_image(const char *root_path, int height, imageboot_type_t type);
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c421 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image() function
1014 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new()
1056 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new()
1144 error = imageboot_mount_image(root_path, 0, type); in imageboot_setup()
1162 error = imageboot_mount_image(root_path, 1, type); in imageboot_setup()
H A Dnetboot.c762 error = imageboot_mount_image(S_netboot_info_p->image_path, -1, IMAGEBOOT_DMG); in netboot_setup()
766 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0, IMAGEBOOT_DMG); in netboot_setup()