Home
last modified time | relevance | path

Searched refs:matchingNameRaw (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp998 OSString* matchingNameRaw = NULL; in IODTCompareNubName() local
999 bool result = IODTCompareNubName(regEntry, name, &matchingNameRaw); in IODTCompareNubName()
1000 matchingName.reset(matchingNameRaw, OSNoRetain); in IODTCompareNubName()