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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1161 OSObject *osObj = NULL; local
1205 if( (osObj = features->getObject(feature)) )
1207 if(( existing_feature = OSDynamicCast(OSNumber, osObj) ))
1214 } else if(( existing_feature_arr = OSDynamicCast(OSArray, osObj) ))
1259 OSObject *osObj = NULL; local
1290 osObj = features->getObject(dictKey);
1293 if( osObj && (numberMember = OSDynamicCast(OSNumber, osObj)) )
1307 } else if( osObj && (arrayMember = OSDynamicCast(OSArray, osObj)) )
[all...]

Completed in 40 milliseconds