Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c239 const char *error_func = NULL; in imageboot_pivot_image() local
246 error_func = "imageboot_read_file"; in imageboot_pivot_image()
250 error_func = "di_root_ramfile_buf"; in imageboot_pivot_image()
257 error_func = "di_root_image"; in imageboot_pivot_image()
261 panic("%s: %s failed: %d", __FUNCTION__, error_func, error); in imageboot_pivot_image()