Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dimageboot.h60 #define IMAGEBOOT_MAX_KALLOCSIZE (2147483648ULL) macro
/xnu-12377.81.4/bsd/kern/
H A Dimageboot.c667 if (fsize > IMAGEBOOT_MAX_KALLOCSIZE) { in imageboot_read_file_internal()