Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dimageboot.h42 int imageboot_format_is_valid(const char *root_path);
/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c93 imageboot_format_is_valid(const char *root_path) in imageboot_format_is_valid() function
137 if (imageboot_format_is_valid(root_path)) { in imageboot_desired()
173 if (imageboot_format_is_valid(root_path)) { in imageboot_needed()
H A Dnetboot.c332 if (imageboot_format_is_valid(root_path)) { in netboot_info_init()