Searched refs:propMatch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForPath.c310 CFMutableDictionaryRef propMatch; local
315 propMatch = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
318 CFDictionaryAddValue(propMatch, CFSTR(kIOMediaUUIDKey), uuid);
321 CFDictionaryAddValue(propDict, CFSTR(kIOPropertyMatchKey), propMatch);
322 CFRelease(propMatch);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp5053 #define propMatch(key) \ macro
5064 propMatch(kIOBSDNameKey)
5065 propMatch(kIOBSDMajorKey)
5066 propMatch(kIOBSDMinorKey)
5067 propMatch(kIOBSDUnitKey)
5068 #undef propMatch macro

Completed in 103 milliseconds