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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp320 all = getParentSetReference( plane );
350 if( getParentSetReference( gIOServicePlane )
1324 OSArray * IORegistryEntry::getParentSetReference( function in class:IORegistryEntry
1344 links = getParentSetReference( plane );
1366 if( (links = getParentSetReference( plane ))) {
1486 array = OSArray::withArray( getParentSetReference( plane ));
1510 if( ret && (links = child->getParentSetReference( plane )))
1528 if( (links = getParentSetReference( plane ))) {
1547 ret = (0 != getParentSetReference( plane ));
1650 if( (links = child->getParentSetReference( plan
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h782 virtual OSArray * getParentSetReference( const IORegistryPlane * plane )

Completed in 29 milliseconds