Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp7905 IOService* foundAlternateService = NULL; in matchPassive() local
8007 OSSafeReleaseNULL(foundAlternateService); in matchPassive()
8008 foundAlternateService = IOService::copyMatchingService(alternateMatchingDict); in matchPassive()
8010 if (foundAlternateService != NULL) { in matchPassive()
8011 where = foundAlternateService; in matchPassive()
8022 OSSafeReleaseNULL(foundAlternateService); in matchPassive()