Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cons.c110 static char *consbuf; /* buffer used by `consmsgbuf' */ variable
611 if (consbuf == NULL) { in constty_set()
622 if (consbuf == NULL) { in constty_set()
623 consbuf = buf; in constty_set()