Searched refs:imageboot_read_file_from_offset (Results 1 – 3 of 3) sorted by relevance
48 int imageboot_read_file_from_offset(const char *path, off_t offset, void **bufp, size_t *bufszp…
582 err = imageboot_read_file_from_offset(libkern_path, fat_arch.offset, &buf, &bufsz); in authenticate_libkern_uuid()
743 imageboot_read_file_from_offset(const char *path, const off_t offset, void **bufp, size_t *bufszp) in imageboot_read_file_from_offset() function