Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_debug.c377 static size_t const max_input_size = 16 * PAGE_MAX_SIZE; variable
390 if (req->newlen > max_input_size) { in _sysctl_debug_syscall_rejection_masks()