Home
last modified time | relevance | path

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

/xnu-8019.80.24/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
708 return imageboot_read_file_internal(path, 0, true, bufp, bufszp); in imageboot_read_file_pageable()
714 return imageboot_read_file_internal(path, offset, false, bufp, bufszp); in imageboot_read_file_from_offset()
720 return imageboot_read_file_internal(path, 0, false, bufp, bufszp); in imageboot_read_file()