Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c735 usb_configrec_t cfgrec, *user_rec = NULL; in add_entry() local
750 cfgrec.selection = selection; in add_entry()
751 cfgrec.idVendor = vid; in add_entry()
752 cfgrec.idProduct = pid; in add_entry()
753 cfgrec.cfgndx = cfgndx; in add_entry()
754 cfgrec.serialno = srno; in add_entry()
755 cfgrec.pathname = path; in add_entry()
756 cfgrec.driver = driver; in add_entry()
814 found = usb_cmp_rec(&cfgrec, user_rec); in add_entry()
824 (cfgrec.selection) ? cfgrec.selection : user_rec->selection, in add_entry()
[all …]
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c142 usba_configrec_t *cfgrec; in usba_devdb_get_conf_rec() local
151 cfgrec = (usba_configrec_t *)kmem_zalloc( in usba_devdb_get_conf_rec()
153 cfgrec->idVendor = cfgrec->idProduct = cfgrec->cfg_index = -1; in usba_devdb_get_conf_rec()
192 cfgrec->selection = in usba_devdb_get_conf_rec()
197 cfgrec->serialno = in usba_devdb_get_conf_rec()
202 cfgrec->pathname = in usba_devdb_get_conf_rec()
207 cfgrec->driver = in usba_devdb_get_conf_rec()
254 cfgrec->idVendor = (int)value; in usba_devdb_get_conf_rec()
258 cfgrec->idProduct = (int)value; in usba_devdb_get_conf_rec()
262 cfgrec->cfg_index = (int)value; in usba_devdb_get_conf_rec()
[all …]