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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp328 all = getChildSetReference( plane );
351 || getChildSetReference( gIOServicePlane )) {
1034 set = getChildSetReference( plane );
1387 OSArray * IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1405 links = getChildSetReference( plane );
1429 if( (links = getChildSetReference( plane ))) {
1463 array = OSArray::withArray( getChildSetReference( plane ));
1506 if( (links = getChildSetReference( plane ))) {
1532 if( ret && (links = parent->getChildSetReference( plane )))
1598 if( (links = parent->getChildSetReference( plan
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h784 virtual OSArray * getChildSetReference( const IORegistryPlane * plane )

Completed in 16 milliseconds