Home
last modified time | relevance | path

Searched refs:printf (Results 3526 – 3550 of 3711) sorted by relevance

1...<<141142143144145146147148149

/openbmc/u-boot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c320 printf("Warning: you configured more USDHC controllers" in board_mmc_init()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dclock.c502 printf("Caller requested bad clock: periph=%d, parent=%d\n", periph_id, in get_periph_clock_source()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c449 printf("Virt dev for slot[%d] already allocated\n", slot_id); in xhci_alloc_virt_device()
/openbmc/u-boot/drivers/net/
H A Daltera_tse.c414 printf("Failed to allocate MDIO bus\n"); in tse_mdio_init()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h54 do { if (flag) printf(fmt "\n", ##__VA_ARGS__); } while (0)
/openbmc/linux/scripts/kconfig/
H A Dparser.y17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
/openbmc/qemu/tests/fp/
H A Dfp-bench.c701 printf("%.2f MFlops\n", (double)n_completed_ops / ns_elapsed * 1e3); in pr_stats()
/openbmc/qemu/chardev/
H A Dbaum.c40 printf(fmt, ## __VA_ARGS__)
/openbmc/qemu/hw/acpi/
H A Dich9.c47 do { printf("%s "fmt, __func__, ## __VA_ARGS__); } while (0)
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c44 printf(__VA_ARGS__); \
/openbmc/qemu/tests/tcg/hexagon/
H A Dcirc.c29 printf(__VA_ARGS__); \
H A Dusr.c797 printf("Audio instructions skipped\n"); in main()
972 printf("v67 instructions skipped\n"); in main()
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c162 printf("RX PKT: tot_len: %d, ehdr_buf_len: %lu, vlan_tag: %d\n", in net_rx_pkt_dump()
H A Dmcf_fec.c26 do { printf("mcf_fec: " fmt , ## __VA_ARGS__); } while (0)
/openbmc/qemu/net/
H A Dtap-win32.c784 printf("tap: Could not open '%s'\n", ifname); in tap_win32_init()
/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c44 do {printf("ACPI_BUILD: " fmt, ## __VA_ARGS__); } while (0)
/openbmc/qemu/linux-user/
H A Dflatload.c48 #define DBG_FLT(...) printf(__VA_ARGS__)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c521 printf("alignment prevents execution\n"); in should_do_test_run()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c655 printf("Can't test with flow dissector attached to init_net\n"); in serial_test_flow_dissector_reattach()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Duserspace_msr_exit_test.c586printf("To run the instruction emulated tests set the module parameter 'kvm.force_emulation_prefix… in test_msr_filter_allow()
/openbmc/linux/samples/bpf/
H A DMakefile209 HDR_PROBE := $(shell printf "$(pound)include <linux/types.h>\n struct list_head { int a; }; int mai…
/openbmc/linux/tools/perf/
H A DMakefile.config15 $(shell printf "" > $(OUTPUT).config-detected)
1251 MSG = $(shell printf '...%40s: %s' $(1) $($(1)))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-fitimage.bbclass631 for DTB in $(find "${EXTERNAL_KERNEL_DEVICETREE}" -name '*.dtb' -printf '%P\n' | sort) \
632 $(find "${EXTERNAL_KERNEL_DEVICETREE}" -name '*.dtbo' -printf '%P\n' | sort); do
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst849 printf("deadline thread started [%ld]\n", gettid());
872 printf("deadline thread dies [%ld]\n", gettid());
880 printf("main thread [%ld]\n", gettid());
889 printf("main dies [%ld]\n", gettid());
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c522 printf in main()

1...<<141142143144145146147148149