Searched refs:usbInterface (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddarwin.c456 io_service_t usbInterface = IO_OBJECT_NULL; local
479 usbInterface = IOIteratorNext(interface_iterator);
482 current_interface, usbInterface );
490 if (!usbInterface) {
555 usbInterface = IOIteratorNext(interface_iterator);
559 current_interface, usbInterface );
566 if (!usbInterface)
570 result = IOCreatePlugInInterfaceForService(usbInterface,
574 /* No longer need the usbInterface object after getting the plug-in */
575 result = IOObjectRelease(usbInterface);
[all...]
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp3011 IOUSBInterface * usbInterface = NULL; local
3020 usbInterface = GetInterfaceReference();
3021 require ( ( usbInterface != NULL ), ErrorExit );
3024 usbDevice = usbInterface->GetDevice();
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-darwin.c274 static void copy_devicestring(io_service_t usbInterface, CFStringRef *deviceID, UInt32 *deviceLocation, UInt8 *interfaceNum);
1681 static void copy_devicestring(io_service_t usbInterface, argument
1694 if ((kr = IOCreatePlugInInterfaceForService(usbInterface,
1705 driverBundlePath = IORegistryEntryCreateCFProperty(usbInterface,

Completed in 196 milliseconds