Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp951 OSSharedPtr<OSDictionary> result2 = IOService::serviceMatching("name", table); in IOServiceMatchingSharedPtrTests() local
965 OSSharedPtr<OSDictionary> result2 = IOService::serviceMatching(name, table); in IOServiceMatchingSharedPtrTests() local
979 OSSharedPtr<OSDictionary> result2 = IOService::nameMatching("name", table); in IOServiceMatchingSharedPtrTests() local
993 OSSharedPtr<OSDictionary> result2 = IOService::nameMatching(name, table); in IOServiceMatchingSharedPtrTests() local
1007 OSSharedPtr<OSDictionary> result2 = IOService::resourceMatching("name", table); in IOServiceMatchingSharedPtrTests() local
1021 OSSharedPtr<OSDictionary> result2 = IOService::resourceMatching(name, table); in IOServiceMatchingSharedPtrTests() local
1035 OSSharedPtr<OSDictionary> result2 = IOService::propertyMatching(name, value, table); in IOServiceMatchingSharedPtrTests() local
1049 OSSharedPtr<OSDictionary> result2 = IOService::registryEntryIDMatching(12, table); in IOServiceMatchingSharedPtrTests() local