Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c577 imageboot_read_file_internal(const char *path, const off_t offset, const bool pageable, void **bufp… in imageboot_read_file_internal() function
756 return imageboot_read_file_internal(path, 0, true, bufp, bufszp, NULL, no_softlimit); in imageboot_read_file_pageable()
762 …return imageboot_read_file_internal(path, offset, false, bufp, bufszp, NULL, /* no_softlimit */ fa… in imageboot_read_file_from_offset()
768 …return imageboot_read_file_internal(path, 0, false, bufp, bufszp, fsizep, /* no_softlimit */ false… in imageboot_read_file()