Home
last modified time | relevance | path

Searched full:boolean (Results 1 – 25 of 1393) sorted by relevance

12345678910>>...56

/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/
H A Dstatic-inventory.yaml16 type: boolean
36 type: boolean
40 type: boolean
47 type: boolean
59 type: boolean
63 type: boolean
70 type: boolean
82 type: boolean
86 type: boolean
93 type: boolean
[all …]
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/
H A Dstatic-inventory.yaml16 type: boolean
36 type: boolean
40 type: boolean
47 type: boolean
59 type: boolean
63 type: boolean
70 type: boolean
82 type: boolean
86 type: boolean
93 type: boolean
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dtypes.py12 self.assertRaises(ValueError, create, '', 'boolean')
13 self.assertRaises(ValueError, create, 'foo', 'boolean')
14 self.assertRaises(TypeError, create, object(), 'boolean')
17 self.assertTrue(create('y', 'boolean'))
18 self.assertTrue(create('yes', 'boolean'))
19 self.assertTrue(create('1', 'boolean'))
20 self.assertTrue(create('t', 'boolean'))
21 self.assertTrue(create('true', 'boolean'))
22 self.assertTrue(create('TRUE', 'boolean'))
23 self.assertTrue(create('truE', 'boolean'))
[all …]
/openbmc/libcper/specification/json/sections/
H A Dcper-pcie-aerInfo.json72 "type": "boolean"
75 "type": "boolean"
78 "type": "boolean"
81 "type": "boolean"
84 "type": "boolean"
87 "type": "boolean"
90 "type": "boolean"
93 "type": "boolean"
273 "type": "boolean"
276 "type": "boolean"
[all …]
H A Dcper-pcie-capabilityStructure.json39 "type": "boolean"
57 "type": "boolean"
141 "type": "boolean"
168 "type": "boolean"
171 "type": "boolean"
174 "type": "boolean"
177 "type": "boolean"
183 "type": "boolean"
186 "type": "boolean"
189 "type": "boolean"
[all …]
/openbmc/phosphor-dbus-interfaces/
H A Dmeson.options1 option('generate_md', type: 'boolean', value: true)
2 option('libphosphor_dbus', type: 'boolean', value: true)
3 option('data_com_ampere', type: 'boolean', value: true)
4 option('data_com_google', type: 'boolean', value: true)
5 option('data_com_ibm', type: 'boolean', value: true)
6 option('data_com_intel', type: 'boolean', value: true)
7 option('data_com_meta', type: 'boolean', value: true)
8 option('data_org_freedesktop', type: 'boolean', value: true)
9 option('data_org_open_power', type: 'boolean', value: true)
10 option('data_xyz_openbmc_project', type: 'boolean', value: true)
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg4 d-i auto-install/enable boolean true
14 d-i clock-setup/utc boolean true
18 d-i base-installer/install-recommends boolean false
21 d-i passwd/root-login boolean false
28 d-i apt-setup/cdrom/set-first boolean false
33 d-i apt-setup/no_mirror boolean true
34 d-i popularity-contest/participate boolean false
37 d-i pkgsel/run_tasksel boolean false
52 d-i partman/confirm_write_new_label boolean true
54 d-i partman/confirm boolean true
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/
H A Dautoinst.xml20 <enable_firewall t="boolean">true</enable_firewall>
22 <start_firewall t="boolean">true</start_firewall>
27 <masquerade t="boolean">false</masquerade>
38 <masquerade t="boolean">false</masquerade>
53 <masquerade t="boolean">false</masquerade>
64 <masquerade t="boolean">false</masquerade>
75 <masquerade t="boolean">true</masquerade>
88 <masquerade t="boolean">false</masquerade>
104 <masquerade t="boolean">false</masquerade>
122 <masquerade t="boolean">false</masquerade>
[all …]
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCAccountService.v1_0_0.json15 "boolean",
49 "boolean",
61 …"longDescription": "The value of this property shall be a boolean indicating whether BasicAuth aut…
63 "type": ["boolean", "null"]
67 …"longDescription": "The value of this property shall be a boolean indicating whether Cookie author…
69 "type": ["boolean", "null"]
73 …"longDescription": "The value of this property shall be a boolean indicating whether SessionToken …
75 "type": ["boolean", "null"]
79 …"longDescription": "The value of this property shall be a boolean indicating whether TLS authoriza…
81 "type": ["boolean", "null"]
[all …]
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex100 timestampIsPrecise & boolean (\textbf{optional}) & If a timestamp is attached, indicates whether th…
132 platformIDValid & boolean & Whether the "platformID" field in the header structure (\ref{section:he…
134 timestampValid & boolean & Whether the "timestamp" field in the header structure (\ref{section:head…
136 partitionIDValid & boolean & Whether the "partitionID" field in the header structure (\ref{section:…
172 validationBits.fruIDValid & boolean & Whether the "fruID" field on this section descriptor contains…
173 validationBits.fruStringValid & boolean & Whether the "fruString" field on this section descriptor …
193 primary & boolean & If true, indicates the section body should be associated with the error conditi…
195 containmentWarning & boolean & If true, the error was not contained within the processor or memory …
197 reset & boolean & If true, indicates the component has been reset and must be re-initialised or re-…
199 errorThresholdExceeded & boolean & If true, indicates the operating system may choose to discontinu…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/
H A D0001-bitvect-fix-build-with-gcc-15.patch8 86 | typedef enum boolean { false = FALSE, true = TRUE } boolean;
28 #define boolean Boolean
30 - typedef enum boolean { false = FALSE, true = TRUE } boolean;
32 + typedef enum boolean { false = FALSE, true = TRUE } boolean;
34 + typedef bool boolean;
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/
Dadi,ad74115.yaml
/openbmc/phosphor-power/
H A Dmeson.options37 type: 'boolean',
44 type: 'boolean',
63 type: 'boolean',
68 type: 'boolean',
73 type: 'boolean',
78 type: 'boolean',
83 type: 'boolean',
88 type: 'boolean',
93 type: 'boolean',
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/
Dadi,adrf6780.yaml
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
Dti,gpmc-child.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml19 type: boolean
41 type: boolean
45 type: boolean
83 type: boolean
85 Boolean for accepting router advertisements in IPv6.
87 type: boolean
89 Boolean for to enabling or disabling the ethernet port
91 type: boolean
96 boolean value is TRUE when the network cable is inserted, or there is
115 type: boolean
[all …]
/openbmc/entity-manager/
H A Dmeson.options4 type: 'boolean',
17 type: 'boolean',
29 type: 'boolean',
34 type: 'boolean',
40 type: 'boolean',
46 type: 'boolean',
52 type: 'boolean',
/openbmc/phosphor-networkd/
H A Dmeson.options5 type: 'boolean',
10 type: 'boolean',
15 type: 'boolean',
20 type: 'boolean',
25 type: 'boolean',
30 type: 'boolean',
/openbmc/libcper/specification/json/common/
H A Dcper-json-error-status.json35 "type": "boolean",
39 "type": "boolean",
43 "type": "boolean",
47 "type": "boolean",
51 "type": "boolean",
55 "type": "boolean",
59 "type": "boolean",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-themes-build-optional.patch25 + type: 'boolean',
30 + type: 'boolean',
35 + type: 'boolean',
40 + type: 'boolean',
45 + type: 'boolean',
50 + type: 'boolean',
55 + type: 'boolean',
60 + type: 'boolean',
65 + type: 'boolean',
70 + type: 'boolean',
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-booleanpy_4.0.bb1 SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean
2 HOMEPAGE = "https://github.com/bastikr/boolean.py"
9 PYPI_PACKAGE = "boolean.py"
/openbmc/linux/Documentation/devicetree/bindings/usb/
Dusb251xb.yaml
/openbmc/linux/Documentation/networking/devlink/
Ddevlink-params.rst
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/
H A DOpenBMCAccountService_v1.xml40 <Property Name="BasicAuth" Type="Edm.Boolean">
43 …rm="OData.LongDescription" String="The value of this property shall be a boolean indicating whethe…
45 <Property Name="Cookie" Type="Edm.Boolean">
48 …rm="OData.LongDescription" String="The value of this property shall be a boolean indicating whethe…
50 <Property Name="SessionToken" Type="Edm.Boolean">
53 …rm="OData.LongDescription" String="The value of this property shall be a boolean indicating whethe…
55 <Property Name="XToken" Type="Edm.Boolean">
58 …rm="OData.LongDescription" String="The value of this property shall be a boolean indicating whethe…
60 <Property Name="TLS" Type="Edm.Boolean">
63 …rm="OData.LongDescription" String="The value of this property shall be a boolean indicating whethe…
/openbmc/linux/Documentation/devicetree/bindings/regulator/
Dmaxim,max8973.yaml

12345678910>>...56