Home
last modified time | relevance | path

Searched refs:printf (Results 476 – 500 of 3707) sorted by relevance

1...<<11121314151617181920>>...149

/openbmc/linux/samples/watch_queue/
H A Dwatch_test.c57 printf("KEY %08x change=%u[%s] aux=%u\n", in saw_key_change()
81 printf("-- END --\n"); in consumer()
90 printf("read() = %zd\n", buf_len); in consumer()
106 printf("NOTIFY[%03zx]: ty=%06x sy=%02x i=%08x\n", in consumer()
119 printf("REMOVAL of watchpoint %08x\n", in consumer()
124 printf("-- LOSS --\n"); in consumer()
127 printf("other meta record\n"); in consumer()
135 printf("other type\n"); in consumer()
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c112 printf("Parameters:\n"); in pr_params()
113 printf(" # of threads: %u\n", n_threads); in pr_params()
114 printf(" duration: %u\n", duration); in pr_params()
115 printf(" ops' range: %u\n", range); in pr_params()
129 printf("Results:\n"); in pr_stats()
130 printf("Duration: %u s\n", duration); in pr_stats()
131 printf(" Throughput: %.2f Mops/s\n", tx); in pr_stats()
132 printf(" Throughput/thread: %.2f Mops/s/thread\n", tx / n_threads); in pr_stats()
H A Dqtree-bench.c254 printf("%5s %10s ", "Tree", "Op"); in main()
256 printf("%7zu ", sizes[i]); in main()
258 printf("\n"); in main()
264 printf("%s\n", separator); in main()
267 printf("%5s %10s ", impls[j].name, benchmarks[i].name); in main()
269 printf("%7.2f ", res[i][j][k]); in main()
271 printf(" "); in main()
275 printf("(%4.2fx) ", speedup); in main()
277 printf("( ) "); in main()
281 printf("\n"); in main()
[all …]
/openbmc/u-boot/board/egnite/ethernut5/
H A Dethernut5_pwrman.c119 printf("%u.%u\n", pwrman_major, pwrman_minor); in ethernut5_print_version()
143 printf("%s ", pwrman_feat[i]); in print_flagged_features()
180 printf("%s\n", i ? "off" : "on"); in ethernut5_print_power()
197 printf("%d\n", (val + 5) / 10); in ethernut5_print_celsius()
212 printf("%d\n", (val + 5) / 10); in ethernut5_print_voltage()
242 printf("led %u %u\n", val >> 4, val & 15); in do_pwrman()
265 printf("active\n"); in do_pwrman()
267 printf("inactive\n"); in do_pwrman()
284 printf("Bad parameter %s\n", argv[i + 1]); in do_pwrman()
/openbmc/linux/drivers/tty/vt/
H A Dconmakehash.c245 printf("\ in main()
260 printf("%3d", unicount[i]); in main()
262 printf("\n};\n"); in main()
264 printf(",\n\t"); in main()
266 printf(", "); in main()
269 printf("\nu16 dfont_unitable[%d] = \n{\n\t", nuni); in main()
280 printf("0x%04x", unitable[fp0][nent++]); in main()
282 printf("\n};\n"); in main()
284 printf(",\n\t"); in main()
286 printf(", "); in main()
/openbmc/u-boot/tools/
H A Dbmp_logo.c54 printf("/*\n" in gen_info()
146 printf("/*\n" in main()
160 printf("unsigned short bmp_logo_palette[] = {\n"); in main()
168 printf ("%s0x0%X%X%X,%s", in main()
181 printf ("\n"); in main()
182 printf ("};\n"); in main()
183 printf ("\n"); in main()
184 printf("unsigned char bmp_logo_bitmap[] = {\n"); in main()
195 printf ("0x%02X,%c", in main()
200 printf ("\n" in main()
/openbmc/u-boot/cmd/
H A Dpcmcia.c57 printf ("Usage: pinit {on | off}\n"); in do_pinit()
65 printf ("Usage: pinit {on | off}\n"); in do_pinit()
277 printf ("\nTuple code %02x length %d\n\tData:", in check_ide_device()
281 printf (" %02x", *q); in check_ide_device()
323 printf ("unknown card type\n"); in check_ide_device()
332 printf("\n## Config_base = %04x ###\n", config_base); in check_ide_device()
333printf("Configuration Option Register: %02x @ %x\n", readb(addr + config_base), addr + config_base… in check_ide_device()
334 printf("Card Configuration and Status Register: %02x\n", readb(addr + config_base + 2)); in check_ide_device()
335 printf("Pin Replacement Register Register: %02x\n", readb(addr + config_base + 4)); in check_ide_device()
336 printf("Socket and Copy Register: %02x\n", readb(addr + config_base + 6)); in check_ide_device()
H A Dled.c44 printf("%s\n", state_label[ret]); in show_led_state()
61 printf("%-15s ", plat->label); in list_leds()
65 printf("Error %d\n", ret); in list_leds()
67 printf("<inactive>\n"); in list_leds()
101 printf("LED '%s' not found (err=%d)\n", led_label, ret); in do_led()
118 printf("LED '%s': ", led_label); in do_led()
123 printf("LED '%s' operation failed (err=%d)\n", led_label, ret); in do_led()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock-random-test.c64 printf("sscanf() on VmLck error: %s: %d\n", in get_proc_locked_vm_size()
95 printf("Unable to parse /proc/self/smaps\n"); in get_proc_page_size()
110 printf("Unable to parse smaps entry for Size:%s\n", in get_proc_page_size()
149 printf("alloc_size[%d] < %u rlimit,lead to mlock failure\n", in test_mlock_within_limit()
173 printf("%s() failure at |%p(%d)| mlock:|%p(%d)|\n", in test_mlock_within_limit()
187 printf("cannot get proc MMUPageSize\n"); in test_mlock_within_limit()
192 printf("test_mlock_within_limit() left VmLck:%d on %d chunk\n", in test_mlock_within_limit()
225 printf("alloc_size[%d] >%u rlimit, violates test condition\n", in test_mlock_outof_limit()
244 printf("%s() succeeds? on %p(%d) mlock%p(%d)\n", in test_mlock_outof_limit()
254 printf("tests leads to new mlocked page: old[%d], new[%d]\n", in test_mlock_outof_limit()
/openbmc/u-boot/board/freescale/t102xqds/
H A Dt102xqds.c35 printf("Board: %sQDS, ", cpu->name); in checkboard()
37 printf("Board Version: %c, boot from ", (sw & 0xf) + 'A' - 1); in checkboard()
48 printf("vBank: %d\n", sw); in checkboard()
54 printf("IFC Card\n"); in checkboard()
56 printf("invalid setting of SW%u\n", QIXIS_LBMAP_SWITCH); in checkboard()
59 printf("FPGA: v%d (%s), build %d", in checkboard()
63 printf(" on %s", qixis_read_time(buf)); in checkboard()
68 printf("Clock1=%sMHz ", freq[clock]); in checkboard()
70 printf("Clock2=%sMHz\n", freq[clock]); in checkboard()
146 printf("WARNING: unsupported for SerDes Protocol %d\n", in board_mux_lane_to_slot()
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c60 printf("UEFI image"); in efi_print_image_info()
61 printf(" [0x%p:0x%p]", in efi_print_image_info()
65 printf(" pc=0x%zx", pc - obj->reloc_base); in efi_print_image_info()
67 printf(" '%pD'", image->file_path); in efi_print_image_info()
68 printf("\n"); in efi_print_image_info()
149 printf("Unsupported reloc offset\n"); in efi_loader_relocate()
155 printf("Unknown Relocation off %x type %x\n", in efi_loader_relocate()
236 printf("%s: Invalid DOS Signature\n", __func__); in efi_load_pe()
242 printf("%s: Invalid NT Signature\n", __func__); in efi_load_pe()
279 printf("%s: Could not allocate %lu bytes\n", in efi_load_pe()
[all …]
/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c52 printf("failed to export GPIO %d\n", DIP_S1 + i); in baltos_set_console()
57 printf("failed to set GPIO %d direction\n", DIP_S1 + i); in baltos_set_console()
65 printf("DIPs: 0x%1x\n", (~dips) & 0xf); in baltos_set_console()
94 printf("Incorrect magic number (0x%x) in EEPROM\n", in read_eeprom()
293 printf("no /soc/fman/ethernet path offset\n"); in ft_board_setup()
299 printf("error setting local-mac-address property\n"); in ft_board_setup()
313 printf("no /soc/fman/ethernet path offset\n"); in ft_board_setup()
319 printf("error setting local-mac-address property\n"); in ft_board_setup()
323 printf("\nFDT was successfully setup\n"); in ft_board_setup()
362 printf("failed to export GPIO %d\n", MPCIE_SW); in board_late_init()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-ssse3.c24 printf("%s\n", hello); in main()
30 printf("%s\n", hello); in main()
36 printf("%i - %i = %i\n", 9, 7, -(int16_t) a); in main()
42 printf("%5.5s\n", hello); in main()
53 printf("%i = %i\n%i = %i = %i\n", 13, (int) a, 9, c, d + 1); in main()
/openbmc/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c37 printf("FAILED to PR_SVE_GET_VL (%d)", res); in do_sve_ioctl_test()
43 printf("Checking PR_SVE_SET_VL=%d\n", i); in do_sve_ioctl_test()
46 printf("FAILED to PR_SVE_SET_VL (%d)", res); in do_sve_ioctl_test()
57 printf("PASS\n"); in do_sve_ioctl_test()
67 printf("SKIP: no HWCAP_SVE on this system\n"); in main()
/openbmc/qemu/tests/tcg/openrisc/
H A Dtest_and_or.c17 printf("and error\n"); in main()
28 printf("andi error %x\n", a); in main()
39 printf("or error\n"); in main()
50 printf("xor error\n"); in main()
60 printf("xori error\n"); in main()
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c213 printf("Error: The chip is not DC21143.\n"); in dc21x4x_initialize()
231 printf("Error: Can not enable I/O access.\n"); in dc21x4x_initialize()
408 printf("TX error status = 0x%08X\n", in dc21x4x_send()
554 printf(" EEPROM read at %d ", location); in do_read_eeprom()
565 printf("%X", getfrom_srom(dev, ioaddr) & 15); in do_read_eeprom()
580 printf("%X", getfrom_srom(dev, ioaddr) & 15); in do_read_eeprom()
608 printf(" EEPROM op 0x%x: ", cmd); in do_eeprom_cmd()
620 printf("%X", getfrom_srom(dev,ioaddr) & 15); in do_eeprom_cmd()
633 printf(" EEPROM result is 0x%5.5x.\n", retval); in do_eeprom_cmd()
661 printf("ee_addr_size=%d.\n", ee_addr_size); in write_srom()
[all …]
/openbmc/u-boot/drivers/ata/
H A Dsata_sil.c34 printf("Status FIS dump:\n"); in sil_sata_dump_fis()
37 printf("status: %02x\n", s->status); in sil_sata_dump_fis()
38 printf("error: %02x\n", s->error); in sil_sata_dump_fis()
46 printf("res1: %02x\n", s->res1); in sil_sata_dump_fis()
197 printf("Err: exe cmd(0x%x).\n", in sil_cmd_set_feature()
258 printf("SRST cmd error.\n"); in sil_cmd_soft_reset()
302 printf("Err: rw cmd(0x%08x).\n", in sil_sata_rw_cmd()
597 printf("SATA#%d\n", dev); in scan_sata()
624 printf(" (No RDY)\n"); in scan_sata()
651 printf("%d no memory.\n", dev); in scan_sata()
[all …]
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c165 printf("NCSI: Unknown command 0x%02x\n", cmd); in cmd_payload()
195 printf("NCSI: 0x%02x response returns error %d\n", in ncsi_validate_rsp()
198 printf("(Invalid command length)\n"); in ncsi_validate_rsp()
453 printf("NCSI: no packages found\n"); in ncsi_update_state()
486 printf("NCSI: no channel found with link\n"); in ncsi_update_state()
498 printf("NCSI: timeout during configure\n"); in ncsi_update_state()
578 printf("NCSI: link state changed\n"); in ncsi_handle_aen()
582 printf("NCSI: re-configuration required\n"); in ncsi_handle_aen()
696 printf("NCSI: unsupported packet type 0x%02x\n", in ncsi_receive()
771 printf("NCSI: no MAC address configured\n"); in ncsi_send_sma()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c325 printf("TESTED: No overlap\n"); in runtest_dar_outside()
370 printf("TESTED: No overlap\n"); in runtest_dar_outside()
444 printf("TESTED: %s\n", desc); in test_process_multi_diff_addr()
489 printf("TESTED: %s\n", desc); in test_process_multi_same_addr()
534 printf("TESTED: %s\n", desc); in test_process_multi_diff_addr_ro_wo()
579 printf("TESTED: %s\n", desc); in test_process_multi_same_addr_ro_wo()
623 printf("TESTED: %s\n", desc); in test_syswide_multi_diff_addr()
667 printf("TESTED: %s\n", desc); in test_syswide_multi_same_addr()
711 printf("TESTED: %s\n", desc); in test_syswide_multi_diff_addr_ro_wo()
755 printf("TESTED: %s\n", desc); in test_syswide_multi_same_addr_ro_wo()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_signal.c93 printf("\tWaiting for all workers to start..."); in test_signal_fpu()
96 printf("done\n"); in test_signal_fpu()
98 printf("\tSending signals to all threads %d times...", ITERATIONS); in test_signal_fpu()
105 printf("done\n"); in test_signal_fpu()
107 printf("\tStopping workers..."); in test_signal_fpu()
117 printf("oops\n"); in test_signal_fpu()
122 printf("done\n"); in test_signal_fpu()
/openbmc/u-boot/test/
H A Dtime_ut.c24 printf("%s: iter=%d, start=%lu, next=%lu, expected a difference of 1\n", in test_get_timer()
37 printf("%s: expected get_timer(base) to match elapsed time: diff=%lu, expected=%d\n", in test_get_timer()
58 printf("%s: timer_get_us() went backwards from %lu to %lu\n", in test_timer_get_us()
71 printf("%s: Minimum microsecond delta should be 1 but is %lu\n", in test_timer_get_us()
92 printf("%s: Microsecond time for 1 second: %lu, error = %ld\n", in test_time_comparison()
111 printf("%s: Delay time for 1000 udelay(1000): %lu ms, error = %ld\n", in test_udelay()
128 printf("Test %s\n", ret ? "failed" : "passed"); in do_ut_time()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c38 printf("Error: couldn't mmap(), confirm kernel has 4TB support?\n"); in test()
42 printf("parent writing %p = 1\n", p); in test()
52 printf("child writing %p = %d\n", p, pid); in test()
68 printf("parent reading %p = %d\n", p, *p); in test()
70 printf("Error: BUG! parent saw child's write! *p = %d\n", *p); in test()
79 printf("success: test completed OK\n"); in test()
/openbmc/u-boot/board/freescale/t4rdb/
H A Dt4240rdb.c31 printf("Board: %sRDB, ", cpu->name); in checkboard()
32 printf("Board rev: 0x%02x CPLD ver: 0x%02x%02x, ", in checkboard()
39 printf("vBank: %d\n", sw); in checkboard()
41 printf("Unsupported Bank=%x\n", sw); in checkboard()
44 printf(" SERDES1=100MHz SERDES2=156.25MHz\n" in checkboard()
82 printf("Warning: Adjusting core voltage failed.\n"); in board_early_init_r()
/openbmc/linux/tools/testing/selftests/x86/
H A Dcorrupt_xstate_header.c51 printf("\tWreck XSTATE header\n"); in sigusr1()
58 printf("\tGot SIGSEGV\n"); in sigsegv()
69 printf("[SKIP] CR4.OSXSAVE disabled.\n"); in main()
82 printf("[RUN]\tSend ourselves a signal\n"); in main()
85 printf("[OK]\tBack from the signal. Now schedule.\n"); in main()
93 printf("[OK]\tBack in the main thread.\n"); in main()
/openbmc/u-boot/drivers/qe/
H A Duec.c63 printf("%s: uec not initial\n", __FUNCTION__); in uec_mac_enable()
91 printf("%s: uec not initial\n", __FUNCTION__); in uec_mac_disable()
474 printf("%s: No PHY found", dev->name); in init_phy()
511 printf("%s: Half Duplex\n", dev->name); in adjust_link()
514 printf("%s: Full Duplex\n", dev->name); in adjust_link()
527 printf ("switching to rgmii 100\n"); in adjust_link()
531 printf ("switching to rgmii 10\n"); in adjust_link()
551 printf("%s: Link is up\n", dev->name); in adjust_link()
557 printf("%s: Link is down\n", dev->name); in adjust_link()
1307 printf("%s: tx error\n", dev->name); in uec_send()
[all …]

1...<<11121314151617181920>>...149