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

/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c91 static char *consbuf; /* buffer used by `consmsgbuf' */ variable
524 if (consbuf == NULL) {
526 consbuf = malloc(size, M_TTYCONS, M_WAITOK);
527 msgbuf_init(&consmsgbuf, consbuf, size);
543 if (consbuf == NULL)
548 free(consbuf, M_TTYCONS);
549 consbuf = NULL;

Completed in 53 milliseconds