Searched defs:bufszp (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ ! |
| H A D | imageboot.c | 577 …st char *path, const off_t offset, const bool pageable, void **bufp, size_t *bufszp, off_t *fsizep… in imageboot_read_file_internal() 754 imageboot_read_file_pageable(const char *path, void **bufp, size_t *bufszp, bool no_softlimit) in imageboot_read_file_pageable() 760 imageboot_read_file_from_offset(const char *path, const off_t offset, void **bufp, size_t *bufszp) in imageboot_read_file_from_offset() 766 imageboot_read_file(const char *path, void **bufp, size_t *bufszp, off_t *fsizep) in imageboot_read_file()
|