Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dimageboot.h37 } imageboot_type_t; typedef
39 imageboot_type_t imageboot_needed(void);
41 void imageboot_setup(imageboot_type_t type);
43 int imageboot_mount_image(const char *root_path, int height, imageboot_type_t type);
44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,
/xnu-8020.121.3/bsd/kern/
H A Dimageboot.c83 static boolean_t imageboot_setup_new(imageboot_type_t type);
150 __private_extern__ imageboot_type_t
153 imageboot_type_t result = IMAGEBOOT_NONE; in imageboot_needed()
199 imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path, in imageboot_pivot_image()
421 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image()
1000 imageboot_setup_new(imageboot_type_t type) in imageboot_setup_new()
1094 imageboot_setup(imageboot_type_t type) in imageboot_setup()
H A Dbsd_init.c937 imageboot_type_t imageboot_type = imageboot_needed(); in bsd_init()