Searched defs:console (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dconsole.h2 * linux/include/linux/console.h
59 * Prepare the console for the debugger. This includes, but is not
60 * limited to, unblanking the console, loading an appropriate
65 * Restore the console to its pre-debug state as closely as possible.
72 extern const struct consw dummy_con; /* dummy console buffer */
73 extern const struct consw vga_con; /* VGA text console */
74 extern const struct consw newport_con; /* SGI Newport console */
75 extern const struct consw prom_con; /* SPARC PROM console */
105 * The interface for a console, or any other device that wants to capture
106 * console message
119 struct console { struct
[all...]
H A Dtty.h210 unsigned char console:1, /* port is a console */ member in struct:tty_port
/include/uapi/linux/
H A Dvt.h73 unsigned int oldev; /* Old console */
74 unsigned int newev; /* New console (if changing) */
81 unsigned int console; member in struct:vt_setactivate
85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
H A Dfb.h290 __u32 console; member in struct:fb_con2fbmap
/include/xen/interface/
H A Dxen.h101 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
106 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
552 * device or the emergency console.
619 xen_pfn_t mfn; /* MACHINE page number of console page. */
620 uint32_t evtchn; /* Event channel for console page. */
626 } console; member in struct:start_info
671 * The console structure in start_info.console.dom0
674 * have a working VGA/VESA console.

Completed in 111 milliseconds