Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIORegistryEntry.cpp379 all = getParentSetReference( plane ); in init()
409 if (getParentSetReference( gIOServicePlane ) in free()
1738 IORegistryEntry::getParentSetReference( in getParentSetReference() function in IORegistryEntry
1761 links = getParentSetReference( plane ); in getParentIterator()
1786 if ((links = getParentSetReference( plane ))) { in copyParentEntry()
1943 array = OSArray::withArray( getParentSetReference( plane )); in applyToParents()
1970 if (ret && (links = child->getParentSetReference( plane ))) { in isChild()
1989 if ((links = getParentSetReference( plane ))) { in isParent()
2011 ret = (NULL != getParentSetReference( plane )); in inPlane()
2148 if ((links = child->getParentSetReference( plane ))) { in attachToChild()
[all …]
/xnu-8020.121.3/iokit/IOKit/
H A DIORegistryEntry.h998 OSArray * getParentSetReference( const IORegistryPlane * plane )