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