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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2607 IOService * newInst; local
2724 newInst = 0;
2776 newInst = inst->probe( this, &score );
2778 if( 0 == newInst) {
2789 newInst->setProperty( gIOProbeScoreKey, newPri );
2809 startList->setObject( newInst );

Completed in 11 milliseconds