Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/sys/
H A Dimageboot.h42 int imageboot_format_is_valid(const char *root_path);
/xnu-8796.101.5/bsd/kern/
H A Dimageboot.c92 imageboot_format_is_valid(const char *root_path) in imageboot_format_is_valid() function
136 if (imageboot_format_is_valid(root_path)) { in imageboot_desired()
172 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()