Home
last modified time | relevance | path

Searched refs:maxint (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DDrive.interface.yaml24 default: maxint
28 be represented as maxint.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCapLimits.interface.yaml16 default: maxint
H A DCap.interface.yaml31 default: maxint
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCpu.interface.yaml58 default: maxint
H A DDrive.interface.yaml32 default: maxint
H A DPCIeDevice.interface.yaml294 default: maxint
297 maxint is to accommodate the situation where the value of this
/openbmc/ipmitool/lib/
H A Dipmi_fru.c2153 unsigned int maxint; in ipmi_fru_picmg_ext_print() local
2167 maxint = fru_data[offset] | in ipmi_fru_picmg_ext_print()
2178 if (maxint < 0xffff) { in ipmi_fru_picmg_ext_print()
2181 maxint / 10, maxint % 10, in ipmi_fru_picmg_ext_print()
2182 maxint); in ipmi_fru_picmg_ext_print()
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md108 - `maxint` - The maximum value the integer type can hold.
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py99 MAXINT = sys.maxint