Home
last modified time | relevance | path

Searched refs:printf (Results 3101 – 3125 of 3707) sorted by relevance

1...<<121122123124125126127128129130>>...149

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch29 - printf("ERROR: invalid time, now %"PRItime_t", result %"PRItime_t"\n", now, *ret);
30 + printf("ERROR: invalid time, now %"PRItime_t", result %"PRItime_t"\n", (intmax_t)now, (intmax_…
/openbmc/qemu/hw/audio/
H A Dpl041.c41 do { printf("pl041: " fmt , ## __VA_ARGS__); } while (0)
49 do { printf("pl041: " fmt , ## __VA_ARGS__); } while (0)
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c448 printf("No cpus in affinity mask?!\n"); in pick_online_cpu()
466 printf("Binding to cpu %d\n", cpu); in bind_to_cpu()
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c291 printf("\nSHA256 is correct\n"); in child_thread()
303 printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n" in child_thread()
/openbmc/linux/Documentation/arch/x86/
H A Dxstate.rst120 printf("AMX is available.\n");
134 printf("AMX is ready for use.\n");
/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c136 printf("Command not supported -> cmd: %d\n", rqt->rqt_data); in process_rqt_cmd()
695 printf("%s: Data not received!\n", __func__); in thor_init()
731 printf("%s: No data received!\n", __func__); in thor_handle()
/openbmc/qemu/tests/qemu-iotests/
H A D27176 printf -v expected_bitmap "%u" $expected_bitmap # Convert to unsigned
78 printf "L2 entry #%d: 0x%016x %016x\n" "$entry_no" "$entry" "$bitmap"
80 printf "ERROR: expecting bitmap 0x%016x\n" "$expected_bitmap"
/openbmc/linux/tools/virtio/
H A Dvringh_test.c169 printf("Using CPUS %u and %u\n", first_cpu, last_cpu); in parallel_test()
290 printf("Host: notified %lu, pinged %lu\n", notifies, receives); in parallel_test()
432 printf("Guest: notified %lu, pinged %lu\n", in parallel_test()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c753 printf(" offloaded_to "); in print_dev_plain()
755 printf("%s", name); in print_dev_plain()
757 printf("ifindex %u ns_dev %llu ns_ino %llu", in print_dev_plain()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c207 printf("Unsupported PLL (%d)\n", pllreg); in exynos4_get_pll_clk()
237 printf("Unsupported PLL (%d)\n", pllreg); in exynos4x12_get_pll_clk()
271 printf("Unsupported PLL (%d)\n", pllreg); in exynos5_get_pll_clk()
336 printf("Unsupported PLL (%d)\n", pllreg); in exynos542x_get_pll_clk()
/openbmc/linux/scripts/
H A Dasn1_compiler.c314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0)
315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)
1231 printf("%c%c%c%c%c %c %*s[*] \e[33m%s\e[m %s %s \e[35m%s\e[m\n", in dump_element()
1263 __attribute__((format(printf, 2, 3)))
1277 __attribute__((format(printf, 2, 3)))
/openbmc/linux/drivers/media/tuners/
H A Dtda18271-priv.h131 __attribute__((format(printf, 4, 5)))
/openbmc/linux/arch/x86/boot/
H A Dprintf.c294 int printf(const char *fmt, ...) in printf() function
/openbmc/u-boot/arch/arm/lib/
H A Dcache-cp15.c219 printf("Consider enabling MPU before enabling caches\n"); in cache_enable()
/openbmc/u-boot/board/udoo/
H A Dudoo.c201 printf("using phy at %d\n", phydev->addr); in board_eth_init()
/openbmc/u-boot/board/ti/am43xx/
H A Dmux.c137 printf("Error: NAND flash not present on this board\n"); in enable_board_pin_mux()
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c323 printf("Panel: %dx%d\n", panel_resolution[index].xres, in board_video_init()
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dcpu.c237 printf("CPU: STM32MP%s.%s\n", cpu_s, cpu_r); in print_cpuinfo()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_lpc.c225 printf("%s: ERROR: old EC interface not supported\n", __func__); in cros_ec_lpc_check_version()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock_am33xx.c256 printf("Enabling Spread Spectrum of %d permille for MPU\n", in set_mpu_spreadspectrum()
/openbmc/u-boot/env/
H A Dattr.c158 printf("Error compiling regex: %s\n", slre.err_str); in regex_callback()
/openbmc/u-boot/board/gdsys/common/
H A Dphy.c186 printf("mii cmd %u on bus %s addr %u failed, aborting setup\n", in process_setup()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c224 printf("SoC: Orion5x %s-%s\n", dev_name, rev_name); in print_cpuinfo()
/openbmc/u-boot/board/renesas/lager/
H A Dlager_spl.c376 printf("JTAG boot detected!\n"); in board_boot_order()
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c113 printf("HW Revision:\t0x%04x\n", board_rev); in exynos_init()

1...<<121122123124125126127128129130>>...149