Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/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/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/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()
211 if get_option('oem-nvidia').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/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/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/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-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-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/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/openpower-vpd-parser/vpd-manager/
H A Dmeson.build2 if get_option('ibm_system').allowed()
34 if get_option('ibm_system').allowed()
40 if get_option('skip_reboot_on_fitconfig_change').allowed()
/openbmc/estoraged/
H A Dmeson.options7 description: 'The min size allowed in bytes, used by the geometry check',
15 description: 'the max size allowed in bytes, used by the geometry check',
/openbmc/phosphor-certificate-manager/dist/
H A Dmeson.build10 if get_option('ca-cert-extension').allowed()
15 if get_option('config-bmcweb').allowed()
26 if get_option('config-authority').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/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-psu-code-mgmt/test/
H A Dmeson.build2 if oe_sdk.allowed()
38 build_rpath: oe_sdk.allowed() ? rpath : '',
59 build_rpath: oe_sdk.allowed() ? rpath : '',
/openbmc/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh55 …mma-separated changed AML files to ignore' ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h`
57 …separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h
/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/phosphor-certificate-manager/
H A Dmeson.build40 if get_option('allow-expired').allowed()
86 if get_option('ca-cert-extension').allowed()
92 if get_option('tests').allowed()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dmeson.build13 if get_option('hybrid-sensors').allowed()
23 if get_option('sensors-oem').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/pldm/libpldmresponder/test/
H A Dmeson.build16 if get_option('oem-ibm').allowed()
24 if get_option('system-specific-bios-json').allowed()

12345678910>>...23