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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DMakefile57 obj-$(CONFIG_VIOCONS) += viocons.o
H A Dviocons.c3 * drivers/char/viocons.c
59 #define VIOCONS_KERN_WARN KERN_WARNING "viocons: "
60 #define VIOCONS_KERN_INFO KERN_INFO "viocons: "
403 hvlog("viocons: error sending event! %d\n", (int)hvrc);
531 .name = "viocons",
537 static struct console viocons = { variable in typeref:struct:console
538 .name = "viocons",
1143 register_console(&viocons);
1161 add_preferred_console("viocons", 0, NULL);

Completed in 33 milliseconds