Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIORegistryEntry.cpp389 all = getChildSetReference( plane ); in init()
410 || getChildSetReference( gIOServicePlane )) { in free()
1423 set = getChildSetReference( plane ); in getChildFromComponent()
1810 IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const in getChildSetReference() function in IORegistryEntry
1831 links = getChildSetReference( plane ); in getChildIterator()
1855 links = getChildSetReference( plane ); in getChildCount()
1873 if ((links = getChildSetReference( plane ))) { in copyChildEntry()
1917 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1965 if ((links = getChildSetReference( plane ))) { in isChild()
1994 if (ret && (links = parent->getChildSetReference( plane ))) { in isParent()
[all …]
/xnu-8020.121.3/iokit/IOKit/
H A DIORegistryEntry.h1002 OSArray * getChildSetReference( const IORegistryPlane * plane )