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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2192 OSArray * doPhase2List,
2217 doPhase2List->tailQ( client );
2367 OSArray * doPhase2List; local
2382 doPhase2List = OSArray::withCapacity( 16 );
2385 if( (0 == doPhase2List) || (0 == didPhase2List) || (0 == freeList))
2435 victim, (void *)(uintptr_t) options, (void *)(uintptr_t) doPhase2List );
2440 victim = (IOService *) doPhase2List->getObject(0);
2443 doPhase2List->removeObject(0);
2550 doPhase2List->release();
2191 actionWillTerminate( IOService * victim, IOOptionBits options, OSArray * doPhase2List, void *unused2 __unused, void *unused3 __unused ) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1385 OSArray * doPhase2List, void*, void * );

Completed in 127 milliseconds