Home
last modified time | relevance | path

Searched refs:Enabled (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/sdeventplus/test/utility/
H A Dtimer.cpp81 void expectSetEnabled(source::Enabled enabled) in expectSetEnabled()
88 void expectGetEnabled(source::Enabled enabled) in expectGetEnabled()
150 expectSetEnabled(source::Enabled::On); in SetUp()
174 expectSetEnabled(source::Enabled::On); in TEST_F()
192 expectSetEnabled(source::Enabled::Off); in TEST_F()
207 expectGetEnabled(source::Enabled::On); in TEST_F()
209 expectGetEnabled(source::Enabled::Off); in TEST_F()
215 expectGetEnabled(source::Enabled::Off); in TEST_F()
222 expectGetEnabled(source::Enabled::On); in TEST_F()
233 expectGetEnabled(source::Enabled::On); in TEST_F()
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once
46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once.
65 Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous
66 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous.
85 Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled
86 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled.
105 Verify Boot Source Override Policy Persistency With Enabled Mode As Once After BMC Reboot
106 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BM…
125 Verify Boot Source Override Policy Persistency With Enabled Mode As Continuous After BMC Reboot
126 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Continuous Af…
[all …]
H A Dtest_systems_inventory.robot61 Get Memory Summary State And Verify Enabled
63 ... under /redfish/v1/Systems/system is 'Enabled'.
70 Should Be Equal As Strings Enabled ${memory_summary_state}
71 ... msg=MemorySummary State is not 'Enabled'.
100 # Count the power supplies that are Enabled or StandbyOffline.
107 # 'SerialNumber': '75B12W', 'Status': {'Health': 'OK', 'State': 'Enabled'}}
110 ... any(x in '${state}' for x in ('Enabled', 'StandbyOffline'))
183 ... "Absent", "Enabled", or "UnavailableOffline".
192 ... any(x in '${state}' for x in ('Absent', 'Enabled', 'UnavailableOffline'))
195 ... msg=GPU State is not Absent, Enabled, or UnavailableOffline.
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_policies_sub_menu.robot73 Set Policy Via GUI SSH Enabled
113 Set Policy Via GUI IPMI Enabled
123 Set Policy Via GUI SSH Enabled
135 Set Policy Via GUI IPMI Enabled
188 Enabled Enabled
190 Enabled Disabled
191 Disabled Enabled
203 Enabled Enabled True
205 Enabled Disabled True
206 Disabled Enabled True
[all …]
/openbmc/openbmc-test-automation/lib/pdu/
H A Dschneider.robot51 # IPv4 : Enabled IPv6 : Enabled
52 # Ping Response : Enabled
54 # HTTP : Disabled HTTPS : Enabled
56 # SSH/SCP : Enabled SNMPv1 : Disabled
59 # Super User : Enabled RADIUS : Disabled
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Daccount_service.hpp24 Enabled, enumerator
72 Enabled, enumerator
91 {LocalAccountAuth::Enabled, "Enabled"},
139 {BasicAuthState::Enabled, "Enabled"},
H A Dprocessor.hpp76 Enabled, enumerator
82 Enabled, enumerator
162 {TurboState::Enabled, "Enabled"},
168 {BaseSpeedPriorityState::Enabled, "Enabled"},
H A Dpump.hpp18 Enabled, enumerator
30 {PumpMode::Enabled, "Enabled"},
H A Dcooling_unit.hpp19 Enabled, enumerator
32 {CoolingUnitMode::Enabled, "Enabled"},
H A Dsecure_boot.hpp12 Enabled, enumerator
33 {SecureBootCurrentBootType::Enabled, "Enabled"},
H A Dethernet_interface.hpp22 Enabled, enumerator
70 {DHCPv6OperatingMode::Enabled, "Enabled"},
H A Dstorage.hpp43 Enabled, enumerator
94 {ConfigurationLock::Enabled, "Enabled"},
/openbmc/linux/Documentation/translations/zh_CN/rust/
H A Dgeneral-information.rst72 #[cfg(CONFIG_X)] // Enabled (`y` or `m`)
73 #[cfg(CONFIG_X="y")] // Enabled as a built-in (`y`)
74 #[cfg(CONFIG_X="m")] // Enabled as a module (`m`)
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.hpp27 enum class Enabled enum
118 Enabled get_enabled() const;
125 void set_enabled(Enabled enabled) const;
H A Dbase.cpp79 Enabled Base::get_enabled() const in get_enabled()
85 return static_cast<Enabled>(enabled); in get_enabled()
88 void Base::set_enabled(Enabled enabled) const in set_enabled()
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp51 R"(unquoted_string("Status/State") Equals quoted_string("Enabled"))"); in TEST()
57 …R"((unquoted_string("Status/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status… in TEST()
60 …R"(((unquoted_string("Status/State") Equals quoted_string("Enabled")) and (unquoted_string("Status… in TEST()
/openbmc/sdeventplus/example/
H A Dheartbeat.cpp13 using sdeventplus::source::Enabled;
45 source.set_enabled(Enabled::OneShot); in main()
/openbmc/phosphor-ipmi-flash/
H A Dmeson.build93 summary(option_key, option_value, section: 'Enabled Features')
109 section: 'Enabled Firmware Update Features',
122 summary(option_key, option_value, section: 'Enabled LPC Features')
135 summary(option_key, option_value, section: 'Enabled PCI Features')
/openbmc/linux/fs/
H A Dbinfmt_misc.c46 enum {Enabled, Magic}; enumerator
105 if (!test_bit(Enabled, &e->flags)) in search_binfmt_handler()
372 e->flags = 1 << Enabled; in create_entry()
376 e->flags = (1 << Enabled) | (1 << Magic); in create_entry()
554 if (test_bit(Enabled, &e->flags)) in entry_status()
719 clear_bit(Enabled, &e->flags); in bm_entry_write()
723 set_bit(Enabled, &e->flags); in bm_entry_write()
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js120 Enabled: status, property in UserManagementStore.actions.createUser.data
149 if (status !== undefined) data.Enabled = status;
233 Enabled: true, property in UserManagementStore.actions.enableUsers.data
276 Enabled: false, property in UserManagementStore.actions.disableUsers.data
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio-samsung.txt20 1 - Pull Down Enabled.
21 3 - Pull Up Enabled.
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_signed_image_update.robot9 # Enabled Image is installed and either functional or active.
84 Field Mode Should Be Enabled
113 ... Check Image Update Progress State match_state='Enabled' image_id=${image_id}
131 Field Mode Should Be Enabled
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp74 return timeSource.get_enabled() != source::Enabled::Off; in isEnabled()
108 enabled ? source::Enabled::On : source::Enabled::Off); in setEnabled()
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616-x96-mate.dts101 /* Enabled by the Android BSP */
109 /* Enabled by the Android BSP */
124 /* Enabled by the Android BSP */
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DMemoryStore.js22 Enabled,
43 enabled: Enabled,

12345678910