Searched defs:idVendor (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb.h36 int idVendor, idProduct, cfg_index; member in struct:usba_configrec
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c153 cfgrec->idVendor = cfgrec->idProduct = cfgrec->cfg_index = -1;
254 cfgrec->idVendor = (int)value;
423 if (u1->idVendor < u2->idVendor) {
426 } else if (u1->idVendor > u2->idVendor) {
574 usba_devdb_get_user_preferences(int idVendor, int idProduct, char *serialno, argument
588 req_rec->idVendor = idVendor;
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c48 int idVendor, idProduct, cfgndx; member in struct:usb_configrec
66 { "idVendor", USB_VENDOR },
493 user_rec->idVendor = user_rec->idProduct = user_rec->cfgndx = -1;
603 user_rec->idVendor = (int)value;
651 if ((cfg_rec->idVendor == user_rec->idVendor) &&
751 cfgrec.idVendor = vid;
822 (void) snprintf(str, MAXLINESIZE, "selection=%s idVendor=0x%x "
825 user_rec->idVendor, user_rec->idProduct);
885 "selection=%s idVendor
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c269 uint16_t idVendor; /* vendor ID */ member in struct:blacklist
1486 if (((descr->idVendor == (uint16_t)ov.vid) || (ov.vid == 0)) &&
1726 if ((scsa2usb_blacklist[i].idVendor == desc->idVendor) &&
1740 if (desc->idVendor == MS_MITSUMI_VID) {
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h233 uint16_t idVendor; /* vendor ID */ member in struct:usb_dev_descr

Completed in 135 milliseconds