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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp346 all = getParentSetReference( plane );
371 if( getParentSetReference( gIOServicePlane )
1365 OSArray * IORegistryEntry::getParentSetReference( function in class:IORegistryEntry
1385 links = getParentSetReference( plane );
1407 if( (links = getParentSetReference( plane ))) {
1527 array = OSArray::withArray( getParentSetReference( plane ));
1551 if( ret && (links = child->getParentSetReference( plane )))
1569 if( (links = getParentSetReference( plane ))) {
1588 ret = (0 != getParentSetReference( plane ));
1702 if( (links = child->getParentSetReference( plan
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h813 OSArray * getParentSetReference( const IORegistryPlane * plane )

Completed in 22 milliseconds