Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dimageboot.c555 imageboot_read_file_internal(const char *path, const off_t offset, const bool pageable, void **bufp… in imageboot_read_file_internal() function
712 return imageboot_read_file_internal(path, 0, true, bufp, bufszp, NULL); in imageboot_read_file_pageable()
718 return imageboot_read_file_internal(path, offset, false, bufp, bufszp, NULL); in imageboot_read_file_from_offset()
724 return imageboot_read_file_internal(path, 0, false, bufp, bufszp, fsizep); in imageboot_read_file()