Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cons.c593 static unsigned int consmsgbuf_size = 65536; variable
594 SYSCTL_UINT(_kern, OID_AUTO, consmsgbuf_size, CTLFLAG_RWTUN, &consmsgbuf_size,
603 int size = consmsgbuf_size; in constty_set()