Searched refs:progress (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/tools/libs/toollog/ |
A D | xtl_core.c | 70 if (!logger->progress) return; in xtl_progress() 77 logger->progress(logger, context, doing_what, percent, done, total); in xtl_progress()
|
/xen-4.10.0-shim-comet/tools/libs/toollog/include/ |
A D | xentoollog.h | 53 void (*progress)(struct xentoollog_logger *logger, member 120 (buffer).vtable.progress = LOGGER##_progress; \
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 29 progress: 36 progress : string option -> string -> int -> int64 -> int64 -> unit; RecordField
|
A D | xentoollog.ml.in | 29 progress : string option -> string -> int -> int64 -> int64 -> unit; RecordField 46 Callback.register progress_name cbs.progress;
|
A D | xentoollog_stubs.c | 174 xtl->vtable.progress = &stub_xtl_ocaml_progress; in stub_xtl_create_logger()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 268 count=None, progress=False): argument 271 self._progress = progress 275 if progress and verbosity == 1: 405 progress = kwarg.get("progress") 406 if progress is not None: 413 self._progress = progress 421 progress=self._progress) 717 progress=PROGRESS, profile=PROFILE,
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | img2qcow.c | 98 static void debug_output(uint64_t progress, uint64_t size) in debug_output() argument 103 if (progress/blocks > prev) { in debug_output()
|
A D | qcow2raw.c | 104 static void debug_output(uint64_t progress, uint64_t size) in debug_output() argument 109 if (progress/blocks > prev) { in debug_output()
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | xtl.ml | 22 progress = stdio_progress; } in
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-ring.txt | 78 1 Ring close and reconnect is in progress (see the "ring 97 and reconnect is in progress") and signalling the event channel.
|
A D | livepatch.markdown | 545 respectively mean: success or operation in progress. Other values 642 respectively mean: success or operation in progress. Other values
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | wakeup.S | 38 1: # Show some progress if VGA is resumed
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xlcpupool.cfg.pod.5 | 124 This document is a work in progress and contains items which require
|
A D | xl.pod.1.in | 85 Always use carriage-return-based overwriting for displaying progress
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 80 } progress; member 178 progress:1, member 251 .progress = 0, 9517 opt.progress = 0; in progress_init() 9522 opt.progress = 0; in progress_init() 9525 if( (G.progress.out = fdopen(G.progress.pipe[1], "w")) == NULL ) { in progress_init() 9528 opt.progress = 0; in progress_init() 9830 if(opt.progress && min_p && min_p->file_offset >= G.progress.update_offset) in choose_next_record() 10522 opt.progress = 1; in cmd_parser() 10866 if(opt.progress) in main() [all …]
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 176 "Operation in progress." /* ERR_INPROGRESS -14 */ 231 EINPROGRESS /* ERR_INPROGRESS -14 Operation in progress */ 1668 #define ERR_INPROGRESS -14 /* Operation in progress */
|
Completed in 39 milliseconds