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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2987 OSObject *osObj = NULL; local
3032 if( (osObj = features->getObject(feature)) )
3034 if(( existing_feature = OSDynamicCast(OSNumber, osObj) ))
3039 } else if(( existing_feature_arr = OSDynamicCast(OSArray, osObj) ))
3092 OSObject *osObj = NULL; local
3127 osObj = features->getObject(dictKey);
3130 if( osObj && (numberMember = OSDynamicCast(OSNumber, osObj)) )
3144 } else if( osObj && (arrayMember = OSDynamicCast(OSArray, osObj)) )
[all...]

Completed in 129 milliseconds