Searched refs:propertyMatchDict (Results 1 – 1 of 1) sorted by relevance
218 CFMutableDictionaryRef propertyMatchDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, in usb_setup_device_iterator() local222 if (propertyMatchDict) { in usb_setup_device_iterator()227 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF); in usb_setup_device_iterator()231 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict); in usb_setup_device_iterator()233 CFRelease (propertyMatchDict); in usb_setup_device_iterator()