Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/Kernel/
H A DIORegistryEntry.cpp390 all = getChildSetReference( plane ); in init()
411 || getChildSetReference( gIOServicePlane )) { in free()
414 || getChildSetReference( gIOServicePlane )) { in free()
1432 set = getChildSetReference( plane ); in getChildFromComponent()
1819 IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const in getChildSetReference() function in IORegistryEntry
1840 links = getChildSetReference( plane ); in getChildIterator()
1864 links = getChildSetReference( plane ); in getChildCount()
1882 if ((links = getChildSetReference( plane ))) { in copyChildEntry()
1926 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1974 if ((links = getChildSetReference( plane ))) { in isChild()
[all …]
/xnu-8792.61.2/iokit/IOKit/
H A DIORegistryEntry.h1004 OSArray * getChildSetReference( const IORegistryPlane * plane )