Home
last modified time | relevance | path

Searched full:maxint (Results 1 – 14 of 14) 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/User/
H A DAttributes.interface.yaml71 default: maxint
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0009-reduce-lifetime-value.patch7 MAXINT ms, or ~25 days) is rejected by Fortigate vpn devices because
/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.yaml362 default: maxint
365 maxint is to accommodate the situation where the value of this
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/
H A DRedundancy.interface.yaml63 default: maxint
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md108 - `maxint` - The maximum value the integer type can hold.
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py50 if self.defaultValue.lower() == "maxint":
/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/bmcweb/redfish-core/lib/
H A Dpcie.hpp438 // The default value of LanesInUse is "maxint", and the field will in addPCIeDeviceProperties()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py99 MAXINT = sys.maxint
101 MAXINT = sys.maxsize variable
1923 N[stack[-1]] = MAXINT
1927 N[stack[-1]] = MAXINT