Searched refs:consmsgbuf (Results 1 – 3 of 3) sorted by relevance
93 struct msgbuf consmsgbuf; /* message buffer for console tty */ variable534 msgbuf_init(&consmsgbuf, consbuf, size); in constty_set()553 while ((c = msgbuf_getchar(&consmsgbuf)) != -1) in constty_clear()572 while ((c = msgbuf_getchar(&consmsgbuf)) != -1) { in constty_timeout()
419 msgbuf_addstr(&consmsgbuf, -1, in putbuf()
96 extern struct msgbuf consmsgbuf; /* Message buffer for constty. */