Home
last modified time | relevance | path

Searched refs:printf (Results 501 – 525 of 3707) sorted by relevance

1...<<21222324252627282930>>...149

/openbmc/linux/tools/spi/
H A Dspidev_test.c33 printf("%s\n", s); in pabort()
70 printf("%s | ", prefix); in hex_dump()
72 printf("%02X ", *address++); in hex_dump()
76 printf("__ "); in hex_dump()
78 printf(" |"); in hex_dump()
81 printf("%c", (c < 32 || c > 126) ? '.' : c); in hex_dump()
83 printf("|\n"); in hex_dump()
85 printf("%s | ", prefix); in hex_dump()
495 printf("spi mode: 0x%x\n", mode); in main()
496 printf("bits per word: %u\n", bits); in main()
[all …]
/openbmc/linux/tools/bpf/
H A Dbpf_jit_disasm.c89 printf("%4x:\t", pc); in get_asm_insns()
94 printf("\n\t"); in get_asm_insns()
96 printf("%02x ", (uint8_t) image[pc + i]); in get_asm_insns()
98 printf("\n"); in get_asm_insns()
213 printf("proglen of %d too big, stopping\n", proglen); in get_last_jit_image()
219 printf("Out of memory\n"); in get_last_jit_image()
246 printf("%u bytes emitted from JIT compiler (pass:%d, flen:%d)\n", in get_last_jit_image()
248 printf("%lx + <x>:\n", base); in get_last_jit_image()
257 printf("Usage: bpf_jit_disasm [...]\n"); in usage()
258 printf(" -o Also display related opcodes (default: off).\n"); in usage()
[all …]
/openbmc/openpower-hw-diags/
H A Dmain_nl.cpp34 printf("openpower-hw-diags <options>\n"); in main()
35 printf("options:\n"); in main()
36 printf(" --analyze: Analyze the hardware\n"); in main()
37 printf(" --daemon: Start the attn handler daemon\n"); in main()
38 printf("hwdiag: %s, hei: %s\n", BUILDINFO, libhei::getBuildInfo()); in main()
/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c18 printf("usage:\n"); in print_usage()
19 printf(" gpio-chip-info <chip path> [name|label|num-lines]\n"); in print_usage()
46 printf("%s\n", info.name); in main()
48 printf("%s\n", info.label); in main()
50 printf("%u\n", info.lines); in main()
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c44 printf("CPU: Freescale Coldfire MCF5208\n" in print_cpuinfo()
129 printf("CPU: Freescale ColdFire MCF%s rev. %hu, at %s MHz\n", in print_cpuinfo()
132 printf("CPU: Unknown - Freescale ColdFire MCF5271 family" in print_cpuinfo()
208 printf("Freescale MCF5272 (Mask:%01x)\n", msk); in print_cpuinfo()
213 printf("Freescale MCF5272 %s\n", suf); in print_cpuinfo()
281 printf("CPU: Freescale Coldfire MCF5275 at %s MHz\n", in print_cpuinfo()
340 printf("CPU: Freescale Coldfire MCF5282 (PIN: %2.2x REV: %2.2x)\n", in print_cpuinfo()
342 printf("Reset:%s%s%s%s%s%s%s\n", in print_cpuinfo()
367 printf("CPU: Freescale Coldfire MCF5249 at %s MHz\n", in print_cpuinfo()
391 printf("CPU: Freescale Coldfire MCF5253 at %s MHz\n", in print_cpuinfo()
[all …]
/openbmc/u-boot/drivers/power/
H A Dpower_core.c23 printf("<reg num> = %d is invalid. Should be less than %d\n", in check_reg()
55 printf("%s: No available memory for allocation!\n", __func__); in pmic_alloc()
91 printf("PMIC: %s\n", p->name); in pmic_dump()
98 printf("\n0x%02x: ", i); in pmic_dump()
100 printf("%08x ", val); in pmic_dump()
118 printf("name: %s bus: %s_%d\n", p->name, in pmic_list_names()
165 printf("\n0x%02x: 0x%08x\n", reg, val); in do_pmic()
186 printf("%s is not a battery\n", p->name); in do_pmic()
194 printf("BAT: %s charging (ctrl+c to break)\n", in do_pmic()
/openbmc/linux/samples/auxdisplay/
H A Dcfag12864b-example.c194 printf("Example %i/%i - ", n, EXAMPLES); in example()
198 printf("Draw points setting bits"); in example()
206 printf("Clear the LCD"); in example()
211 printf("Draw rows formatting a [128*64] matrix"); in example()
220 printf("Fill the lcd"); in example()
225 printf("Draw columns unsetting bits"); in example()
232 printf("Do negative not-ing all bits"); in example()
247 printf( in main()
254 printf("Can't init %s fbdev\n", argv[1]); in main()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch4 Subject: [PATCH] Replace echo with printf builtin in nscd init script
8 and echo -n command, replace echo with printf and
33 + printf "Starting $prog: "
37 + printf "\n"
44 + printf "Stopping $prog: "
59 + printf "\n"
68 + printf "Reloading $prog: "
72 + printf "\n"
76 + printf "Usage: $0 {start|stop|status|restart|reload|condrestart}\n"
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dmisc.c200 printf(_("Following CPUs are online:\n%s\n"), online_cpus_str); in print_online_cpus()
218 printf(_("Following CPUs are offline:\n%s\n"), offline_cpus_str); in print_offline_cpus()
219 printf(_("cpupower set operation was not performed on them\n")); in print_offline_cpus()
234 printf("%u.%06u GHz", ((unsigned int)speed / 1000000), in print_speed()
237 printf("%u.%03u MHz", ((unsigned int)speed / 1000), in print_speed()
240 printf("%lu kHz", speed); in print_speed()
246 printf("%u.%02u GHz", ((unsigned int)speed / 1000000), in print_speed()
252 printf("%u MHz", ((unsigned int)speed / 1000)); in print_speed()
257 printf("%u.%01u MHz", ((unsigned int)speed / 1000), in print_speed()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c51 printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead); in do_count_loop()
52 printf("Expected %lu\n", expected); in do_count_loop()
53 printf("Actual %llu\n", event->result.value); in do_count_loop()
54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
55 printf("Took %d EBBs\n", ebb_state.stats.ebb_count); in do_count_loop()
82 printf("Replacing overhead %lu with %lu\n", overhead, current); in determine_overhead()
132 printf("Overhead of null loop: %lu instructions\n", overhead); in instruction_count()
158 printf("Finished OK\n"); in instruction_count()
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcpu.c58 printf(", Version: %d.%d, (0x%08x)\n", major, minor, svr); in checkcpu()
65 printf("e600 Core %d", (msscr0 & 0x20) ? 1 : 0); in checkcpu()
70 printf(", Version: %d.%d, (0x%08x)\n", major, minor, pvr); in checkcpu()
75 printf(" CPU:%-4s MHz, ", strmhz(buf1, sysinfo.freq_processor)); in checkcpu()
76 printf("MPX:%-4s MHz\n", strmhz(buf1, sysinfo.freq_systembus)); in checkcpu()
77 printf(" DDR:%-4s MHz (%s MT/s data rate), ", in checkcpu()
82 printf("LBC:%-4s MHz\n", strmhz(buf1, sysinfo.freq_localbus)); in checkcpu()
84 printf("LBC: unknown (LCRR[CLKDIV] = 0x%02lx)\n", in checkcpu()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c44 printf("%08lX ", i); in print_backtrace()
55 printf("NIP: %08lX XER: %08lX LR: %08lX REGS: %p TRAP: %04lx DAR: %08lX\n", in show_regs()
57 printf("MSR: %08lx EE: %01x PR: %01x FP: %01x ME: %01x IR/DR: %01x%01x\n", in show_regs()
66 printf("GPR%02d: ", i); in show_regs()
69 printf("%08lX ", regs->gpr[i]); in show_regs()
134 printf("regs %p ",regs); in MachineCheckException()
200 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n", in UnknownException()
211 printf("Debugger trap at @ %lx\n", regs->nip ); in DebugException()
/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c65 printf("WARNING: could not set crypto property: %s\n", in fdt_fixup_crypto_node()
71 printf("WARNING: could not set crypto property: %s\n", in fdt_fixup_crypto_node()
77 printf("WARNING: could not set crypto property: %s\n", in fdt_fixup_crypto_node()
83 printf("WARNING: could not set crypto property: %s\n", in fdt_fixup_crypto_node()
97 printf("WARNING: could not set crypto property: %s\n", in fdt_fixup_crypto_node()
152 printf("WARNING: Missing crypto node\n"); in fdt_fixup_crypto_era()
158 printf("ERROR: could not set fsl,sec-era property: %s\n", in fdt_fixup_crypto_era()
177 printf("WARNING: Unable to get ERA for CAAM rev: %d\n", in fdt_fixup_crypto_node()
/openbmc/qemu/tests/bench/
H A Datomic_add-bench.c118 printf("Parameters:\n"); in pr_params()
119 printf(" # of threads: %u\n", n_threads); in pr_params()
120 printf(" duration: %u\n", duration); in pr_params()
121 printf(" ops' range: %u\n", range); in pr_params()
135 printf("Results:\n"); in pr_stats()
136 printf("Duration: %u s\n", duration); in pr_stats()
137 printf(" Throughput: %.2f Mops/s\n", tx); in pr_stats()
138 printf(" Throughput/thread: %.2f Mops/s/thread\n", tx / n_threads); in pr_stats()
/openbmc/linux/tools/testing/selftests/timers/
H A Draw_skew.c101 printf("ERR: NO CLOCK_MONOTONIC_RAW\n"); in main()
112 printf("WARNING: ADJ_OFFSET in progress, this will cause inaccurate results\n"); in main()
114 printf("Estimating clock drift: "); in main()
129 printf("%lld.%i(est)", eppm/1000, abs((int)(eppm%1000))); in main()
134 printf(" %lld.%i(act)", ppm/1000, abs((int)(ppm%1000))); in main()
139 printf(" [SKIP]\n"); in main()
142 printf(" [FAILED]\n"); in main()
145 printf(" [OK]\n"); in main()
/openbmc/linux/drivers/acpi/acpica/
H A Dutpredef.c245 printf(" "); in acpi_ut_display_predefined_method()
248 printf("%4.4s Requires %s%u argument%s", in acpi_ut_display_predefined_method()
256 printf(" (%s)", buffer); in acpi_ut_display_predefined_method()
260 printf("\n "); in acpi_ut_display_predefined_method()
269 printf(" Return value types: %s\n", buffer); in acpi_ut_display_predefined_method()
271 printf(" No return value\n"); in acpi_ut_display_predefined_method()
304 printf("**** Invalid argument count (%u) " in acpi_ut_get_argument_types()
315 printf("**** Invalid argument type (%u) " in acpi_ut_get_argument_types()
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c49 printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]); in main()
61 printf("Usage: %s [-d </dev/mediaX>]\n", argv[0]); in main()
72 printf("Media Device open errno %s\n", strerror(errno)); in main()
78 printf("Media Device Info errno %s\n", strerror(errno)); in main()
80 printf("Media device model %s driver %s\n", in main()
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvsx_preempt.c110 printf("\tWaiting for %d workers to start...", threads_starting); in test_preempt_vsx()
113 printf("done\n"); in test_preempt_vsx()
115 printf("\tWaiting for %d seconds to let some workers get preempted...", PREEMPT_TIME); in test_preempt_vsx()
117 printf("done\n"); in test_preempt_vsx()
119 printf("\tStopping workers..."); in test_preempt_vsx()
134 printf("oops\n"); in test_preempt_vsx()
137 printf("done\n"); in test_preempt_vsx()
/openbmc/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh101 printf "│%7s │%6s │%6s │%13s │%13s │%6s │" \
364 printf "%7s │\n" "$result"
368 printf "│%43s%27s │\n" \
373 printf "│%43s%27s │\n" \
377 printf "│%71s│\n" " "
411 printf "┌────────┬───────┬───────┬──────────────┬"
412 printf "──────────────┬───────┬────────┐\n"
419 printf "──────────────┼───────┼────────┤\n"
421 printf " ttl │ vlan │ result │\n"
424 printf "──────────────┼───────┼────────┤\n"
[all …]
/openbmc/u-boot/tools/
H A Dfit_info.c86 printf("Could not open %s\n", fdtfile); in main()
92 printf("%s not found.", nodename); in main()
97 printf("len == 0 %s\n", propertyname); in main()
101 printf("NAME: %s\n", fit_get_name(fit_blob, nodeoffset, NULL)); in main()
102 printf("LEN: %d\n", len); in main()
103 printf("OFF: %d\n", (int)(nodep - fit_blob)); in main()
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c79 printf("No session required for command 0x%x\n", in sandbox_tpm2_check_session()
112 printf("Endorsement hierarchy unsupported\n"); in sandbox_tpm2_check_session()
121 printf("Wrong handle 0x%x\n", handle); in sandbox_tpm2_check_session()
138 printf("Wrong session handle 0x%x\n", session_handle); in sandbox_tpm2_check_session()
145 printf("Nonces not supported in Sandbox, aborting\n"); in sandbox_tpm2_check_session()
155 printf("Authentication size (%d) do not match %d\n", in sandbox_tpm2_check_session()
166 printf("Password should not be more than %dB\n", in sandbox_tpm2_check_session()
177 printf("Authentication failed: wrong password.\n"); in sandbox_tpm2_check_session()
524 printf("Sandbox TPM handles up to %d PCR(s)\n", in sandbox_tpm2_xfer()
531 printf("Empty PCR map.\n"); in sandbox_tpm2_xfer()
[all …]
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c2845 printf("\tinfo\n"); in isst_help()
2892 printf("\tinfo\n"); in core_power_help()
2893 printf("\tenable\n"); in core_power_help()
2894 printf("\tdisable\n"); in core_power_help()
2895 printf("\tconfig\n"); in core_power_help()
2896 printf("\tget-config\n"); in core_power_help()
2897 printf("\tassoc\n"); in core_power_help()
2898 printf("\tget-assoc\n"); in core_power_help()
2966 printf("\nUsage:\n"); in usage()
2980 printf("\nOPTIONS\n"); in usage()
[all …]
/openbmc/linux/tools/testing/selftests/cpufreq/
H A Dcpu.sh34 printf "Offline $1\n"
41 printf "Online $1\n"
56 printf "** Test: Running ${FUNCNAME[0]} for $1 loops **\n\n"
61 printf "\n"
64 printf "\n%s\n\n" "------------------------------------------------"
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_type.tc14 X1=`printf "%x" $1 | tail -c ${CW}`
15 X2=`printf "%x" $2`
16 X3=`printf "%x" $3`
21 B4=`printf "%1x" $4`
22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1`
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c124 printf("No signature found in image!\n"); in secure_boot_verify_image()
137 printf("Image is not 4-byte aligned!\n"); in secure_boot_verify_image()
144 printf("Image size is not 4-byte aligned!\n"); in secure_boot_verify_image()
164 printf("Authentication failed!\n"); in secure_boot_verify_image()
165 printf("Return Value = %08X\n", result); in secure_boot_verify_image()
179 printf("Authentication passed\n"); in secure_boot_verify_image()
314 printf("Error in TEE header. Check firewall and TEE sizes\n"); in secure_tee_install()
348 printf("TEE_LOAD_MASTER Failed\n"); in secure_tee_install()
351 printf("TEE_LOAD_MASTER Done\n"); in secure_tee_install()
366 printf("TEE_LOAD_SLAVE Failed\n"); in secure_tee_install()
[all …]

1...<<21222324252627282930>>...149