Searched refs:vendorID (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp617 void PCSCDMonitor::getVendorAndProductID(const IOKit::Device &dev, uint32_t &vendorID, uint32_t &productID, bool &isPCCard) argument
619 vendorID = productID = 0;
625 vendorID = cfNumber(cfVendorID);
633 vendorID = cfNumber(cfVendorID);
642 vendorID = 0x0223;
650 uint32_t vendorID, productID; local
653 getVendorAndProductID(dev, vendorID, productID, isPCCard);
663 device.setVendorid(vendorID);
672 uint32_t vendorID, productID; local
675 getVendorAndProductID(dev, vendorID, productI
1034 uint32_t vendorID, productID; local
1104 uint32_t vendorID = 0, productID = 0; local
[all...]
H A Dpcscdmonitor.h172 static void getVendorAndProductID(const IOKit::Device &dev, uint32_t &vendorID, uint32_t &productID, bool &isPCCard);
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.h76 UInt32 vendorID; member in struct:IOFireWireSBP2Target::__anon1656
H A DIOFireWireSBP2Target.cpp446 info.vendorID = 0;
487 tempStatus = directory->getKeyValue( kConfigModuleVendorIdKey, info.vendorID );
577 FWKLOG( ( "IOFireWireSBP2Target<%p> : status = %d, cmdSpecID = %d, cmdSet = %d, vendorID = %d, softwareRev = %d, firmwareRev = %d\n",
578 this, status, info.cmdSpecID, info.cmdSet, info.vendorID, info.softwareRev, info.firmwareRev ) );
605 FWKLOG( ( "IOFireWireSBP2Target<%p> : cmdSpecID = %d, cmdSet = %d, vendorID = %d, softwareRev = %d\n",
606 this, info.cmdSpecID, info.cmdSet, info.vendorID, info.softwareRev ) );
661 FWKLOG( ( "IOFireWireSBP2Target<%p> : cmdSpecID = %d, cmdSet = %d, vendorID = %d, softwareRev = %d\n",
662 this, info.cmdSpecID, info.cmdSet, info.vendorID, info.softwareRev ) );
701 prop = OSNumber::withNumber( info.vendorID, 32 );
758 prop = OSNumber::withNumber( info->vendorID, 3
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.cpp212 UInt32 vendorID = kIOHIDAppleVendorID; local
213 returnNumber = OSNumber::withNumber(vendorID, 32);
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h215 UInt32 vendorID; member in struct:DVCDeviceInfo
H A DDVFamilyLib.c250 pInfo->vendorID = nil; // for now...
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h363 UInt16 vendorID; /* vendor-defined ID - typically the USB vendor ID */ member in struct:_NXTabletProximityData
476 UInt16 vendorID; /* vendor-defined ID - typically the USB vendor ID */ member in struct:__anon2151::__anon2163
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c347 unsigned int vendorID, productID; local
350 vendorID = strtoul(list_get_at(ifdVendorID, alias), NULL, 0);
357 && (vendorID != device_vendor || productID != device_product))
382 if (desc.idVendor == vendorID && desc.idProduct == productID)
389 int readerID = (vendorID << 16) + productID;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp779 UInt32 vendorID = bib_quad >> 8; local
780 prop = OSNumber::withNumber( vendorID, 32 );
1297 UInt32 vendorID = 0; local
1299 result = directory->getKeyValue( kConfigModuleVendorIdKey, vendorID, &vendorName );
1304 OSNumber *num = OSNumber::withNumber(vendorID, 32);
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIP.h386 @param vendorID - vendorID.
389 void makeEthernetAddress(CSRNodeUniqueID *fwuid, UInt8 *bufAddr, UInt32 vendorID);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.cpp216 UInt32 vendorID = _provider ? _provider->getVendorID() : 0; local
459 UInt16 vendorID = _provider->getVendorID(); local
460 if (vendorID == kIOUSBVendorIDAppleComputer)
H A DIOHIDEventService.cpp544 UInt16 vendorID = getVendorID(); local
546 if (vendorID == kIOUSBVendorIDAppleComputer) {
1887 tabletData.proximity.vendorID = getVendorID();
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp765 @param vendorID - vendorID.
768 void IOFireWireIP::makeEthernetAddress(CSRNodeUniqueID *fwuid, UInt8 *bufAddr, UInt32 vendorID) argument
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-darwin.c171 UInt16 vendorID; /* Vendor id */ member in struct:classdriver_s
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c802 UInt32 vendorID = pDeviceDescription->fDevice->fGUID >> 40; local
825 CFStringRef keyRef = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("VENDOR_%08X"), vendorID);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp252 uint32_t vendorID; member in struct:IOFBController
6407 __private->controller->vendorID = ((uint32_t *) data->getBytesNoCopy())[0];
7858 skip = (attrValue && (attrValue != __private->controller->vendorID));

Completed in 211 milliseconds