Searched defs:usb_kb_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig.c68 static char *usb_kb_path = NULL; variable
119 if (usb_kb_path)
120 return (i_ddi_strdup(usb_kb_path, KM_SLEEP));
H A Dconsconfig_dacf.c190 static char *usb_kb_path = NULL; variable
195 * values of it local usb_kb_path and usb_ms_path variables
201 * Local variables used to store the value of the usb_kb_path and
400 if (usb_kb_path != NULL)
402 "consconfig_dacf:usb_kb_path has been deprecated, "
403 "use consconfig:usb_kb_path instead");
416 else if (usb_kb_path != NULL)
417 path = usb_kb_path;
647 /* check if consconfig:usb_kb_path is set in /etc/system */
665 } else if (usb_kb_path !
[all...]

Completed in 46 milliseconds