Searched refs:consmsgbuf (Results 1 – 3 of 3) sorted by relevance
96 struct msgbuf consmsgbuf; /* message buffer for console tty */ variable565 msgbuf_init(&consmsgbuf, consbuf, size); in constty_set()584 while ((c = msgbuf_getchar(&consmsgbuf)) != -1) in constty_clear()603 while ((c = msgbuf_getchar(&consmsgbuf)) != -1) { in constty_timeout()
446 msgbuf_addstr(&consmsgbuf, -1, in prf_putbuf()
100 extern struct msgbuf consmsgbuf; /* Message buffer for constty. */