Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dimageboot.h43 int imageboot_mount_image(const char *root_path, int height, imageboot_type_t type);
/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c443 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image() function
1067 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new()
1109 error = imageboot_mount_image(root_path, height, type); in imageboot_setup_new()
1202 error = imageboot_mount_image(root_path, 0, type); in imageboot_setup()
1220 error = imageboot_mount_image(root_path, 1, type); in imageboot_setup()
H A Dnetboot.c684 error = imageboot_mount_image(S_netboot_info_p->image_path, -1, IMAGEBOOT_DMG); in netboot_setup()
688 error = imageboot_mount_image(S_netboot_info_p->second_image_path, 0, IMAGEBOOT_DMG); in netboot_setup()