Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/console/
H A Dxen_console.c514 bool cons_full; in xencons_tx() local
529 cons_full = false; in xencons_tx()
530 while (!cons_full && ttydisc_getc(tp, &c, 1) == 1) in xencons_tx()
531 cons_full = xencons_putc(cons, c, false); in xencons_tx()
533 return (!cons_full); in xencons_tx()