Searched refs:progress (Results 1 - 13 of 13) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_hii_config.c27 efi_string_t *progress,
30 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results);
47 efi_string_t *progress)
49 EFI_ENTRY("%p, \"%ls\", %p", this, configuration, progress);
60 efi_string_t *progress)
63 block, block_size, config, progress);
73 efi_string_t *progress)
76 block, block_size, progress);
104 efi_string_t *progress,
107 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, result
25 extract_config(const struct efi_hii_config_routing_protocol *this, const efi_string_t request, efi_string_t *progress, efi_string_t *results) argument
45 route_config(const struct efi_hii_config_routing_protocol *this, const efi_string_t configuration, efi_string_t *progress) argument
55 block_to_config(const struct efi_hii_config_routing_protocol *this, const efi_string_t config_request, const u8 *block, const efi_uintn_t block_size, efi_string_t *config, efi_string_t *progress) argument
69 config_to_block(const struct efi_hii_config_routing_protocol *this, const efi_string_t config_resp, const u8 *block, const efi_uintn_t *block_size, efi_string_t *progress) argument
102 extract_config_access(const struct efi_hii_config_access_protocol *this, const efi_string_t request, efi_string_t *progress, efi_string_t *results) argument
113 route_config_access(const struct efi_hii_config_access_protocol *this, const efi_string_t configuration, efi_string_t *progress) argument
[all...]
H A Defi_firmware.c574 * @progress: Function to report the progress of update
579 * @vendor_code, @progress and @abort_reason are not supported.
590 efi_status_t (*progress)(efi_uintn_t completion),
597 image_size, vendor_code, progress, abort_reason);
638 * @progress: Function to report the progress of update
643 * @vendor_code, @progress and @abort_reason are not supported.
654 efi_status_t (*progress)(efi_uintn_t completion),
663 image_size, vendor_code, progress, abort_reaso
[all...]
/u-boot/include/
H A Dfastboot.h107 * fastboot_set_progress_callback() - set progress callback
109 * @progress: Pointer to progress callback
116 void fastboot_set_progress_callback(void (*progress)(const char *msg));
H A Defi_api.h1340 efi_string_t *progress,
1348 efi_string_t *progress);
1355 efi_string_t *progress);
1361 efi_string_t *progress);
1380 efi_string_t *progress,
1385 efi_string_t *progress);
2126 efi_status_t (*progress)(efi_uintn_t completion),
/u-boot/drivers/fastboot/
H A Dfb_common.c124 * fastboot_get_progress_callback() - Return progress callback
203 * fastboot_set_progress_callback() - set progress callback
205 * @progress: Pointer to progress callback
212 void fastboot_set_progress_callback(void (*progress)(const char *msg))
214 fastboot_progress_callback = progress;
/u-boot/board/armltd/integrator/
H A Dintegrator.c56 void show_boot_progress(int progress) argument
58 printf("Boot reached stage %d\n", progress);
/u-boot/board/buffalo/lsxl/
H A Dlsxl.c304 void show_boot_progress(int progress) argument
306 if (progress > 0)
310 if (progress == -BOOTSTAGE_ID_NET_LOADED)
/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c41 void show_boot_progress(int progress) argument
43 printf("Boot reached stage %d\n", progress);
/u-boot/tools/u_boot_pylib/
H A Dtout.py17 This class handles output of progress and other useful information
26 verbose: Verbosity level: 0=silent, 1=progress, 3=full, 4=debug
32 """Clean up and remove any progress message."""
48 """Clear any active progress message on the terminal."""
55 def progress(msg, warning=False, trailer='...'): function
56 """Display progress information.
168 _progress = '' # Our last progress message
/u-boot/board/siemens/iot2050/
H A Dboard.c507 void show_boot_progress(int progress) argument
512 if ((progress < 0 && progress != -BOOTSTAGE_ID_NET_ETH_START) ||
513 progress == BOOTSTAGE_ID_ENTER_CLI_LOOP) {
/u-boot/tools/
H A Dqconfig.py246 """Create a new progress indicator.
267 """Display the progress."""
376 def __init__(self, toolchains, args, progress, devnull, make_cmd,
383 progress: A progress indicator.
393 self.progress = progress
568 """Display log along with progress and go to the idle state.
594 self.progress.inc(success)
595 self.progress
1585 progress = move_config(toolchains, args, db_queue, col) variable
[all...]
/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_tests.c146 static int progress(u32 offset) function
158 static int test_loop_end(u32 *loop, u32 nb_loop, u32 progress) argument
163 if ((*loop) % progress)
165 /* allow to interrupt the test only for progress step */
316 if (progress(offset))
328 if (progress(offset))
338 if (progress(offset))
563 if (progress(offset << 7))
623 if (progress(offset))
777 if (progress(offse
[all...]
/u-boot/lib/bzip2/
H A Dbzlib.c119 "possibly monitoring progress in detail with the -vv flag.\n"
460 Bool progress; local
475 progress = handle_compress ( strm );
476 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
497 progress = handle_compress ( strm );
507 progress = handle_compress ( strm );
508 if (!progress) return BZ_SEQUENCE_ERROR;

Completed in 207 milliseconds