Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimageboot.h51 imgboot_get_image_file(const char *path, off_t *fsize, int *errp);
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c725 imgboot_get_image_file(const char *path, off_t *fsize, int *errp) in imgboot_get_image_file() function
825 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()
H A Dchunklist.c202 vp = imgboot_get_image_file(root_path, &fsize, &err); in validate_root_image()