Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_cons.c94 static char *consbuf; /* buffer used by `consmsgbuf' */ variable
562 if (consbuf == NULL) { in constty_set()
564 consbuf = malloc(size, M_TTYCONS, M_WAITOK); in constty_set()
565 msgbuf_init(&consmsgbuf, consbuf, size); in constty_set()
581 if (consbuf == NULL) in constty_clear()
586 free(consbuf, M_TTYCONS); in constty_clear()
587 consbuf = NULL; in constty_clear()