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

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig.c69 static char *usb_ms_path = NULL; variable
126 if (usb_ms_path)
127 return (i_ddi_strdup(usb_ms_path, KM_SLEEP));
H A Dconsconfig_dacf.c191 static char *usb_ms_path = NULL; variable
195 * values of it local usb_kb_path and usb_ms_path variables
202 * usb_ms_path variables found in misc/consconfig
405 if (usb_ms_path != NULL)
407 "consconfig_dacf:usb_ms_path has been deprecated, "
408 "use consconfig:usb_ms_path instead");
428 else if (usb_ms_path != NULL)
429 path = usb_ms_path;
650 /* check if consconfig:usb_ms_path is set in /etc/system */
673 } else if (usb_ms_path !
[all...]

Completed in 46 milliseconds