Searched refs:theDevice (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Headers/
H A DAppleUSBCDC.h70 bool checkDevice(IOUSBDevice *theDevice);
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp526 PCSCD::Device *theDevice = static_cast<PCSCD::Device *>(it->second); local
528 theDevice->address(), dev.ioObject());
529 setDeviceProperties(dev, *theDevice);
530 setDebugPropertiesForDevice(dev, theDevice);
558 PCSCD::Device *theDevice = static_cast<PCSCD::Device *>(it->second); local
559 if (theDevice->name() == devname)
574 PCSCD::Device *theDevice = static_cast<PCSCD::Device *>(it->second); local
575 setDeviceProperties(dev, *theDevice);
576 if (drivers.find(*theDevice))
577 secdebug("driver", " found matching driver for %s: %s", theDevice
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp412 void IOPlatformExpert::PMRegisterDevice(IOService * theNub, IOService * theDevice) argument
414 root->addPowerChild ( theDevice );
458 bool IOPlatformExpert::CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) argument
474 if ( (NULL == theDevice) || (NULL == inSubTree) )
491 if ( NULL != (deviceDictionary = theDevice->dictionaryWithProperties ())) {
525 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {
542 nodeFound = CheckSubTree ( children, theNub, theDevice, entry );
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h124 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
171 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp404 // Inputs: theDevice - the device to check
412 bool AppleUSBCDC::checkDevice(IOUSBDevice *theDevice) argument
426 numConfigs = theDevice->GetNumConfigurations();
439 cd = theDevice->GetFullConfigurationDescriptor(cval);
452 ior = theDevice->FindNextInterfaceDescriptor(cd, intf, &req, &intf);

Completed in 95 milliseconds