/openbmc/sdeventplus/test/utility/ |
H A D | timer.cpp | 81 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 D | test_boot_devices.robot | 45 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 D | test_systems_inventory.robot | 61 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 D | test_policies_sub_menu.robot | 73 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 D | schneider.robot | 51 # 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 D | account_service.hpp | 24 Enabled, enumerator 72 Enabled, enumerator 91 {LocalAccountAuth::Enabled, "Enabled"}, 139 {BasicAuthState::Enabled, "Enabled"},
|
H A D | processor.hpp | 76 Enabled, enumerator 82 Enabled, enumerator 162 {TurboState::Enabled, "Enabled"}, 168 {BaseSpeedPriorityState::Enabled, "Enabled"},
|
H A D | pump.hpp | 18 Enabled, enumerator 30 {PumpMode::Enabled, "Enabled"},
|
H A D | cooling_unit.hpp | 19 Enabled, enumerator 32 {CoolingUnitMode::Enabled, "Enabled"},
|
H A D | secure_boot.hpp | 12 Enabled, enumerator 33 {SecureBootCurrentBootType::Enabled, "Enabled"},
|
H A D | ethernet_interface.hpp | 22 Enabled, enumerator 70 {DHCPv6OperatingMode::Enabled, "Enabled"},
|
H A D | storage.hpp | 43 Enabled, enumerator 94 {ConfigurationLock::Enabled, "Enabled"},
|
/openbmc/linux/Documentation/translations/zh_CN/rust/ |
H A D | general-information.rst | 72 #[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 D | base.hpp | 27 enum class Enabled enum 118 Enabled get_enabled() const; 125 void set_enabled(Enabled enabled) const;
|
H A D | base.cpp | 79 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 D | filter_expr_parser_test.cpp | 51 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 D | heartbeat.cpp | 13 using sdeventplus::source::Enabled; 45 source.set_enabled(Enabled::OneShot); in main()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.build | 93 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 D | binfmt_misc.c | 46 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 D | UserManagementStore.js | 120 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 D | gpio-samsung.txt | 20 1 - Pull Down Enabled. 21 3 - Pull Up Enabled.
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_signed_image_update.robot | 9 # 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 D | timer.cpp | 74 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 D | sun50i-h616-x96-mate.dts | 101 /* 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 D | MemoryStore.js | 22 Enabled, 43 enabled: Enabled,
|