Searched refs:root_path (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 111 char *root_path = NULL; in imageboot_desired() local 112 root_path = zalloc(ZV_NAMEI); in imageboot_desired() 146 zfree(ZV_NAMEI, root_path); in imageboot_desired() 154 char *root_path = NULL; in imageboot_needed() local 180 if (root_path != NULL) { in imageboot_needed() 181 zfree(ZV_NAMEI, root_path); in imageboot_needed() 1008 char *root_path = NULL; in imageboot_setup_new() local 1015 assert(root_path != NULL); in imageboot_setup_new() 1069 if (path != root_path) { in imageboot_setup_new() 1102 char *root_path = NULL; in imageboot_setup() local [all …]
|
| H A D | netboot.c | 264 get_root_path(char * root_path) in get_root_path() argument 297 memcpy(root_path, path, len); in get_root_path() 298 root_path[len] = '\0'; in get_root_path() 320 char * root_path = NULL; in netboot_info_init() local 327 root_path = zalloc(ZV_NAMEI); in netboot_info_init() 332 if (imageboot_format_is_valid(root_path)) { in netboot_info_init() 334 " ignoring\n", root_path); in netboot_info_init() 340 have_root_path = get_root_path(root_path); in netboot_info_init() 356 root_path); in netboot_info_init() 368 root_path); in netboot_info_init() [all …]
|
| H A D | chunklist.c | 97 construct_chunklist_path(char path[static MAXPATHLEN], const char *root_path) in construct_chunklist_path() argument 101 len = strnlen(root_path, MAXPATHLEN); in construct_chunklist_path() 109 len = strlcpy(path, root_path, MAXPATHLEN); in construct_chunklist_path() 183 validate_root_image(const char *root_path, void *chunklist) in validate_root_image() argument 200 AUTHDBG("validating root dmg %s", root_path); in validate_root_image() 202 vp = imgboot_get_image_file(root_path, &fsize, &err); in validate_root_image()
|
| /xnu-11215/bsd/sys/ |
| H A D | imageboot.h | 42 int imageboot_format_is_valid(const char *root_path); 43 int imageboot_mount_image(const char *root_path, int height, imageboot_type_t type);
|