Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dimageboot.c238 const char *error_func = NULL; in imageboot_pivot_image() local
245 error_func = "imageboot_read_file"; in imageboot_pivot_image()
248 error_func = "di_root_ramfile_buf"; in imageboot_pivot_image()
255 error_func = "di_root_image"; in imageboot_pivot_image()
259 panic("%s: %s failed: %d", __FUNCTION__, error_func, error); in imageboot_pivot_image()