Lines Matching full:console

54 #include <contrib/xen/io/console.h>
78 * Only the minimal set up to get a console should be done here.
81 /* Prepare the console to be fully use */
113 /* Pointer to the console operations */
122 /* Console shared page */
127 * Data for the main console
128 * Necessary to support low-level console driver
158 * console char by char. in putchar()
197 /*---------------------- Helpers for the console lock -----------------------*/
219 /*------------------ Helpers for the hypervisor console ---------------------*/
224 * Nothing to setup for the low-level console when using in xencons_early_init_hypervisor()
225 * the hypervisor console. in xencons_early_init_hypervisor()
241 device_printf(dev, "Can't register console interrupt\n"); in xencons_init_hypervisor()
273 /*------------------ Helpers for the ring console ---------------------------*/
305 * The console may be used before the ring interrupt is properly in xencons_notify_ring()
337 ("console send ring inconsistent")); in xencons_write_ring()
391 /*------------------ Common implementation of the console -------------------*/
395 * main console driver.
396 * Only the minimal set up to get a console should be done here.
413 * Receive character from the console and put them in the internal buffer
467 * If force is set, spin until the console data is in xencons_tx_flush()
547 * The input will be used by the low-level console when KDB is active in xencons_intr()
588 /*---------------------- Low-level console driver ---------------------------*/
635 * The low-level console is used by KDB and panic. We have to ensure in xencons_cnputc()
702 /*------------------------ Main console driver ------------------------------*/
718 device_set_desc(dev, "Xen Console"); in xencons_probe()
727 * The main console is already allocated statically in order to in xencons_attach()
728 * support low-level console in xencons_attach()
743 device_printf(dev, "Unable to initialize the console (%d)\n", in xencons_attach()
748 /* register handler to flush console on shutdown */ in xencons_attach()
769 device_printf(dev, "Unable to resume the console (%d)\n", err); in xencons_resume()