Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dnetboot.c104 char * image_path; member
125 char * * mount_dir, char * * image_path) in parse_booter_path()
155 *image_path = NULL; in parse_booter_path()
160 *image_path = start; in parse_booter_path()
212 char * * mount_dir, char * * image_path) in parse_netboot_path()
239 *image_path = NULL; in parse_netboot_path()
245 *image_path = start; in parse_netboot_path()
253 char * * mount_dir, char * * image_path) in parse_image_path()
257 image_path); in parse_image_path()
260 image_path); in parse_image_path()
[all …]
H A Dimageboot.c199 imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path, in imageboot_pivot_image() argument
218 error = vnode_lookup(image_path, 0, &imagevp, vfs_context_kernel()); in imageboot_pivot_image()
239 error = di_root_image_ext(image_path, devname, DEVMAXNAMESIZE, &dev, true); in imageboot_pivot_image()
244 printf("%s: attached disk image %s as %s\n", __FUNCTION__, image_path, devname); in imageboot_pivot_image()
249 error = authenticate_root_with_chunklist(image_path, NULL); in imageboot_pivot_image()
255 printf("failed to chunklist-authenticate root-dmg @ %s\n", image_path); in imageboot_pivot_image()
/xnu-8796.141.3/bsd/sys/
H A Dimageboot.h44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,