Searched refs:consbuf (Results 1 – 1 of 1) sorted by relevance
101 static char *consbuf; /* buffer used by `consmsgbuf' */ variable579 if (consbuf == NULL) { in constty_set()581 consbuf = malloc(size, M_TTYCONS, M_WAITOK); in constty_set()582 msgbuf_init(&consmsgbuf, consbuf, size); in constty_set()598 if (consbuf == NULL) in constty_clear()603 free(consbuf, M_TTYCONS); in constty_clear()604 consbuf = NULL; in constty_clear()