Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmsgbuf.h82 #ifndef MSGBUF_SIZE
83 #define MSGBUF_SIZE (32768 * 3) macro
/f-stack/freebsd/kern/
H A Dsubr_param.c202 msgbufsize = MSGBUF_SIZE; in init_param1()