Home
last modified time | relevance | path

Searched full:updating (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-mipsarch.txt12 # pci 0000:00:00.0: BAR 5: error updating (0x1105d034 != 0x0100d034)
13 BAR 0: error updating
14 BAR 1: error updating
15 BAR 2: error updating
16 BAR 3: error updating
17 BAR 4: error updating
18 BAR 5: error updating
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dparser.cpp91 "Failed to enable BMC Reboot Guard while updating " + in updateVpdKeyword()
110 "Error while updating keyword's value on hardware path " + in updateVpdKeyword()
204 "Error while updating keyword's value on redundant path " + in updateVpdKeyword()
229 std::string("Failed to disable BMC Reboot Guard while updating " + in updateVpdKeyword()
256 "Error while updating keyword's value on redundant path " + in updateVpdKeywordOnRedundantPath()
295 "Failed to enable BMC Reboot Guard while updating " + in updateVpdKeywordOnHardware()
323 "Error while updating keyword's value on hardware path [" + in updateVpdKeywordOnHardware()
334 std::string("Failed to disable BMC Reboot Guard while updating " + in updateVpdKeywordOnHardware()
/openbmc/u-boot/drivers/fastboot/
H A DKconfig107 string "Target name for updating GPT"
117 The default target name for updating GPT is "gpt".
120 string "Target name for updating MBR"
127 defined here. The default target name for updating MBR is "mbr".
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot11 # Updating -> Image installation currently in progress.
112 Check Image Update Progress State match_state='Disabled', 'Updating' image_id=${image_id}
118 Check Image Update Progress State match_state='Updating' image_id=${image_id}
157 Check Image Update Progress State match_state='Disabled', 'Updating' image_id=${image_id}
162 Check Image Update Progress State match_state='Updating' image_id=${image_id}
H A Dtest_redfish_bmc_code_update.robot10 # Updating Image installation currently in progress.
191 Verify Redfish Code Update Completion In Spite Of Updating HTTPS Certificate
193 ... updating https certificate.
390 ${image_id}= Get Image Id Updating
397 ... getting executed i.e. change the hostname, updating http certificate
446 ... match_state='Updating' image_id=${image_id}
H A Dtest_redfish_host_code_update.robot10 # Updating Image installation currently in progress.
107 ... Check Image Update Progress State match_state='Updating' image_id=${image_id}
H A Dtest_redfish_signed_image_update.robot11 # Updating Image installation currently in progress.
144 ... match_state='Disabled', 'Updating', 'Disabled' image_id=${image_id}
/openbmc/linux/Documentation/admin-guide/
H A Ddell_rbu.rst9 for updating BIOS images on Dell servers and desktops.
21 This driver works with Dell OpenManage or Dell Update Packages for updating
44 or updating.
124 After updating the BIOS image a user mode application needs to execute
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_diag.c173 if (hdr->updating == 1) { in __zfcp_diag_update_buffer()
175 hdr->updating == 0, in __zfcp_diag_update_buffer()
179 hdr->updating = 1; in __zfcp_diag_update_buffer()
186 hdr->updating = 0; in __zfcp_diag_update_buffer()
223 * @buffer_update: Specific implementation for collecting and updating.
H A Dzfcp_diag.h21 * @updating: flag showing that an update for this buffer is currently running.
31 u64 updating :1; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c88 bool updating; member
267 if (mp->updating) in need_isr()
369 if (!mp->updating) in extra_info_update_ongoing()
389 bool updating; in wait_pending_extra_info_updates() local
396 updating = extra_info_update_ongoing(); in wait_pending_extra_info_updates()
398 if (!updating) { in wait_pending_extra_info_updates()
648 if (mp->updating) in dss_ovl_write_regs()
671 if (mp->updating) in dss_ovl_write_regs_extra()
697 if (mp->updating) in dss_mgr_write_regs()
718 if (mp->updating) in dss_mgr_write_regs_extra()
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dupd.c126 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_update()
127 vol->updating = 1; in ubi_start_update()
137 /* Before updating - wipe out the volume */ in ubi_start_update()
154 vol->updating = 0; in ubi_start_update()
177 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_leb_change()
292 * When updating volumes, we accumulate whole logical eraseblock of in ubi_more_update_data()
369 vol->updating = 0; in ubi_more_update_data()
/openbmc/linux/drivers/mtd/ubi/
H A Dupd.c120 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_update()
121 vol->updating = 1; in ubi_start_update()
131 /* Before updating - wipe out the volume */ in ubi_start_update()
148 vol->updating = 0; in ubi_start_update()
171 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_leb_change()
281 * When updating volumes, we accumulate whole logical eraseblock of in ubi_more_update_data()
358 vol->updating = 0; in ubi_more_update_data()
H A Dcdev.c125 if (vol->updating) { in vol_cdev_release()
129 vol->updating = 0; in vol_cdev_release()
148 if (vol->updating) { in vol_cdev_llseek()
150 ubi_err(vol->ubi, "updating"); in vol_cdev_llseek()
184 if (vol->updating) { in vol_cdev_read()
185 ubi_err(vol->ubi, "updating"); in vol_cdev_read()
331 if (!vol->updating && !vol->changing_leb) in vol_cdev_write()
334 if (vol->updating) in vol_cdev_write()
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h78 /* FIFO size for dynamically updating the PTT trace filter list. */
80 /* Delay time for filter updating work */
169 * struct hisi_ptt_filter_update_info - Information for PTT filter updating
212 * @work: delayed work for filter updating
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/
H A Dgrubby_git.bb1 SUMMARY = "A command line tool for updating and displaying info about boot loaders"
2 DESCRIPTION = "grubby is a command line tool for updating and displaying information \
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp38 Updating, enumerator
169 {State::Updating, "Updating"},
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py146 logger.debug("Updating metadata via git ...")
161 logger.error("Updating metadata via git failed")
163 logger.debug("Updating conf files ...")
167 logger.error("Updating %s failed" % changedfile)
321 …e', action="store_true", help='Skip re-preparing the build system after updating (for debugging on…
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.txt39 Updating the Database after an Integrity Check
40 … database without having to re-initialize it. It also enables selective updating, which cannot be …
43 Updating the Policy File
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.hpp79 * @param[in] functionalCallback - The callback function for updating
115 /** @brief The callback function for updating the
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmime.bbclass21 echo "Updating MIME database... this may take a while."
32 echo "Updating MIME database... this may take a while."
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0002-Platform-Corstone1000-Fix-NV-counter-writing.patch7 updating the private metadata. Because of this the update_nv_counters()
55 + FWU_LOG_MSG("%s: updating index = %u nv counter = %u->%u\n\r",
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst7 ``pldmfw`` implements functionality for updating the flash on a device using
70 updating.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst43 - Disabling the updating of access time using ``noatime``: The
44 ``noatime`` mount option prevents the build system from updating file
/openbmc/u-boot/include/configs/
H A Dgw_ventana.h284 "spi_updateuboot=echo Updating uboot from " \
289 "spi_update=echo Updating OS from ${serverip}:${image_os} " \
309 "nand_update=echo Updating NAND from ${serverip}:${image_rootfs}...; " \

12345678910>>...68