Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dmsgbuf.h68 #define MAX_MSG_BSIZE (1*1024*1024) macro
/xnu-12377.61.12/bsd/kern/
H A Dsubr_log.c609 if (size == 0 || size > MAX_MSG_BSIZE) { in log_setsize()