Home
last modified time | relevance | path

Searched refs:CONS_KBD (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1103 ASSERT(dev_type == CONS_KBD); in consconfig_prepare_dev()
1399 "kb", TR_CANNOT, sp->cons_input_type, CONS_KBD); in consconfig_init_input()
1578 ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS)); in do_config()
1595 if (prop->cp_type == CONS_KBD) { in do_config()
1630 ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS)); in do_unconfig()
1632 if (prop->cp_type == CONS_KBD) in do_unconfig()
1709 if ((type == CONS_KBD) && (sp->cons_keyboard_problem)) { in kb_ms_config()
1781 return (kb_ms_config(minor_hdl, arg_hdl, CONS_KBD)); in kb_config()
1839 if (prop->cp_type == CONS_KBD) in consconfig_link()
2035 if ((prop->cp_type != CONS_KBD) || (prop->cp_muxid == -1)) in consconfig_check_phys_kbd()
/titanic_44/usr/src/uts/common/sys/
H A Dconsconfig_dacf.h35 #define CONS_KBD 2 macro