Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 266) sorted by relevance

1234567891011

/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/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/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
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":
280 if progress._status == "completed" and not paused:
[all …]
/openbmc/qemu/util/
H A Daio-posix.c224 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
380 progress = true; in aio_dispatch_handler()
387 progress = true; in aio_dispatch_handler()
390 return progress; in aio_dispatch_handler()
401 bool progress = false; in aio_dispatch_ready_handlers() local
406 progress = aio_dispatch_handler(ctx, node) || progress; in aio_dispatch_ready_handlers()
417 return progress; in aio_dispatch_ready_handlers()
[all …]
H A Daio-win32.c258 bool progress = false; in aio_dispatch_handlers() local
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()
397 progress |= aio_bh_poll(ctx); in aio_poll()
413 progress |= aio_dispatch_handlers(ctx, event); in aio_poll()
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dp2a.hpp20 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.hpp15 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.hpp21 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
H A Dbt.cpp21 progress->start(fileSize); in sendContents()
40 progress->updateProgress(bytesRead); in sendContents()
46 progress->abort(); in sendContents()
51 progress->finish(); in sendContents()
H A Dlpc.hpp28 ProgressInterface* progress, in LpcDataHandler() argument
31 progress(progress), sys(sys) {}; in LpcDataHandler()
44 ProgressInterface* progress; member in host_tool::LpcDataHandler
H A Dnet.cpp112 progress->start(fileSize); in sendContents()
124 progress->updateProgress(bytesSent); in sendContents()
162 progress->abort(); in sendContents()
167 progress->abort(); in sendContents()
171 progress->finish(); in sendContents()
H A Dmain.cpp222 host_tool::ProgressStdoutIndicator progress; in main() local
230 std::make_unique<host_tool::BtDataHandler>(&blob, &progress); in main()
240 &blob, &progress, host, port); in main()
250 &blob, &devmem, hostAddress, hostLength, &progress); in main()
256 &blob, &pci, &progress); in main()
262 &blob, &pci, &progress, true); in main()
H A Dlpc.cpp117 progress->start(fileSize); in sendContents()
147 progress->updateProgress(bytesRead); in sendContents()
153 progress->abort(); in sendContents()
158 progress->finish(); in sendContents()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py69 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
124 progress = int(percs[-1])
125 self.update(progress)
139 progress = (float(nums[-1][0]) / float(nums[-1][1])) * 100
140 self.update(progress)
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Dflash.cpp50 activationProgress->progress(activationProgress->progress() + 20); in onStateChanges()
56 activationProgress->progress(activationProgress->progress() + 50); in onStateChanges()
76 activationProgress->progress(90); in onStateChanges()
/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):
78 handler = bb.progress.BasicProgressHandler(self.d, outfile=buffer)
89 handler = bb.progress.OutOfProgressHandler(self.d, r'(\d+) of (\d+)', outfile=buffer)
/openbmc/phosphor-webui/app/common/styles/base/
H A Dmixins.scss112 -webkit-animation: progress 2s linear infinite;
113 -moz-animation: progress 2s linear infinite;
114 animation: progress 2s linear infinite;
117 @-webkit-keyframes progress {
126 @-moz-keyframes progress {
135 @-ms-keyframes progress {
144 @keyframes progress {
/openbmc/webui-vue/src/components/Global/
H A DLoadingBar.vue3 <b-progress v-if="!isLoadingComplete">
4 <b-progress-bar
10 </b-progress>
82 .progress {
98 .progress-bar {
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dactivation_ubi.cpp128 activationProgress->progress(10); in startActivation()
147 activationProgress->progress(activationProgress->progress() + 50); in unitStateChange()
166 activationProgress->progress(90); in finishActivation()
175 activationProgress->progress(100); in finishActivation()
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Dflash.cpp43 activationProgress->progress(activationProgress->progress() + 1); in onStateChanges()
62 activationProgress->progress(90); in onStateChanges()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp123 for (auto progress = 0; progress <= 100; progress += 20) in updateDevice() local
125 setUpdateProgress(progress); in updateDevice()
/openbmc/u-boot/doc/driver-model/
H A DMIGRATION.txt11 Status: In progress
21 Status: In progress
31 Status: In progress
41 Status: In progress
69 Status: In progress
82 Status: In progress
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-progress_1.6.bb1 SUMMARY = "Easy progress reporting for Python"
2 HOMEPAGE = "https://github.com/verigak/progress/"
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py285 progress = None
288 progress = tempfile.NamedTemporaryFile(
291 self.progress_name = progress.name
294 stdout=progress.file,
299 progress.close()
300 os.unlink(progress.name)
307 progress.close()

1234567891011