Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp395 next->breakLink( old, kChildSetIndex, plane ); in init()
405 next->breakLink( old, kParentSetIndex, plane ); in init()
1737 IORegistryEntry::breakLink( IORegistryEntry * to, in breakLink() function in IORegistryEntry
2202 breakLink( parent, kParentSetIndex, plane ); in detachFromParent()
2210 parent->breakLink( this, kChildSetIndex, plane ); in detachFromParent()
2233 breakLink( child, kChildSetIndex, plane ); in detachFromChild()
2241 child->breakLink( this, kParentSetIndex, plane ); in detachFromChild()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h995 void breakLink( IORegistryEntry * to,