Searched refs:main_cons (Results 1 – 1 of 1) sorted by relevance
130 static struct xencons_priv main_cons; variable402 mtx_init(&main_cons.mtx, "XCONS LOCK", NULL, MTX_SPIN); in xencons_early_init()405 main_cons.ops = &xencons_hypervisor_ops; in xencons_early_init()407 main_cons.ops = &xencons_ring_ops; in xencons_early_init()409 main_cons.ops->early_init(&main_cons); in xencons_early_init()626 xencons_rx(&main_cons); in xencons_cngetc()628 return (xencons_getc(&main_cons)); in xencons_cngetc()638 xencons_putc(&main_cons, c, true); in xencons_cnputc()708 if (main_cons.ops == NULL) in xencons_identify()733 cons = &main_cons; in xencons_attach()