Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimageboot.h46 int imageboot_read_file_pageable(const char *path, void **bufp, size_t *bufszp); /* use kmem_fr…
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c706 imageboot_read_file_pageable(const char *path, void **bufp, size_t *bufszp) in imageboot_read_file_pageable() function
870 err = imageboot_read_file_pageable(path, &buf, &bufsz); in imageboot_mount_ramdisk()