Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp394 next->makeLink( this, kChildSetIndex, plane ); in init()
404 next->makeLink( this, kParentSetIndex, plane ); in init()
1707 IORegistryEntry::makeLink( IORegistryEntry * to, in makeLink() function in IORegistryEntry
2090 ret = makeLink( parent, kParentSetIndex, plane ); in attachToParent()
2098 ret &= parent->makeLink(this, kChildSetIndex, plane); in attachToParent()
2171 ret = makeLink( child, kChildSetIndex, plane ); in attachToChild()
2179 ret &= child->makeLink(this, kParentSetIndex, plane); in attachToChild()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h992 bool makeLink( IORegistryEntry * to,