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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp5518 IOService *thisService = entries[i].fService; local
5520 if ((service == thisService) && sameType)
5522 else if (!thisService) {
5531 holder = thisService;
5547 IOService *thisService = entries[i].fService; local
5548 if (thisService && (delayType == entries[i].fDelayType)) {
5550 if (service == thisService)
5554 holder = thisService;

Completed in 211 milliseconds