Searched refs:MAX_MSG_BSIZE (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ | ||
| H A D | msgbuf.h | 68 #define MAX_MSG_BSIZE (1*1024*1024) macro |
| /xnu-12377.1.9/bsd/kern/ | ||
| H A D | subr_log.c | 609 if (size == 0 || size > MAX_MSG_BSIZE) { in log_setsize() |