Home
last modified time | relevance | path

Searched full:allowed (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp51 nlohmann::json::array_t allowed; in TEST() local
52 allowed.emplace_back(resource::ResetType::ForceOff); in TEST()
53 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST()
54 allowed.emplace_back(resource::ResetType::Nmi); in TEST()
55 allowed.emplace_back(resource::ResetType::On); in TEST()
56 allowed.emplace_back(resource::ResetType::ForceOn); in TEST()
57 allowed.emplace_back(resource::ResetType::ForceRestart); in TEST()
58 allowed.emplace_back(resource::ResetType::GracefulRestart); in TEST()
59 allowed.emplace_back(resource::ResetType::GracefulShutdown); in TEST()
60 parameter["AllowableValues"] = std::move(allowed); in TEST()
[all …]
/openbmc/dbus-sensors/src/
H A Dmeson.build4 get_option('validate-unsecure-feature').allowed(),
8 get_option('insecure-sensor-override').allowed(),
107 if get_option('intel-cpu').allowed()
112 if get_option('smbpbi').allowed()
116 if get_option('adc').allowed()
120 if get_option('exit-air').allowed()
124 if get_option('fan').allowed()
128 if get_option('hwmon-temp').allowed()
132 if get_option('intrusion').allowed()
136 if get_option('ipmb').allowed()
[all …]
/openbmc/smbios-mdr/src/
H A Dmeson.build2 if get_option('dimm-dbus').allowed()
6 if get_option('assoc-trim-path').allowed()
10 if get_option('dimm-only-locator').allowed()
14 if get_option('slot-drive-presence').allowed()
18 if get_option('tpm-dbus').allowed()
22 if get_option('firmware-inventory-dbus').allowed()
26 if get_option('expose-firmware-component-name').allowed()
30 if get_option('custom-dbus-path').allowed()
56 if get_option('cpuinfo').allowed()
64 if get_option('cpuinfo-peci').allowed()
[all …]
/openbmc/qemu/block/
H A Dmeson.build47 if get_option('qcow1').allowed()
50 if get_option('vdi').allowed()
53 if get_option('vhdx').allowed()
60 if get_option('vmdk').allowed()
63 if get_option('vpc').allowed()
66 if get_option('cloop').allowed()
69 if get_option('bochs').allowed()
72 if get_option('vvfat').allowed()
75 if get_option('dmg').allowed()
78 if get_option('qed').allowed()
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.build62 if (get_option('tests').allowed())
79 not get_option('tests').allowed(),
112 if get_option('json-config').allowed() and get_option('json-control').allowed()
120 if get_option('monitor-use-host-state').allowed()
125 if get_option('json-config').allowed()
143 if get_option('use-host-power-state').allowed()
147 if get_option('skip-power-checking').allowed()
176 if get_option('control-service').allowed()
185 if get_option('monitor-service').allowed()
188 if not get_option('json-config').allowed()
[all …]
/openbmc/pldm/
H A Dmeson.build49 if get_option('libpldmresponder').allowed()
53 get_option('system-specific-bios-json').allowed(),
80 if get_option('softoff').allowed()
90 if get_option('oem-ibm').allowed()
146 if get_option('fw-update-pkg-inotify').allowed()
174 if get_option('tests').allowed()
190 not get_option('tests').allowed(),
203 if get_option('oem-ampere').allowed()
207 if get_option('oem-meta').allowed()
245 if get_option('oem-ampere').allowed()
[all …]
/openbmc/phosphor-settingsd/
H A Dsettings.yaml18 allowed: ["Network", "Disk", "Safe", "CDROM", "Setup", "Default"]
29 allowed: ["ALWAYS_POWER_ON", "RESTORE_LAST_STATE", "LEAVE_OFF"]
42 allowed: ["ONETIME", "PERMANENT"]
54 allowed: ["NTP", "MANUAL"]
60 allowed: ["yes", "no"]
66 allowed: ["yes", "no"]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DKeyPolicy.v1_0_1.json36 …"description": "The `KeyPolicy` schema describes settings for how keys are allowed to be used for …
176 …roperty shall indicate any cipher suite is allowed. An empty list shall indicate no cipher suites…
192 … the property shall indicate any DH group is allowed. An empty list shall indicate no DH groups a…
204 …ls in this list. An empty list shall indicate no security protocols are allowed. This property s…
220 …indicate any secure hash algorithm is allowed. An empty list shall indicate no secure hash algori…
236 …shall indicate any security protocol is allowed. An empty list shall indicate no security protoco…
252 …hall indicate any security transport is allowed. An empty list shall indicate no security transpo…
260 "description": "The NVMe cipher suites that a key is allowed to use.",
273 …ngDescription": "This enumeration shall list the NVMe cipher suites that a key is allowed to use.",
277 "description": "The NVMe Diffie-Hellman (DH) groups that a key is allowed to use.",
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.build27 if get_option('softoff').allowed()
51 if get_option('shortname-remove-suffix').allowed()
54 if get_option('shortname-replace-words').allowed()
57 if get_option('open-power').allowed()
89 if get_option('get-dbus-active-software').allowed()
110 if (get_option(option_key).allowed())
181 if get_option('softoff').allowed()
187 if get_option('ipmi-whitelist').allowed()
261 if get_option('transport-oem').allowed()
273 if get_option('open-power').allowed()
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dmeson.build54 conf.set('HOST_BIOS_UPGRADE', get_option('host-bios-upgrade').allowed())
55 conf.set('WANT_SIGNATURE_VERIFY', get_option('verify-signature').allowed())
58 get_option('software-update-dbus-interface').allowed(),
62 conf.set('ACTIVE_BMC_MAX_ALLOWED', get_option('active-bmc-max-allowed'))
81 if get_option('host-bios-upgrade').allowed()
85 if get_option('bmc-static-dual-image').allowed()
88 get_option('bmc-static-dual-image').allowed(),
148 if get_option('host-bios-upgrade').allowed()
152 if get_option('bmc-static-dual-image').allowed()
160 if get_option('sync-bmc-files').allowed()
[all …]
/openbmc/x86-power-control/
H A Dmeson.build23 if get_option('chassis-system-reset').allowed()
26 if get_option('use-plt-rst').allowed()
29 if get_option('use-acboot').allowed()
32 if get_option('ignore-soft-resets-during-post').allowed()
35 if get_option('button-passthrough').allowed()
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DKeyPolicy_v1.xml35 …tion" String="The `KeyPolicy` schema describes settings for how keys are allowed to be used for ac…
100 …shall indicate any security protocol is allowed. An empty list shall indicate no security protoco…
105 …ls in this list. An empty list shall indicate no security protocols are allowed. This property s…
110 …indicate any secure hash algorithm is allowed. An empty list shall indicate no secure hash algori…
115 …hall indicate any security transport is allowed. An empty list shall indicate no security transpo…
120 …roperty shall indicate any cipher suite is allowed. An empty list shall indicate no cipher suites…
125 … the property shall indicate any DH group is allowed. An empty list shall indicate no DH groups a…
130 …ation Term="OData.Description" String="The NVMe security protocols that a key is allowed to use."/>
131 …n" String="This enumeration shall list the NVMe security protocols that a key is allowed to use."/>
147 …n Term="OData.Description" String="The NVMe secure hash algorithms that a key is allowed to use."/>
[all …]
/openbmc/phosphor-led-manager/
H A Dmeson.build27 conf_data.set('LED_USE_JSON', get_option('use-json').allowed())
28 conf_data.set('USE_LAMP_TEST', get_option('use-lamp-test').allowed())
31 get_option('monitor-operational-status').allowed(),
35 get_option('persistent-led-asserted').allowed(),
97 if get_option('tests').allowed()
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dsandbox.txt22 - regulator-min-microvolt: minimum allowed Voltage to set
23 - regulator-max-microvolt: minimum allowed Voltage to set
24 - regulator-min-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
25 - regulator-max-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
/openbmc/phosphor-modbus/
H A Dmeson.build24 if get_option('modbus-rtu').allowed()
28 if get_option('mocked-test-device').allowed()
32 if get_option('tests').allowed()
/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp72 elog<NotAllowed>(Reason("Property update is not allowed")); in address()
76 elog<NotAllowed>(Reason("Property update is not allowed")); in prefixLength()
80 elog<NotAllowed>(Reason("Property update is not allowed")); in gateway()
84 elog<NotAllowed>(Reason("Property update is not allowed")); in type()
88 elog<NotAllowed>(Reason("Property update is not allowed")); in origin()
99 elog<NotAllowed>(Reason("Not allowed to delete a non-static address")); in delete_()
/openbmc/qemu/authz/
H A Dbase.c31 bool allowed; in qauthz_is_allowed() local
33 allowed = cls->is_allowed(authz, identity, errp); in qauthz_is_allowed()
34 trace_qauthz_is_allowed(authz, identity, allowed); in qauthz_is_allowed()
36 return allowed; in qauthz_is_allowed()
/openbmc/phosphor-state-manager/
H A Dmeson.build30 conf.set('BOOT_COUNT_MAX_ALLOWED', get_option('boot-count-max-allowed'))
34 if build_host_gpios.allowed()
73 get_option('check-fwupdate-before-do-transition').allowed(),
78 if (get_option('warm-reboot').allowed())
82 if (get_option('force-warm-reboot').allowed())
86 if (get_option('apply-power-policy-bmc-ready').allowed())
272 if get_option('install-utils').allowed()
291 if build_host_gpios.allowed()
302 if build_tests.allowed()
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/
H A Dpldm_oem_cmds.cpp78 "allowed due to mctp end point read failed")); in readEID()
93 "allowed due to mctp end point read failed")); in readEID()
127 "allowed due to encode failed")); in requestOffload()
136 "allowed due to openPLDM failed")); in requestOffload()
153 "allowed due to fileack send failed")); in requestOffload()
199 "allowed due to encode fileack failed")); in requestDelete()
213 "allowed due to openPLDM failed")); in requestDelete()
234 "allowed due to fileack send failed")); in requestDelete()
/openbmc/openbmc/poky/meta/classes-global/
H A Dyocto-check-layer.bbclass33 # BPN:task names that are allowed to reach the network, using fnmatch to compare.
34 allowed = []
36 allowed += ["build-appliance-image:do_image"]
41 return any(fnmatch(name, pattern) for pattern in allowed)
/openbmc/phosphor-ipmi-flash/
H A Dmeson.build52 if get_option('tests').allowed()
69 get_option('tests').allowed() \
151 if get_option('tests').allowed()
177 if get_option('bmc-blob-handler').allowed()
181 if get_option('host-tool').allowed()
185 if get_option('cleanup-delete').allowed()
/openbmc/libmctp/
H A Dmeson.build63 ).allowed()
103 if feat_fileio.allowed()
125 ).allowed()
147 ).allowed()
209 if feat_fileio.allowed()
213 if get_option('tests').allowed()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmeson.build72 get_option('tests').allowed())
77 get_option('tests').allowed())
82 get_option('tests').allowed())
130 if get_option('tests').allowed()
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_stress_buster.robot18 # Currently REST/SSH/IPMI session allowed.
26 [Documentation] Execute maximum allowed REST operation.
37 [Documentation] Execute maximum allowed SSH operation.
48 [Documentation] Execute maximum allowed IPMI operation.
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md33 Prod --> Prod: Allowed \
35 Dev --> Prod: Allowed \
36 Dev --> Dev: Allowed

12345678910>>...51