Searched refs:kChildSetIndex (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IORegistryEntry.cpp | 84 kChildSetIndex = 1, enumerator 236 plane->keys[kChildSetIndex] = childKey; in makePlane() 383 …fRegistryTable->setObject(plane->keys[kChildSetIndex], old->fRegistryTable->getObject(plane->keys[… in init() 387 old->registryTable()->removeObject( plane->keys[kChildSetIndex] ); in init() 394 next->makeLink( this, kChildSetIndex, plane ); in init() 395 next->breakLink( old, kChildSetIndex, plane ); in init() 1836 plane->keys[kChildSetIndex]); in getChildSetReference() 2098 ret &= parent->makeLink(this, kChildSetIndex, plane); in attachToParent() 2171 ret = makeLink( child, kChildSetIndex, plane ); in attachToChild() 2210 parent->breakLink( this, kChildSetIndex, plane ); in detachFromParent() [all …]
|