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

/osnet-11/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...]

Completed in 31 milliseconds