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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp354 all = getChildSetReference( plane );
372 || getChildSetReference( gIOServicePlane )) {
1075 set = getChildSetReference( plane );
1428 OSArray * IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1446 links = getChildSetReference( plane );
1470 if( (links = getChildSetReference( plane ))) {
1504 array = OSArray::withArray( getChildSetReference( plane ));
1547 if( (links = getChildSetReference( plane ))) {
1573 if( ret && (links = parent->getChildSetReference( plane )))
1642 if( (links = parent->getChildSetReference( plan
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h817 OSArray * getChildSetReference( const IORegistryPlane * plane )

Completed in 181 milliseconds