Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
1832 IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const in getChildSetReference() function in IORegistryEntry
1853 links = getChildSetReference( plane ); in getChildIterator()
1877 links = getChildSetReference( plane ); in getChildCount()
1895 if ((links = getChildSetReference( plane ))) { in copyChildEntry()
1939 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1987 if ((links = getChildSetReference( plane ))) { in isChild()
[all …]
/xnu-11215.1.10/iokit/IOKit/
H A DIORegistryEntry.h1004 OSArray * getChildSetReference( const IORegistryPlane * plane )