Searched refs:imageboot_read_file_pageable (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | imageboot.h | 46 int imageboot_read_file_pageable(const char *path, void **bufp, size_t *bufszp, bool no_softlim…
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | imageboot.c | 248 error = imageboot_read_file_pageable(image_path, &buf, &bufsz, /* no_softlimit */ true); in imageboot_pivot_image() 754 imageboot_read_file_pageable(const char *path, void **bufp, size_t *bufszp, bool no_softlimit) in imageboot_read_file_pageable() function 923 err = imageboot_read_file_pageable(path, &buf, &bufsz, /* no_softlimit */ true); in imageboot_mount_ramdisk()
|