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

/illumos-gate/usr/src/uts/common/io/
H A Dconskbd.c39 * same system. All the keyboards are linked under conskbd, and act as a
46 * of this kind under conskbd. So we do as the follows:
48 * A new ioctl CONSSETKBDTYPE interface between conskbd and lower
49 * keyboard drivers is added. When conskbd receives I_LINK or I_PLINK
51 * requesting to be linked under conskbd. If the lower driver does't
53 * only one keyboard instance could be linked under conskbd.
79 #include <sys/conskbd.h>
106 "conskbd", /* mi_idname */
212 "conskbd multiplexer driver",
341 static conskbd_state_t conskbd variable
[all...]
/illumos-gate/usr/src/uts/sparc/conskbd/
H A DMakefile22 # uts/sparc/conskbd/Makefile
28 # This makefile drives the production of the conskbd driver
41 MODULE = conskbd
/illumos-gate/usr/src/uts/intel/conskbd/
H A DMakefile22 # uts/intel/conskbd/Makefile
28 # This makefile drives the production of the conskbd driver
41 MODULE = conskbd
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c44 static int conskbd(di_minor_t minor, di_node_t node);
86 { "pseudo", "ddi_pseudo", "conskbd",
87 TYPE_EXACT | DRV_EXACT, ILEVEL_0, conskbd
425 conskbd(di_minor_t minor, di_node_t node) function

Completed in 83 milliseconds