Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/console/
H A Dxen_console.c493 xencons_getc(struct xencons_priv *cons) in xencons_getc() function
561 while ((ret = xencons_getc(cons)) != -1) { in xencons_intr()
628 return (xencons_getc(&main_cons)); in xencons_cngetc()