Home
last modified time | relevance | path

Searched full:restore (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_restore.robot2 Documentation This suite verifies the power restore policy supported by
25 Test Restore Policy ALWAYS_POWER_OFF With Host Off
26 [Documentation] Validate ALWAYS_POWER_OFF restore policy functionality.
36 [Template] Verify Restore Policy
43 Test Restore Policy ALWAYS_POWER_OFF With Host Running
44 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running.
46 [Template] Verify Restore Policy
52 Test Restore Policy ALWAYS_POWER_ON With Host Off
53 [Documentation] Validate ALWAYS_POWER_ON restore policy functionality.
63 [Template] Verify Restore Policy
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/
H A D0003-ipvsadm-remove-dependency-on-bash.patch6 The save/restore scripts are very simple and don't depend on any BASH
13 ipvsadm-restore | 2 +-
17 diff --git a/ipvsadm-restore b/ipvsadm-restore
19 --- a/ipvsadm-restore
20 +++ b/ipvsadm-restore
24 # ipvsadm-restore - Restore IPVS rules
26 # A very simple wrapper to restore IPVS rules
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_power_restore_policy_sub_menu.robot3 Documentation Test OpenBMC GUI "Power restore policy" sub-menu of "Settings" menu.
15 ${xpath_power_restore_policy_heading} //h1[text()="Power restore policy"]
23 Verify Navigation To Power Restore Policy Page
24 [Documentation] Verify navigation to Power Restore Policy page.
30 Verify Existence Of All Sections In Power Restore Policy Page
31 [Documentation] Verify existence of all sections in Power Restore Policy page.
34 Page Should Contain Power restore policies
37 Verify Existence Of All Buttons In Power Restore Policy Page
54 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain power-restore-policy
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp12 // Backup and restore operation status.
21 * @brief class to implement backup and restore VPD.
50 * @brief An API to backup and restore VPD.
52 * Note: This API works on the keywords declared in the backup and restore
53 * config JSON. Restore or backup action could be triggered for each
57 * Restore source keyword's value with destination keyword's value,
70 * @brief An API to set backup and restore status.
81 * 1. If provided i_fruPath is primary(source) path in the backup restore
88 * in the backup and restore config JSON).
89 * 2. If the input record and keyword are found in the backup and restore
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DRestorePolicy.interface.yaml9 default: "Restore"
16 The delay in microseconds before invoke power restore policy after
26 Perform no power restore logic.
33 - name: Restore
35 Restore power to last requested state recorded before the BMC
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch24 * common/signals-state-save-restore.c (save_original_signals_state):
31 gdbsupport/signals-state-save-restore.cc | 2 +-
34 diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc
36 --- a/gdbsupport/signals-state-save-restore.cc
37 +++ b/gdbsupport/signals-state-save-restore.cc
/openbmc/x86-power-control/src/
H A Dpower_control.hpp33 * @brief The class contains functions to invoke power restore policy.
46 * @brief Power Restore entry point.
48 * Call this to start Power Restore algorithm.
54 * Parse list of properties, received from dbus, to set Power Restore
74 * Call this after set any of Power Restore algorithm parameters. Once all
79 * @brief Actually perform power restore actions.
81 * Take Power Restore actions according to Policy and other parameters.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-xfsdump-support-usrmerge.patch11 restore/Makefile | 6 +-----
32 diff --git a/restore/Makefile b/restore/Makefile
34 --- a/restore/Makefile
35 +++ b/restore/Makefile
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network31 network boot. Copy them to u-boot-restore.img and
32 u-boot-spl-restore.bin respectively to distinguish this version
33 (with automatic restore running) from the main one.
45 raw SPL image -- u-boot-spl-restore.bin while SPL needs main U-Boot
46 image -- u-boot-restore.img). So you have to configure DHCP server to
61 filename "u-boot-spl-restore.bin";
63 filename "u-boot-restore.img";
/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp100 * @param[in] restore - the certificate is created in the restore path
105 bool restore);
120 * @param[in] restore - the certificate is created in the restore path
125 Manager& parent, bool restore);
131 * @param[in] restore - the certificate is created in the restore path
133 void install(const std::string& filePath, bool restore);
141 * @param[in] restore - the certificate is created in the restore path
143 void install(X509_STORE& x509Store, const std::string& pem, bool restore);
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot55 ... Restore Default Password For Root User AND FFDC On Test Case Fail
72 ... Restore Default Password For Root User AND FFDC On Test Case Fail
88 ... Restore Default Password For Root User
106 ... Restore Default Password For Root User AND FFDC On Test Case Fail
123 ... AND Restore Default Password For Root User AND FFDC On Test Case Fail
248 [Teardown] Restore Default Password For Admin User
265 [Teardown] Restore Default Password For Admin User
282 [Teardown] Restore Default Password For Admin User
348 Restore Default Password For Root User
349 [Documentation] Restore default password for root user (i.e. 0penBmc).
[all …]
/openbmc/openpower-vpd-parser/docs/
H A Dbackup-restore-config-json.md1 # Backup and Restore Config
3 ## TODO: Add description about structure of backup and restore config json
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp45 logging::logMessage("Backup and restore invoked already."); in backupAndRestore()
59 … "Backup restore config JSON is missing necessary tag(s), can't initiate backup and restore."); in backupAndRestore()
78 "Couldn't extract source path, can't initiate backup and restore."); in backupAndRestore()
97 "Couldn't extract destination path, can't initiate backup and restore."); in backupAndRestore()
101 // Implement backup and restore for IPZ type VPD in backupAndRestore()
140 logging::logMessage("Back up and restore failed with exception: " + in backupAndRestore()
153 "Invalid value found for tag backupMap, in backup and restore config JSON."); in backupAndRestoreIpzVpd()
260 "Record or keyword not found in the backup and restore config JSON."); in backupAndRestoreIpzVpd()
294 " from backup and restore config JSON file."); in backupAndRestoreIpzVpd()
367 // restore config JSON. in backupAndRestoreIpzVpd()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/
H A Dip6tables.service8 ExecStart=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
9 ExecReload=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
H A Diptables.service8 ExecStart=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules
9 ExecReload=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot108 [Teardown] Run Keywords Restore LDAP URL AND
166 [Teardown] Restore LDAP Privilege
183 [Teardown] Run Keywords Restore AccountLockout Attributes AND
214 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege
224 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege
235 [Teardown] Restore LDAP Privilege
306 [Teardown] Restore LDAP Privilege
316 [Teardown] Restore LDAP Privilege
442 [Teardown] Restore LDAP Privilege
460 [Teardown] Restore LDAP Privilege
[all …]
/openbmc/docs/designs/
H A Dpower-recovery.md48 [PowerRestorePolicy][pdi-restore] property out in phosphor-dbus-interface
62 can know what to restore it to if necessary
70 - Restore the previous state of the chassis power and host
76 OpenBMC software must also support the concept of a one_time power restore
112 - Adhere to the current power restore policy
129 - Support the ability for host firmware to indicate a one-time power restore
132 - Wait for the brownout to complete and implement the one-time power restore
133 policy. If no one-time policy is defined then run the standard power restore
292 # Power Restore Policy
302 power on the system when policy is `AlwaysOn` or `Restore`.
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh120 --restore-files Restore files from save directory to rwfs layer
121 --no-restore-files Don't restore saved files from ram to rwfs layer
140 --no-restore-files)
143 --restore-files)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D60-joystick.rules1 # Restore any stored calibration for the device
2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A Darptables.service9 ExecStart=/bin/sh -c "/usr/sbin/arptables-restore < /etc/sysconfig/arptables"
12 ExecStop=/bin/sh -c "/usr/sbin/arptables-restore < /dev/null"
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_system.hpp52 void restore() override in restore() function in openpower::dump::system::Manager
54 // TODO #2597 Implement the restore to restore the dump entries in restore()
H A Ddump_manager_resource.hpp53 void restore() override in restore() function in openpower::dump::resource::Manager
55 // TODO #2597 Implement the restore to restore the dump entries in restore()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexceptions.S27 * The 32 instructions are not enough to save and restore all registers and
30 * handler, then to the restore routine. The save and restore routines are
97 * Restore the exception return address, for all exception levels.
117 * Restore the general purpose registers from the exception stack, then return.
/openbmc/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot104 Restore NTP Status
105 [Documentation] Restore NTP Status.
163 Restore NTP Mode
164 [Documentation] Restore the original NTP mode.
167 Print Timen Restore NTP Mode.
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S129 /* restore proper idt */
197 /* restore stack pointer, eflags and register values and exit */
228 /* restore stack pointer, eflags and register values and exit */
276 /* Restore real mode ESP based on saved SS */
283 /* Restore real mode SS */
287 * Restore all registers, including those manipulated by the C

12345678910>>...28