Lines Matching refs:integerInfo
23 integerInfo.lowerBound = entry.at("lower_bound"); in BIOSIntegerAttribute()
24 integerInfo.upperBound = entry.at("upper_bound"); in BIOSIntegerAttribute()
25 integerInfo.scalarIncrement = entry.at("scalar_increment"); in BIOSIntegerAttribute()
26 integerInfo.defaultValue = entry.at("default_value"); in BIOSIntegerAttribute()
30 integerInfo.lowerBound, in BIOSIntegerAttribute()
31 integerInfo.upperBound, in BIOSIntegerAttribute()
32 integerInfo.scalarIncrement, in BIOSIntegerAttribute()
33 integerInfo.defaultValue, in BIOSIntegerAttribute()
42 integerInfo.lowerBound, "UPPER_BOUND", integerInfo.upperBound, in BIOSIntegerAttribute()
43 "DEFAULT_VALUE", integerInfo.defaultValue, "SCALAR_INCREMENT", in BIOSIntegerAttribute()
44 integerInfo.scalarIncrement); in BIOSIntegerAttribute()
111 integerInfo.lowerBound, integerInfo.upperBound, in constructEntry()
112 integerInfo.scalarIncrement, integerInfo.defaultValue, in constructEntry()
191 return integerInfo.defaultValue; in getAttrValue()
208 return integerInfo.defaultValue; in getAttrValue()