Home
last modified time | relevance | path

Searched defs:Boolean (Results 1 – 13 of 13) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Daction_info.hpp12 Boolean, enumerator
H A Dmetric_definition.hpp30 Boolean, enumerator
H A Dattribute_registry.hpp15 Boolean, enumerator
/openbmc/linux/lib/
H A Ddhry.h321 typedef int Boolean; typedef
/openbmc/u-boot/lib/dhry/
H A Ddhry.h409 typedef int Boolean; typedef
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs20 Boolean(bool), enumerator
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DActionInfo.v1_4_2.json90 "Boolean": "A boolean.", string
H A DMetricDefinition.v1_3_4.json139 "Boolean": "The JSON boolean definition.", string
H A DAttributeRegistry.v1_3_9.json139 "Boolean": "A flag with a `true` or `false` value.", string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DActionInfo.v1_4_2.json90 "Boolean": "A boolean.", string
H A DMetricDefinition.v1_3_4.json139 "Boolean": "The JSON boolean definition.", string
H A DAttributeRegistry.v1_3_9.json139 "Boolean": "A flag with a `true` or `false` value.", string
/openbmc/linux/drivers/atm/
H A Diphase.h156 #define Boolean(x) ((x) ? 1 : 0) macro