Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb_impl.h42 static char usbconf_file[] = USBCONF_FILE; variable
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c93 static char usbconf_file[] = USBCONF_FILE; variable
757 file = open(usbconf_file, O_RDWR, 0666); in add_entry()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c490 file = kobj_open_file(usbconf_file); in usba_devdb_build_device_database()