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