Lines Matching refs:printf

33 	printf("     ** ");  in report_bootflow_err()
37 printf("No media/partition found"); in report_bootflow_err()
40 printf("No partition found"); in report_bootflow_err()
43 printf("No filesystem found"); in report_bootflow_err()
46 printf("File not found"); in report_bootflow_err()
49 printf("File cannot be loaded"); in report_bootflow_err()
52 printf("Ready"); in report_bootflow_err()
58 printf(", err=%dE\n", err); in report_bootflow_err()
70 printf("%3x %-11s %-6s %-9.9s %4x %-25.25s %s\n", index, in show_bootflow()
80 printf("Seq Method State Uclass Part Name Filename\n"); in show_header()
81 printf("--- ----------- ------ -------- ---- ------------------------ ----------------\n"); in show_header()
86 printf("--- ----------- ------ -------- ---- ------------------------ ----------------\n"); in show_footer()
87 printf("(%d bootflow%s, %d valid)\n", count, count != 1 ? "s" : "", in show_footer()
128 printf("Flags not supported: enable CONFIG_BOOTSTD_FULL\n"); in do_bootflow_scan()
150 printf("Scanning for bootflows "); in do_bootflow_scan()
152 printf("in bootdev '%s'\n", dev->name); in do_bootflow_scan()
154 printf("with label '%s'\n", label); in do_bootflow_scan()
156 printf("in all bootdevs\n"); in do_bootflow_scan()
172 printf("Out of memory\n"); in do_bootflow_scan()
185 printf("No bootflows found; try again with -l\n"); in do_bootflow_scan()
211 printf("Showing bootflows for bootdev '%s'\n", dev->name); in do_bootflow_list()
220 printf("Showing all bootflows\n"); in do_bootflow_list()
284 printf("Cannot find bootflow '%s' ", name); in do_bootflow_select()
286 printf("in bootdev '%s' ", dev->name); in do_bootflow_select()
287 printf("(err=%d)\n", ret); in do_bootflow_select()
311 printf("No bootflow selected\n"); in do_bootflow_info()
316 printf("Name: %s\n", bflow->name); in do_bootflow_info()
317 printf("Device: %s\n", bflow->dev->name); in do_bootflow_info()
318 printf("Block dev: %s\n", bflow->blk ? bflow->blk->name : "(none)"); in do_bootflow_info()
319 printf("Method: %s\n", bflow->method->name); in do_bootflow_info()
320 printf("State: %s\n", bootflow_state_get_name(bflow->state)); in do_bootflow_info()
321 printf("Partition: %d\n", bflow->part); in do_bootflow_info()
322 printf("Subdir: %s\n", bflow->subdir ? bflow->subdir : "(none)"); in do_bootflow_info()
323 printf("Filename: %s\n", bflow->fname); in do_bootflow_info()
324 printf("Buffer: %lx\n", (ulong)map_to_sysmem(bflow->buf)); in do_bootflow_info()
325 printf("Size: %x (%d bytes)\n", bflow->size, bflow->size); in do_bootflow_info()
326 printf("OS: %s\n", bflow->os_name ? bflow->os_name : "(none)"); in do_bootflow_info()
327 printf("Logo: %s\n", bflow->logo ? in do_bootflow_info()
330 printf("Logo size: %x (%d bytes)\n", bflow->logo_size, in do_bootflow_info()
333 printf("FDT: %s\n", bflow->fdt_fname); in do_bootflow_info()
335 printf("FDT size: %x (%d bytes)\n", bflow->fdt_size, in do_bootflow_info()
337 printf("FDT addr: %lx\n", bflow->fdt_addr); in do_bootflow_info()
339 printf("Error: %d\n", bflow->err); in do_bootflow_info()
345 printf("Contents:\n\n"); in do_bootflow_info()
349 printf("...interrupted\n"); in do_bootflow_info()
374 printf("No bootflow selected\n"); in do_bootflow_boot()
394 printf("Menu not supported\n"); in do_bootflow_menu()
408 printf("Nothing chosen\n"); in do_bootflow_menu()
410 printf("Menu failed (err=%d)\n", ret); in do_bootflow_menu()
415 printf("Selected: %s\n", bflow->os_name ? bflow->os_name : bflow->name); in do_bootflow_menu()