Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp2138 bool needChild; in attachToChild() local
2149 needChild = (false == arrayMember( links, this )); in attachToChild()
2151 needChild = true; in attachToChild()
2156 if (needChild) { in attachToChild()
2198 bool needChild; in detachFromChild() local
2207 needChild = arrayMember( links, this ); in detachFromChild()
2209 needChild = false; in detachFromChild()
2214 if (needChild) { in detachFromChild()