Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/tests/vm/ !
H A Dtest_vm_no_pager_helper.c148 disk_image_attach(const char* image_path, const char* mount_point) in disk_image_attach() argument
150 return exec_cmd("diskutil image attach --mountPoint \"%s\" %s", mount_point, image_path); in disk_image_attach()
281 create_disk_image(const char* image_path, const char* volume_name, bool use_gpt, char* device_name_… in create_disk_image() argument
289 …k --size 10m --volumeName %s %s", volume_name, image_path), "Image creation at `%s` failed\n", ima… in create_disk_image()
292 …-noMount %s | head -1 | awk {'print $1'}", image_path), "Attaching image (nomount) at %s failed\n"… in create_disk_image()
/xnu-11215.1.10/bsd/sys/ !
H A Dimageboot.h44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,