Home
last modified time | relevance | path

Searched refs:kb_config (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Ddacf.conf37 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm"
38 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config pre-detach - pushmod="usbkbm"
52 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach -
53 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config pre-detach -
/illumos-gate/usr/src/uts/sparc/os/
H A Ddacf.conf38 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm"
39 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config pre-detach - pushmod="usbkbm"
58 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach -
59 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config pre-detach -
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c151 static int kb_config(dacf_infohdl_t, dacf_arghdl_t, int);
246 { DACF_OPID_POSTATTACH, kb_config },
1776 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_config() function