Searched refs:childArray (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py462 childArray = LookupKeyInOSDict(registryTable, childKey)
463 if childArray is not None:
465 ca = Cast(childArray, 'OSArray *')
509 childArray = LookupKeyInOSDict(registryTable, childKey)
510 if childArray is not None:
512 ca = Cast(childArray, 'OSArray *')
552 childArray = LookupKeyInOSDict(registryTable, childKey)
553 if childArray is not None:
554 ca = Cast(childArray, 'OSArray *')
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp978 OSArray * childArray; local
983 (childArray = root->getChildElements()) &&
984 (child = (IOHIDElementPrivate *) childArray->getObject(0)) )
994 OSArray * childArray; local
999 (childArray = root->getChildElements()) &&
1000 (child = (IOHIDElementPrivate *) childArray->getObject(0)) )

Completed in 115 milliseconds