Lines Matching refs:unsigned32BitValue
1924 idleMilliSeconds = n->unsigned32BitValue() * 1000; in setProperties()
1929 idleMilliSeconds = n->unsigned32BitValue(); in setProperties()
1966 uint32_t data = n->unsigned32BitValue(); in setProperties()
1972 uint32_t data = n->unsigned32BitValue(); in setProperties()
1978 uint32_t data = n->unsigned32BitValue(); in setProperties()
3066 !(hibOptions->unsigned32BitValue() & kIOHibernateOptionDarkWake)))) { in powerChangeDone()
3072 …FI brought up graphics. Going to full wake. HibOptions: 0x%x\n", hibOptions->unsigned32BitValue()); in powerChangeDone()
3148 if (hibOptions && !(hibOptions->unsigned32BitValue() & kIOHibernateOptionDarkWake)) { in powerChangeDone()
4453 uint32_t debugSecs = n->unsigned32BitValue();
4687 feature_value = numberMember->unsigned32BitValue();
4707 feature_value = osNum->unsigned32BitValue();
5639 *option = num->unsigned32BitValue();
6031 actions->darkWakePowerState = num->unsigned32BitValue();
8305 thermalWarningState = ((num->unsigned32BitValue() == kIOPMThermalLevelWarning) ||
8306 (num->unsigned32BitValue() == kIOPMThermalLevelTrap)) ? 1 : 0;
9617 OSSharedPtr<OSString> string(IOCopyLogNameForPID(clientID->unsigned32BitValue()), OSNoRetain);