Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dimageboot.h47 int imageboot_read_file(const char *path, void **bufp, size_t *bufszp, off_t *fsizep);
/xnu-12377.41.6/bsd/kern/ !
H A Dchunklist.c453 err = imageboot_read_file(chunklist_path, &chunklist_buf, &chunklist_len, NULL); in authenticate_root_with_chunklist()
516 err = imageboot_read_file(bootkc_path, &buf, &bufsz, NULL); in authenticate_bootkc_uuid()
567 err = imageboot_read_file(libkern_path, &buf, &bufsz, &fsize); in authenticate_libkern_uuid()
H A Dimageboot.c766 imageboot_read_file(const char *path, void **bufp, size_t *bufszp, off_t *fsizep) in imageboot_read_file() function
860 rv = imageboot_read_file(ticket_path, (void **)&tck.i4b_bytes, &tck.i4b_len, NULL); in authenticate_root_with_img4()