Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c93 imageboot_format_is_valid(const char *root_path) in imageboot_format_is_valid()
112 char *root_path = NULL; in imageboot_desired() local
155 char *root_path = NULL; in imageboot_needed() local
443 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image()
1051 char *root_path = NULL; in imageboot_setup_new() local
1150 char *root_path = NULL; in imageboot_setup() local
H A Dchunklist.c97 construct_chunklist_path(char path[static MAXPATHLEN], const char *root_path) in construct_chunklist_path()
183 validate_root_image(const char *root_path, void *chunklist) in validate_root_image()
H A Dnetboot.c264 get_root_path(char * root_path) in get_root_path()
320 char * root_path = NULL; in netboot_info_init() local
/xnu-12377.41.6/tests/vfs/
H A Dvolfs_chroot.c55 const char *root_path = "/", *private_path = "/private"; variable