Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dimageboot.h47 int imageboot_read_file(const char *path, void **bufp, size_t *bufszp, off_t *fsizep);
/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c577 …t off_t offset, const bool pageable, void **bufp, size_t *bufszp, off_t *fsizep, bool no_softlimit) in imageboot_read_file_internal() argument
616 if (fsizep) { in imageboot_read_file_internal()
617 *fsizep = fsize; in imageboot_read_file_internal()
766 imageboot_read_file(const char *path, void **bufp, size_t *bufszp, off_t *fsizep) in imageboot_read_file() argument
768 …return imageboot_read_file_internal(path, 0, false, bufp, bufszp, fsizep, /* no_softlimit */ false… in imageboot_read_file()