Home
last modified time | relevance | path

Searched refs:printf (Results 276 – 300 of 3707) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c51 printf("[FAIL]\tAX had the wrong value: 0x%lx\n", in sigsegv_or_sigbus()
53 printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigsegv_or_sigbus()
56 printf("[OK]\tSeems okay\n"); in sigsegv_or_sigbus()
79 printf("[WARN]\tGot stuck single-stepping -- you probably have a KVM bug\n"); in sigtrap()
94 printf("[OK]\tSYSCALL returned normally\n"); in sigill()
96 printf("[SKIP]\tIllegal instruction\n"); in sigill()
139 printf("[RUN]\tSYSENTER with invalid state\n"); in main()
154 printf("[RUN]\tSYSCALL with invalid state\n"); in main()
170 printf("[RUN]\tSYSENTER with TF and invalid state\n"); in main()
190 printf("[RUN]\tSYSCALL with TF and invalid state\n"); in main()
[all …]
/openbmc/u-boot/cmd/
H A Dmmc.c20 printf("Device: %s\n", mmc->cfg->name); in print_mmcinfo()
22 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xffff); in print_mmcinfo()
27 printf("Bus Speed: %d\n", mmc->clock); in print_mmcinfo()
40 printf("\n"); in print_mmcinfo()
84 printf("GP%i Capacity: ", i+1); in print_mmcinfo()
100 printf("no mmc device at slot %x\n", dev); in init_mmc_device()
267 printf("It is not a EMMC device\n"); in do_mmcrpmb()
352 printf("Not a sparse image\n"); in do_mmc_sparse_write()
503 printf("switch to partitions #%d, %s\n", in do_mmc_dev()
652 printf("\tGP%i Capacity: ", pidx+1); in do_mmc_hwpartition()
[all …]
H A Dnand.c81 printf("Page %08lx dump:\n", off); in nand_dump()
126 printf("Device %d: %s", dev, mtd->name); in set_dev()
164 printf("device is %swrite protected\n", in do_nand_status()
257 printf("Error writing OOB block 0\n"); in do_nand_env_oob()
295 printf("Device %d: ", idx); in nand_print_and_set_info()
297 printf("%dx ", chip->numchips); in nand_print_and_set_info()
298 printf("%s, sector size %u KiB\n", in nand_print_and_set_info()
498 printf("\nNAND %s: ", cmd); in do_nand()
531 printf("%s\n", ret ? "ERROR" : "OK"); in do_nand()
649 printf(" %zu bytes %s: %s\n", rwsize, in do_nand()
[all …]
/openbmc/u-boot/disk/
H A Dpart_efi.c103 printf("%s CRC is wrong: 0x%x != 0x%x\n", in validate_gpt_header()
151 printf("%s: 0x%x != 0x%x\n", in validate_gpt_entries()
241 printf("\tAttributes\n"); in part_print_efi()
242 printf("\tType GUID\n"); in part_print_efi()
243 printf("\tPartition GUID\n"); in part_print_efi()
257 printf("\ttype:\t%s\n", uuid); in part_print_efi()
260 printf("\ttype:\t%s\n", uuid); in part_print_efi()
264 printf("\tguid:\t%s\n", uuid); in part_print_efi()
358 printf("%s: calloc failed!\n", __func__); in set_protective_mbr()
479 printf("Partition overlap\n"); in gpt_fill_pte()
[all …]
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c53 printf("\"/sys/class/hwmon\" not exist!\n"); in pwmtach_directory_check()
132 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_PWM_DUTYCYCLE()
150 {printf("%s,error 0\n",__FUNCTION__); in GET_TACH_SPEED()
161 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_TACH_SPEED()
168 printf("%s:rpm value %d\n",__FUNCTION__,ppwmtach_arg->rpmvalue); in GET_TACH_SPEED()
184 {printf("%s,error 0\n",__FUNCTION__); in GET_PWM_NUMBER()
195 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_PWM_NUMBER()
206 printf("%s\n",DevNodeFileName); in GET_PWM_NUMBER()
329 printf("Out of range Fan Speed value for fan.\n"); in set_fan_speed()
393 printf("\n"); in set_fan_speed()
[all …]
/openbmc/linux/samples/bpf/
H A Dhbm.c82 printf("Error opening trace_pipe\n"); in read_trace_pipe2()
92 printf("Error creating %s\n", outFname); in read_trace_pipe2()
115 printf("ERROR: %s\n", msg); in do_error()
181 printf("ERROR: create_and_get_cgroup\n"); in run_bpf_prog()
185 printf("ERROR: join_cgroup\n"); in run_bpf_prog()
251 printf(" new_eth_tx_bytes:%llu\n", in run_bpf_prog()
274 printf(" rate:%.3fGbps", in run_bpf_prog()
279 printf(" rdiff:%d", rate_diff100); in run_bpf_prog()
285 printf(" INC\n"); in run_bpf_prog()
287 printf("\n"); in run_bpf_prog()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c682 printf("failed to setsockopt\n"); in test_sockmap()
687 printf("failed to ioctl\n"); in test_sockmap()
702 printf("failed to listen\n"); in test_sockmap()
714 printf("set sock opt\n"); in test_sockmap()
723 printf("failed to connect\n"); in test_sockmap()
732 printf("accept failed\n"); in test_sockmap()
855 printf("Failed to get map rx fd\n"); in test_sockmap()
867 printf("Failed to get map tx fd\n"); in test_sockmap()
975 printf("Failed sockmap send\n"); in test_sockmap()
999 printf("Failed sockmap recv\n"); in test_sockmap()
[all …]
/openbmc/linux/tools/testing/selftests/fpu/
H A Dtest_fpu.c24 printf("[SKIP]\tcan't access %s: %s\n", in main()
30 printf("[FAIL]\taccess with default rounding mode failed\n"); in main()
36 printf("[FAIL]\taccess with downward rounding mode failed\n"); in main()
40 printf("[FAIL]\tusermode rounding mode clobbered\n"); in main()
51 printf("[FAIL]\taccess with fpu exceptions unmasked failed\n"); in main()
55 printf("[FAIL]\tusermode fpu exception mask clobbered\n"); in main()
59 printf("[OK]\ttest_fpu\n"); in main()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c44 printf("Board: %sQDS, ", cpu->name); in checkboard()
52 printf("vBank: %d\n", sw); in checkboard()
58 printf("FPGA: v%d (%s), build %d", in checkboard()
62 printf(" on %s", qixis_read_time(buf)); in checkboard()
75 printf("Bank1=%sMHz ", freq[clock]); in checkboard()
78 printf("Bank2=%sMHz\n", freq[clock]); in checkboard()
205 printf("Invalid value.\n"); in adjust_vdd()
209 printf("VID: VID not used\n"); in adjust_vdd()
274 printf in adjust_vdd()
290 printf in adjust_vdd()
[all …]
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.c51 printf("Usage: tmon [OPTION...]\n"); in usage()
53 printf(" -d, --daemon run as daemon, no TUI\n"); in usage()
59 printf(" -v, --version show version\n"); in usage()
67 printf("TMON version %s\n", VERSION); in version()
104 printf("sigterm, exit and clean up\n"); in tmon_sig_handler()
108 printf("sigkill, exit and clean up\n"); in tmon_sig_handler()
112 printf("ctrl-c, exit and clean up\n"); in tmon_sig_handler()
225 printf("TMON needs to be run as root\n"); in main()
237 printf("Run TMON in daemon mode\n"); in main()
253 printf("Logging data to /var/tmp/tmon.log\n"); in main()
[all …]
/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c158 printf("Run as receiver\n"); in run_receiver()
159 printf("Listen port %u\n", port); in run_receiver()
160 printf("RX buffer %lu bytes\n", buf_size_bytes); in run_receiver()
239 printf("rx performance: %f Gbits/s\n", in run_receiver()
243 printf("POLLIN wakeups: %i\n", read_cnt); in run_receiver()
258 printf("Run as sender\n"); in run_sender()
259 printf("Connect to %i:%u\n", peer_cid, port); in run_sender()
260 printf("Send %lu bytes\n", to_send_bytes); in run_sender()
292 printf("total bytes sent: %zu\n", total_send); in run_sender()
293 printf("tx performance: %f Gbits/s\n", in run_sender()
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/qemu/linux-user/m68k/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */\n" "${fileguard}"
/openbmc/qemu/linux-user/sh4/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/qemu/linux-user/microblaze/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/qemu/linux-user/s390x/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */\n" "${fileguard}"
/openbmc/qemu/linux-user/xtensa/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/qemu/linux-user/sparc/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/qemu/linux-user/hppa/
H A Dsyscallhdr.sh14 printf "#ifndef %s\n" "${fileguard}"
15 printf "#define %s\n" "${fileguard}"
16 printf "\n"
21 printf "#define TARGET_NR_%s%s\t%s\n" \
24 printf "#define TARGET_NR_%s%s\t(%s + %s)\n" \
30 printf "\n"
31 printf "#endif /* %s */" "${fileguard}"
/openbmc/linux/tools/perf/trace/beauty/
H A Dsocket.sh12 printf "static const char *socket_ipproto[] = {\n"
17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
18 printf "};\n\n"
20 printf "static const char *socket_level[] = {\n"
25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
26 printf "};\n\n"
28 printf 'DEFINE_STRARRAY(socket_level, "SOL_");\n'
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dsubunit.h11 printf("test: %s\n", name); in test_start()
16 printf("failure: %s [%s]\n", name, detail); in test_failure_detail()
21 printf("failure: %s\n", name); in test_failure()
26 printf("error: %s\n", name); in test_error()
31 printf("skip: %s\n", name); in test_skip()
36 printf("success: %s\n", name); in test_success()
49 printf("tags: git_version:%s\n", value); in test_set_git_version()
/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c175 static int printf(const char *fmt, ...) in printf() function
255 printf("Parsing ELF... "); in parse_elf()
343 printf("\n"); in decompress_kernel()
346 printf("rd_start = %x\n", rd_start); in decompress_kernel()
347 printf("rd_end = %x\n", rd_end); in decompress_kernel()
352 printf("input_data = %x\n", input_data); in decompress_kernel()
353 printf("input_len = %x\n", input_len); in decompress_kernel()
354 printf("output = %x\n", output); in decompress_kernel()
355 printf("output_len = %x\n", vmlinux_len); in decompress_kernel()
357 printf("kernel_len = %x\n", kernel_len); in decompress_kernel()
[all …]
/openbmc/u-boot/board/freescale/ls2080aqds/
H A Dls2080aqds.c68 printf("Board: %s-QDS, ", buf); in checkboard()
71 printf("Board Arch: V%d, ", sw >> 4); in checkboard()
80 printf("vBank: %d\n", sw); in checkboard()
88 printf("IFCCard\n"); in checkboard()
92 printf("FPGA: v%d (%s), build %d", in checkboard()
96 printf(" on %s", qixis_read_time(buf)); in checkboard()
109 printf("Clock1 = %sMHz ", freq[clock]); in checkboard()
111 printf("Clock2 = %sMHz", freq[clock]); in checkboard()
115 printf("Clock1 = %sMHz ", freq[clock]); in checkboard()
117 printf("Clock2 = %sMHz\n", freq[clock]); in checkboard()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dclock.c137 printf("Unsupported mxc_clock %d\n", clk); in mxc_get_clock()
166 printf("Invalid index for USDHC %d\n", index); in init_clk_usdhc()
334 printf("PLL_A7_SPLL %8d MHz\n", freq / 1000000); in do_mx7_showclocks()
337 printf("PLL_A7_APLL %8d MHz\n", freq / 1000000); in do_mx7_showclocks()
340 printf("PLL_USB %8d MHz\n", freq / 1000000); in do_mx7_showclocks()
342 printf("\n"); in do_mx7_showclocks()
345 printf("IPG %8d kHz\n", mxc_get_clock(MXC_IPG_CLK) / 1000); in do_mx7_showclocks()
347 printf("AHB %8d kHz\n", mxc_get_clock(MXC_AHB_CLK) / 1000); in do_mx7_showclocks()
348 printf("AXI %8d kHz\n", mxc_get_clock(MXC_AXI_CLK) / 1000); in do_mx7_showclocks()
349 printf("DDR %8d kHz\n", mxc_get_clock(MXC_DDR_CLK) / 1000); in do_mx7_showclocks()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-bench.c154 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
156 printf("\n"); in dump_benchmarks()
181 printf("Usage: \n"); in print_usage()
183 printf("\t%s\n", bench_usage[i]); in print_usage()
184 printf("\n"); in print_usage()
189 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
190 printf("\n"); in print_usage()
254 printf("\n"); in run_collection()
286 printf("Unknown format descriptor: '%s'\n", bench_format_str); in cmd_bench()
291 printf("Invalid repeat option: Must specify a positive value\n"); in cmd_bench()
[all …]

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