Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/Kernel/
H A DIORegistryEntry.cpp399 all = getChildSetReference( plane ); in init()
420 || getChildSetReference( gIOServicePlane )) { in free()
423 || getChildSetReference( gIOServicePlane )) { in free()
1441 set = getChildSetReference( plane ); in getChildFromComponent()
1828 IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const in getChildSetReference() function in IORegistryEntry
1849 links = getChildSetReference( plane ); in getChildIterator()
1873 links = getChildSetReference( plane ); in getChildCount()
1891 if ((links = getChildSetReference( plane ))) { in copyChildEntry()
1935 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1983 if ((links = getChildSetReference( plane ))) { in isChild()
[all …]
/xnu-10002.81.5/iokit/IOKit/
H A DIORegistryEntry.h1004 OSArray * getChildSetReference( const IORegistryPlane * plane )