Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp389 all = getParentSetReference( plane ); in init()
419 if (getParentSetReference( gIOServicePlane ) in free()
422 if (getParentSetReference( gIOServicePlane ) in free()
1760 IORegistryEntry::getParentSetReference( in getParentSetReference() function in IORegistryEntry
1783 links = getParentSetReference( plane ); in getParentIterator()
1808 if ((links = getParentSetReference( plane ))) { in copyParentEntry()
2011 if ((links = getParentSetReference( plane ))) { in isParent()
2033 ret = (NULL != getParentSetReference( plane )); in inPlane()
2173 if ((links = child->getParentSetReference( plane ))) { in attachToChild()
2235 if ((links = child->getParentSetReference( plane ))) { in detachFromChild()
[all …]
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h1000 OSArray * getParentSetReference( const IORegistryPlane * plane )