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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5193 IOService *thisService = entries[i].fService; local
5195 if ((service == thisService) && sameType)
5197 else if (!thisService) {
5206 holder = thisService;
5222 IOService *thisService = entries[i].fService; local
5223 if (thisService && (delayType == entries[i].fDelayType)) {
5225 if (service == thisService)
5229 holder = thisService;

Completed in 27 milliseconds