Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dimageboot.h48 int imageboot_read_file_from_offset(const char *path, off_t offset, void **bufp, size_t *bufszp…
/xnu-8792.81.2/bsd/kern/
H A Dchunklist.c582 err = imageboot_read_file_from_offset(libkern_path, fat_arch.offset, &buf, &bufsz); in authenticate_libkern_uuid()
H A Dimageboot.c723 imageboot_read_file_from_offset(const char *path, const off_t offset, void **bufp, size_t *bufszp) in imageboot_read_file_from_offset() function