Home
last modified time | relevance | path

Searched full:progress (Results 1 – 25 of 2419) sorted by relevance

12345678910>>...97

/openbmc/qemu/tests/qemu-iotests/
H A D219.out6 {"return": [{"current-progress": "FILTERED", "id": "job0", "status": "running", "total-progress": "…
14 {"return": [{"current-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304…
17 {"return": [{"current-progress": 131072, "id": "job0", "status": "running", "total-progress": 41943…
21 {"return": [{"current-progress": 131072, "id": "job0", "status": "paused", "total-progress": 419430…
24 {"return": [{"current-progress": 196608, "id": "job0", "status": "running", "total-progress": 41943…
28 {"return": [{"current-progress": 196608, "id": "job0", "status": "paused", "total-progress": 419430…
31 {"return": [{"current-progress": 262144, "id": "job0", "status": "running", "total-progress": 41943…
35 {"return": [{"current-progress": 262144, "id": "job0", "status": "paused", "total-progress": 419430…
38 {"return": [{"current-progress": 327680, "id": "job0", "status": "running", "total-progress": 41943…
49 {"return": [{"current-progress": 4194304, "id": "job0", "status": "ready", "total-progress": 419430…
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py2 BitBake progress handling code
41 progress of some operation.
60 """Internal function to fire the progress event"""
69 def update(self, progress, rate=None): argument
71 if progress > 100:
72 progress = 100
73 if progress != self._progress or self._lastevent + 1 < ts:
74 self._fire_progress(progress, rate)
76 self._progress = progress
82 the lines if they contain progress information. Additionally, it
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_progress_logs_sub_menu.robot3 Documentation Test OpenBMC GUI "Progress logs" sub-menu.
15 ${xpath_progress_logs_heading} //h1[text()="Progress logs"]
23 Verify Navigation To Progress Logs Page
24 [Documentation] Verify navigation to progress logs page.
30 Verify Existence Of All Input Boxes In Progress Logs Page
31 [Documentation] Verify existence of all input boxes in progress logs page.
42 Verify Existence Of All Sections In Progress Logs Page
43 [Documentation] Verify existence of all sections in Progress Logs page.
46 Page Should Contain Progress logs
49 Verify Existence Of All Fields In Progress Logs Page
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_hii_config.c24 efi_string_t *progress, in extract_config() argument
27 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config()
44 efi_string_t *progress) in route_config() argument
46 EFI_ENTRY("%p, \"%ls\", %p", this, configuration, progress); in route_config()
57 efi_string_t *progress) in block_to_config() argument
60 block, block_size, config, progress); in block_to_config()
70 efi_string_t *progress) in config_to_block() argument
73 block, block_size, progress); in config_to_block()
101 efi_string_t *progress, in extract_config_access() argument
104 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config_access()
[all …]
/openbmc/qemu/util/
H A Daio-posix.c90 /* If a read is in progress, just mark the node as deleted */ in aio_remove_fd_handler()
224 bool progress = false; in poll_set_started() local
253 progress = true; in poll_set_started()
258 return progress; in poll_set_started()
326 bool progress = false; in aio_dispatch_handler() local
368 * progress. in aio_dispatch_handler()
378 /* aio_notify() does not count as progress */ in aio_dispatch_handler()
380 progress = true; in aio_dispatch_handler()
387 progress = true; in aio_dispatch_handler()
390 return progress; in aio_dispatch_handler()
[all …]
H A Dqemu-progress.c2 * QEMU progress printing utility functions
26 #include "qemu/qemu-progress.h"
40 * Simple progress print function.
97 * tools that use the progress report SIGUSR1 isn't used in this meaning in progress_dummy_init()
98 * and instead should print the progress, so reenable it. in progress_dummy_init()
110 * Initialize progress reporting.
114 * percent progress since the last report.
132 * Report progress.
133 * @delta is how much progress we made.
135 * Else, @delta is a progress delta since the last call, as a fraction
H A Daio-win32.c51 /* If aio_poll is in progress, just mark the node as deleted */ in aio_remove_fd_handler()
258 bool progress = false; in aio_dispatch_handlers() local
274 /* aio_notify() does not count as progress */ in aio_dispatch_handlers()
276 progress = true; in aio_dispatch_handlers()
285 progress = true; in aio_dispatch_handlers()
289 progress = true; in aio_dispatch_handlers()
297 progress = true; in aio_dispatch_handlers()
311 return progress; in aio_dispatch_handlers()
327 bool progress, have_select_revents, first; in aio_poll() local
342 progress = false; in aio_poll()
[all …]
/openbmc/openbmc-test-automation/data/
H A Dboot_table.json13 "boot_progress": "^FW Progress, Starting OS|OSStart$",
36 "boot_progress": "^FW Progress, Starting OS|OSStart$",
59 "boot_progress": "^FW Progress, Starting OS|OSStart$",
196 "boot_progress": "^FW Progress, Starting OS|OSStart$",
223 "boot_progress": "^FW Progress, Starting OS|OSStart$",
233 "boot_progress": "^FW Progress, Starting OS|OSStart$",
249 "boot_progress": "^FW Progress, Starting OS|OSStart$",
259 "boot_progress": "^FW Progress, Starting OS|OSStart$",
274 "boot_progress": "^FW Progress, Starting OS|OSStart$",
284 "boot_progress": "^FW Progress, Starting OS|OSStart$",
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot5 ... 1. Set In Progress - param 0,
33 Verify System Info Set In Progress
34 [Documentation] Verify Set In Progress of System Info Parameter,
35 ... to set the set-in-progress and set complete state via IPMI,
39 # Set In Progress - set complete.
40 Set System Info Set In Progress 0x00
42 # Get System Info Parameter for param 0 - Set In Progress.
43 # Check if set-in-progress set to set complete.
44 ${complete}= Get System Info Set In Progress
47 # here, 01h (set in progress).
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dmrb_section.html79 <%else state == 'In Progress'%>
80 <%include tmpl='#in-progress-build-template'/%>
105 <!-- progress bar and parse completion percentage -->
106 <div data-role="build-status" class="col-md-4 col-md-offset-1 progress-info">
107 <!-- progress bar -->
108 <div class="progress">
111 class="progress-bar">
116 <div class="col-md-4 progress-info">
130 <!-- progress bar and parse completion percentage -->
131 <div data-role="build-status" class="col-md-4 col-md-offset-1 progress-info">
[all …]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dplot.py71 def _get_progress_label(self, progress): argument
72 if progress:
74 ["Status: %s" % progress._status,
75 "Iteration: %d" % progress._ram._iterations,
76 "Throttle: %02d%%" % progress._throttle_pcent,
77 "Dirty rate: %dMB/s" % (progress._ram._dirty_rate_pps * 4 / 1024.0)])
129 progress = report._progress_history[progress_idx]
131 progress = None
135 labels.append(self._get_progress_label(progress))
168 progress = report._progress_history[progress_idx]
[all …]
H A Dengine.py26 from guestperf.progress import Progress, ProgressStats
87 return Progress(
253 progress = self._migrate_progress(src)
260 progress._ram._iterations)):
261 progress_history.append(progress)
263 if progress._status in ("completed", "failed", "cancelled"):
264 if progress._status == "completed" and paused:
266 if progress_history[-1] != progress:
267 progress_history.append(progress)
269 if progress._status == "completed":
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dp2a.hpp6 #include "progress.hpp"
20 ProgressInterface* progress, bool skipBridgeDisable, in P2aDataHandler() argument
22 blob(blob), pci(pci), progress(progress), in P2aDataHandler()
27 ProgressInterface* progress, in P2aDataHandler() argument
29 P2aDataHandler(blob, pci, progress, false, sys) in P2aDataHandler()
41 ProgressInterface* progress; member in host_tool::P2aDataHandler
H A Dbt.hpp5 #include "progress.hpp"
15 BtDataHandler(ipmiblob::BlobInterface* blob, ProgressInterface* progress, in BtDataHandler() argument
17 blob(blob), progress(progress), sys(sys) {}; in BtDataHandler()
27 ProgressInterface* progress; member in host_tool::BtDataHandler
H A Dnet.hpp5 #include "progress.hpp"
21 NetDataHandler(ipmiblob::BlobInterface* blob, ProgressInterface* progress, in NetDataHandler() argument
24 blob(blob), progress(progress), host(host), port(port), sys(sys) {}; in NetDataHandler()
34 ProgressInterface* progress; member in host_tool::NetDataHandler
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh32 # Update the Boot Progress LastStateTime
35 xyz.openbmc_project.State.Boot.Progress \
46 xyz.openbmc_project.State.Boot.Progress \
48 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.$bootprog"
50 # Update Boot Progress LastStateTime
78 boot_stage_str="DDR training progress (Code=${ueficode})"
175 # Check if the Host is already ON or not. If Host is already boot, update boot progress and break.
182 # Update current boot progress
186 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"
188 # Log Boot Progress to dbus
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcolor.py11 import bb.progress
14 from bb.progress import filter_color, filter_color_n
24 self._reports.append((event.progress, event.rate))
51 class CustomProgressHandler(bb.progress.LineFilterProgressHandler):
52 PROGRESS_REGEX = re.compile(r"Progress: (?P<progress>\d+)%")
57 self.update(int(match.group("progress")))
65 handler.write("Progress: 10%\n") # 10%
78 handler = bb.progress.BasicProgressHandler(self.d, outfile=buffer)
89 handler = bb.progress.OutOfProgressHandler(self.d, r'(\d+) of (\d+)', outfile=buffer)
/openbmc/docs/designs/
H A Dboot-progress.md1 # System Boot Progress on OpenBMC
11 The boot progress of an OpenBMC managed system is complex. There are a mix of
29 host boot progress:
31 - [xyz.openbmc_project.State.Boot.Progress][3]
37 PLDM also has a boot progress sensor. Search for "Boot Progress" in this
81 PLDM boot progress codes
95 Different OpenBMC systems could support different boot progress codes, and
117 A lot of system BIOS's provided some form of a detailed boot progress codes.
118 UEFI has POST codes, POWER has istep progress codes. If more fine grained
120 is just high level boot progress. Note that these POST/istep codes could be
[all …]
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dmpc85xx_rdb.c54 if (ppc_md.progress) in mpc85xx_rdb_setup_arch()
55 ppc_md.progress("mpc85xx_rdb_setup_arch()", 0); in mpc85xx_rdb_setup_arch()
116 .progress = udbg_progress, in define_machine()
129 .progress = udbg_progress, in define_machine()
142 .progress = udbg_progress, in define_machine()
155 .progress = udbg_progress, in define_machine()
168 .progress = udbg_progress, in define_machine()
181 .progress = udbg_progress, in define_machine()
194 .progress = udbg_progress, in define_machine()
207 .progress = udbg_progress, in define_machine()
/openbmc/linux/tools/perf/ui/gtk/
H A Dprogress.c5 #include "../progress.h"
8 static GtkWidget *progress; variable
20 progress = gtk_progress_bar_new(); in gtk_ui_progress__update()
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); in gtk_ui_progress__update()
34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction); in gtk_ui_progress__update()
36 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), buf); in gtk_ui_progress__update()
/openbmc/linux/arch/powerpc/mm/
H A Dinit_32.c82 if (ppc_md.progress) in MMU_init()
83 ppc_md.progress("MMU:enter", 0x111); in MMU_init()
105 if (ppc_md.progress) in MMU_init()
106 ppc_md.progress("MMU:hw init", 0x300); in MMU_init()
110 if (ppc_md.progress) in MMU_init()
111 ppc_md.progress("MMU:mapin", 0x301); in MMU_init()
117 if (ppc_md.progress) in MMU_init()
118 ppc_md.progress("MMU:exit", 0x211); in MMU_init()
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py3 # progressbar - Text progress bar library for Python.
126 1) ETA based on the total progress and time elapsed so far
127 2) ETA based on the progress as per the last 10 update reports
129 The weight depends on the current progress so that to begin with the
130 total progress is used and at the end only the most recent progress is
191 """An animated marker for the progress bar which defaults to appear as if
266 """Returns progress as a count of the total (e.g.: "5 of 47")."""
278 """A progress bar which stretches to fill the line."""
284 """Creates a customizable progress bar.
289 fill - character to use for the empty part of the progress bar
[all …]
H A D__init__.py4 # progressbar - Text progress bar library for Python.
23 """Text progress bar library for Python.
25 A text progress bar is typically used to display the progress of a long
28 The ProgressBar class manages the current progress, and the format of the line
30 differently depending on the state of the progress bar. There are three types
/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c307 static bool rsu_progress_done(u32 progress) in rsu_progress_done() argument
309 return (progress == RSU_PROG_IDLE || in rsu_progress_done()
310 progress == RSU_PROG_RSU_DONE); in rsu_progress_done()
313 static bool rsu_progress_busy(u32 progress) in rsu_progress_busy() argument
315 return (progress == RSU_PROG_AUTHENTICATING || in rsu_progress_busy()
316 progress == RSU_PROG_COPYING || in rsu_progress_busy()
317 progress == RSU_PROG_UPDATE_CANCEL || in rsu_progress_busy()
318 progress == RSU_PROG_PROGRAM_KEY_HASH); in rsu_progress_busy()
322 u32 *progress, u32 *status) in m10bmc_sec_progress_status() argument
336 *progress = rsu_prog(*doorbell_reg); in m10bmc_sec_progress_status()
[all …]
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.h10 * enum fw_upload_prog - firmware upload progress codes
11 * @FW_UPLOAD_PROG_IDLE: there is no firmware upload in progress
16 * @FW_UPLOAD_PROG_MAX: Maximum progress code marker
36 enum fw_upload_prog progress; member
37 enum fw_upload_prog err_progress; /* progress at time of failure */

12345678910>>...97