Home
last modified time | relevance | path

Searched refs:consmsgbuf (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_cons.c103 struct msgbuf consmsgbuf; /* message buffer for console tty */ variable
582 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()
H A Dsubr_prf.c435 msgbuf_addstr(&consmsgbuf, -1, in prf_putbuf()
/f-stack/freebsd/sys/
H A Dcons.h100 extern struct msgbuf consmsgbuf; /* Message buffer for constty. */