Searched refs:main_cons (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/console/
H A Dxen_console.c133 static struct xencons_priv main_cons; variable in typeref:struct:xencons_priv
400 mtx_init(&main_cons.mtx, "XCONS LOCK", NULL, MTX_SPIN);
403 main_cons.ops = &xencons_hypervisor_ops;
405 main_cons.ops = &xencons_ring_ops;
407 main_cons.ops->early_init(&main_cons);
624 xencons_rx(&main_cons);
626 return (xencons_getc(&main_cons));
636 xencons_putc(&main_cons, c, true);
706 if (main_cons
[all...]

Completed in 121 milliseconds