Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_cons.c570 static unsigned int consmsgbuf_size = 65536; variable
571 SYSCTL_UINT(_kern, OID_AUTO, consmsgbuf_size, CTLFLAG_RWTUN, &consmsgbuf_size,
580 int size = consmsgbuf_size; in constty_set()