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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1994 OSArray * doPhase2List,
2018 doPhase2List->tailQ( client );
2098 OSArray * doPhase2List; local
2112 doPhase2List = OSArray::withCapacity( 16 );
2115 if( (0 == doPhase2List) || (0 == didPhase2List) || (0 == freeList))
2148 victim, (void *) options, (void *) doPhase2List );
2153 victim = (IOService *) doPhase2List->getObject(0);
2156 doPhase2List->removeObject(0);
2260 doPhase2List->release();
1993 actionWillTerminate( IOService * victim, IOOptionBits options, OSArray * doPhase2List, void *unused2 __unused, void *unused3 __unused ) argument
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1312 OSArray * doPhase2List, void*, void * );

Completed in 24 milliseconds