Searched refs:no_softlimit (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | imageboot.h | 46 …ead_file_pageable(const char *path, void **bufp, size_t *bufszp, bool no_softlimit); /* use kmem_f…
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | imageboot.c | 577 …t off_t offset, const bool pageable, void **bufp, size_t *bufszp, off_t *fsizep, bool no_softlimit) in imageboot_read_file_internal() argument 653 if (no_softlimit) { in imageboot_read_file_internal() 674 if (no_softlimit) { 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() argument 756 return imageboot_read_file_internal(path, 0, true, bufp, bufszp, NULL, no_softlimit); in imageboot_read_file_pageable()
|