Home
last modified time | relevance | path

Searched refs:printf (Results 676 – 700 of 3711) sorted by relevance

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

/openbmc/u-boot/board/nvidia/p2771-0000/
H A Dp2771-0000.c20 printf("%s: Cannot find MAX77620 I2C chip\n", __func__); in tegra_board_init()
27 printf("i2c_write 0 0x3c 0x27 failed: %d\n", ret); in tegra_board_init()
44 printf("%s: Cannot find MAX77620 I2C chip\n", __func__); in tegra_pcie_board_init()
51 printf("i2c_write 0 0x3c 0x31 failed: %d\n", ret); in tegra_pcie_board_init()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c42 printf("AT_SYSINFO_EHDR is not present!\n"); in main()
53 printf("Could not find %s\n", name); in main()
61 printf("The time is %lld.%06lld\n", in main()
64 printf("%s failed\n", name); in main()
/openbmc/u-boot/common/
H A Dfdt_support.c195 printf("fdt_root: %s\n", fdt_strerror(err)); in fdt_root()
246 printf("fdt_initrd: %s\n", fdt_strerror(err)); in fdt_initrd()
282 printf("fdt_chosen: %s\n", fdt_strerror(err)); in fdt_chosen()
469 printf("WARNING: could not set %s %s.\n", in fdt_fixup_memory_banks()
745 printf("Can't delete node: %s\n", in fdt_del_subnodes()
776 printf("Can't remove subnodes: %s\n", in fdt_del_partitions()
827 printf("Can't add partition node: %s\n", in fdt_node_set_part_info()
951 printf("%s", s); in of_dump_addr()
953 printf(" %08x", *(addr++)); in of_dump_addr()
954 printf("\n"); in of_dump_addr()
[all …]
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c179 printf("file path too long: %s\n", file); in prog_attach_iptables()
186 printf("error constructing iptables command\n"); in prog_attach_iptables()
191 printf("iptables rule update failed: %d/n", WEXITSTATUS(ret)); in prog_attach_iptables()
210 printf("cookie: %u, uid: 0x%x, Packet Count: %lu," in print_table()
244 printf("get cookie failed: %s\n", strerror(errno)); in udp_client()
263 printf("Message received: %c\n", buf); in udp_client()
268 printf("cookie: %lu, uid: 0x%x, Packet Count: %lu," in udp_client()
278 printf("Usage: ./run_cookie_uid_helper_example.sh" in usage()
308 printf("unknown option %c\n", opt); in main()
323 printf("\n"); in main()
H A Dtc_l2_redirect_user.c17 printf("Usage: tc_l2_ipip_redirect [...]\n"); in usage()
18 printf(" -U <file> Update an already pinned BPF array\n"); in usage()
19 printf(" -i <ifindex> Interface index\n"); in usage()
20 printf(" -h Display this help\n"); in usage()
/openbmc/linux/tools/testing/selftests/timers/
H A Dset-tai.c55 printf("tai offset started at %i\n", ret); in main()
57 printf("Checking tai offsets can be properly set: "); in main()
63 printf("[FAILED] expected: %i got %i\n", i, ret); in main()
67 printf("[OK]\n"); in main()
/openbmc/u-boot/cmd/
H A Dsata.c33 printf("Cannot find SATA device %d (err=%d)\n", devnum, rc); in sata_remove()
39 printf("Cannot remove SATA device '%s' (err=%d)\n", dev->name, in sata_remove()
60 printf("Cannot probe SATA device %d (err=%d)\n", devnum, rc); in sata_probe()
64 printf("No SATA device found!\n"); in sata_probe()
69 printf("Cannot scan SATA device %d (err=%d)\n", devnum, rc); in sata_probe()
H A Dnet.c231 printf("Invalid address/size\n"); in netboot_common()
283 printf("ping failed; host %s is not alive\n", argv[1]); in do_ping()
287 printf("host %s is alive\n", argv[1]); in do_ping()
306 printf("CDP offered appliance VLAN %d\n", in cdp_update_env()
314 printf("CDP offered native VLAN %d\n", ntohs(cdp_native_vlan)); in cdp_update_env()
327 printf("cdp failed; perhaps not a CISCO switch?\n"); in do_cdp()
351 printf("ntpserverip not set\n"); in do_sntp()
357 printf("Bad NTP server IP address\n"); in do_sntp()
369 printf("SNTP failed: host %pI4 not responding\n", in do_sntp()
403 printf("dns error: hostname too long\n"); in do_dns()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c56 printf("unknown error from waitpid\n"); in run_test()
61 printf("!! force killing %s\n", name); in run_test()
65 printf("!! killing %s\n", name); in run_test()
80 printf("!! child died by signal %d\n", WTERMSIG(status)); in run_test()
82 printf("!! child died by unknown cause\n"); in run_test()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c76 printf("Failed at %p (p=%ld,sp=%ld,w=%d), want=%s, got=%s !\n", in check_faulted()
85 printf("Fault expected at %p and happened at %p !\n", in check_faulted()
131 printf("%d errors detected\n", errors); in run_test()
177 printf("allocated malloc block of 0x%lx bytes at %p\n", in test_anon()
180 printf("testing malloc block...\n"); in test_anon()
214 printf("allocated %s for 0x%lx bytes at %p\n", in test_file()
217 printf("testing file map...\n"); in test_file()
/openbmc/u-boot/tools/
H A Dmksunxiboot.c100 printf("This program converts an input binary file to a sunxi bootable image.\n"); in main()
101 printf("\nUsage: %s [options] input_file output_file\n", in main()
103 printf("Where [options] may be:\n"); in main()
104 printf(" --default-dt arg - 'arg' is the default device tree name\n"); in main()
105 printf(" (CONFIG_DEFAULT_DEVICE_TREE).\n"); in main()
160 printf("WARNING: The SPL header is too small\n"); in main()
161 printf(" and has no space to store the dt name.\n"); in main()
/openbmc/qemu/contrib/ivshmem-client/
H A Dmain.c70 printf("dump: dump peers (including us)\n" in ivshmem_client_cmdline_help()
109 printf("cannot find peer_id = %d\n", peer_id); in ivshmem_client_handle_stdin_command()
116 printf("cannot find peer_id = %d\n", peer_id); in ivshmem_client_handle_stdin_command()
121 printf("invalid command, type help\n"); in ivshmem_client_handle_stdin_command()
125 printf("cmd> "); in ivshmem_client_handle_stdin_command()
182 printf("receive notification from peer_id=%" PRId64 " vector=%u\n", in ivshmem_client_notification_cb()
210 printf("cmd> "); in main()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dpci.c102 printf("PCI1: 64-bit on PMC2\n"); in pib_init()
104 printf("PCI1: 32-bit on PMC1, PMC2, PMC3\n"); in pib_init()
106 printf("PCI1: 32-bit on PMC1\n"); in pib_init()
107 printf("PCI2: 32-bit on PMC2, PMC3\n"); in pib_init()
109 printf("PCI1: 32-bit on PMC1, PMC2\n"); in pib_init()
110 printf("PCI2: 32-bit on PMC3\n"); in pib_init()
187 printf("PCI: Agent mode enabled\n"); in pci_init_board()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c63 printf("WARNING unable to set iommus: %s\n", fdt_strerror(ret)); in fdt_set_iommu_prop()
88 printf("WARNING could not find node %s: %s.\n", in fdt_fixup_icid_tbl()
120 printf("WARNING missing cell-index for fman port\n"); in fdt_fixup_fman_port_icid_by_compat()
124 printf("WARNING bad cell-index size for fman port\n"); in fdt_fixup_fman_port_icid_by_compat()
131 printf("WARNING unknown ICID for fman port %d\n", in fdt_fixup_fman_port_icid_by_compat()
162 printf("WARNING failed to get smmu node: %s\n", in fdt_get_smmu_phandle()
171 printf("WARNING failed to get smmu phandle\n"); in fdt_get_smmu_phandle()
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dcmds.c36 printf("Failed: source address not aligned:%lx\n", in do_zynqmp_verify_secure()
55 printf("Failed: secure op status:0x%x\n", ret); in do_zynqmp_verify_secure()
58 printf("Verified image at 0x%llx\n", addr); in do_zynqmp_verify_secure()
78 printf("mmio read value at 0x%x = 0x%x\n", in do_zynqmp_mmio_read()
81 printf("Failed: mmio read\n"); in do_zynqmp_mmio_read()
101 printf("Failed: mmio write\n"); in do_zynqmp_mmio_write()
117 printf("Mode should be either 0(lock)/1(split)\n"); in do_zynqmp_tcm_init()
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst114 printf("/proc/pressure/memory open error: %s\n",
121 printf("/proc/pressure/memory write error: %s\n",
126 printf("waiting for events...\n");
130 printf("poll error: %s\n", strerror(errno));
134 printf("got POLLERR, event source is gone\n");
138 printf("event triggered!\n");
140 printf("unknown event received: 0x%x\n", fds.revents);
/openbmc/u-boot/board/keymile/km_arm/
H A Dkm_arm.c135 printf("%s: Error reading Boco\n", __func__); in startup_allowed()
159 printf("%s: Error reading Boco\n", __func__); in ethernet_present()
178 printf("%s: Error reading Boco\n", __func__); in initialize_unit_leds()
183 printf("%s: Error writing Boco\n", __func__); in initialize_unit_leds()
226 printf("\nAbort waiting for ne\n"); in misc_init_r()
346 printf("Error reading PHY spec ctrl reg\n"); in reset_phy()
349 printf("Error writing PHY spec ctrl reg\n"); in reset_phy()
354 printf("Error writing PHY LED reg\n"); in reset_phy()
450 printf("Error writing PHY page reg\n"); in reset_phy()
464 printf("Error writing PHY LED reg\n"); in reset_phy()
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c248 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_state_get()
296 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_command_set()
334 DB(printf("%s: ERR. Illegal command\n", __func__)); in mv_xor_command_set()
345 printf("DDR Training Sequence - Start scrubbing\n"); in ddr3_new_tip_ecc_scrub()
364 printf("DDR3 Training Sequence - End scrubbing\n"); in ddr3_new_tip_ecc_scrub()
404 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_transfer()
408 DB(printf("%s: ERR. Channel is already active\n", __func__)); in mv_xor_transfer()
412 DB(printf("%s: ERR. xor_chain_ptr is NULL pointer\n", __func__)); in mv_xor_transfer()
423 DB(printf("%s: ERR. Invalid chain pointer (bits [5:0] must be cleared)\n", in mv_xor_transfer()
432 DB(printf("%s: ERR. Invalid chain pointer (bits [4:0] must be cleared)\n", in mv_xor_transfer()
[all …]
/openbmc/u-boot/board/compulab/common/
H A Deeprom.c209 printf(PRINT_FIELD_SEGMENT, field->name); in eeprom_field_print_bin_ver()
212 printf("%d.%02d\n", major, minor); in eeprom_field_print_bin_ver()
275 printf(PRINT_FIELD_SEGMENT, field->name); in eeprom_field_print_date()
276 printf("%02d/", field->buf[0]); in eeprom_field_print_date()
278 printf("%s", months[field->buf[1] - 1]); in eeprom_field_print_date()
280 printf("BAD"); in eeprom_field_print_date()
352 printf("%s: syntax error\n", field->name); in eeprom_field_update_date()
358 printf("%s: invalid day\n", field->name); in eeprom_field_update_date()
369 printf("%s: invalid year\n", field->name); in eeprom_field_update_date()
374 printf("%s: invalid date\n", field->name); in eeprom_field_update_date()
[all …]
/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c23 printf("flasher exited.\n"); in catch_child()
58 printf("ERROR FlashControl: Unable to init\n"); in on_init()
77 printf("ERROR: BIOS Flash is already locked: %s\n",name); in on_lock()
81 printf("Locking BIOS Flash: %s\n",name); in on_lock()
105 printf("Unlocking BIOS Flash\n"); in on_unlock()
125 printf("BIOS Flash is locked: %s\n",name); in on_update_via_tftp()
129 printf("Flashing BIOS from TFTP: %s,%s\n",url,write_file); in on_update_via_tftp()
147 printf("ERROR: %s. Clearing locks\n",error_msg); in on_error()
164 printf("Flash Done. Clearing locks\n"); in on_done()
191 printf("BIOS Flash is locked: %s\n",name); in on_update()
[all …]
/openbmc/u-boot/board/atmel/common/
H A Dboard.c53 printf("PDA TM7000B detected\n"); in at91_pda_detect()
55 printf("PDA TM7000 detected\n"); in at91_pda_detect()
58 printf("PDA TM4300 detected\n"); in at91_pda_detect()
61 printf("PDA TM5000 detected\n"); in at91_pda_detect()
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c1040 printf(" %-34s |", buf); in __print_slab_result()
1164 printf("#\n"); in print_gfp_flags()
1165 printf("# GFP flags\n"); in print_gfp_flags()
1166 printf("# ---------\n"); in print_gfp_flags()
1176 printf("\nSUMMARY (SLAB allocator)"); in print_slab_summary()
1204 printf("\n"); in print_page_summary()
1213 printf("\n"); in print_page_summary()
1217 printf("\n"); in print_page_summary()
1226 printf("%5d", o); in print_page_summary()
1231 printf(" %12c", '.'); in print_page_summary()
[all …]
/openbmc/linux/tools/testing/selftests/riscv/vector/
H A Dv_initval_nolibc.c13 printf("\n"); in dump()
15 printf(" "); in dump()
17 printf("%02x ", ptr[i]); in dump()
19 printf("\n"); in dump()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_ring.c184 printf("(%s.%d): id %u out of range\n", in virtqueue_get_buf()
253 printf("Bad virtqueue length %u\n", num); in vring_create_virtqueue()
329 printf("\tindex %u, phys addr %p num %u\n", in virtqueue_dump()
331 printf("\tfree_head %u, num_added %u, num_free %u\n", in virtqueue_dump()
336 printf("Descriptor dump:\n"); in virtqueue_dump()
343 printf("Avail ring dump:\n"); in virtqueue_dump()
344 printf("\tflags %u, idx %u\n", in virtqueue_dump()
347 printf("\tavail[%u] = %u\n", in virtqueue_dump()
351 printf("Used ring dump:\n"); in virtqueue_dump()
352 printf("\tflags %u, idx %u\n", in virtqueue_dump()
[all …]
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c250 printf("Failed to lock PCIe PLL\n"); in comphy_pcie_power_up()
327 printf("Failed to lock SATA PLL\n"); in comphy_sata_power_up()
500 printf("Failed to lock USB3 PLL\n"); in comphy_usb3_power_up()
580 printf("Failed to end USB2 PLL calibration\n"); in comphy_usb2_power_up()
596 printf("Failed to end USB2 unknown calibration\n"); in comphy_usb2_power_up()
605 printf("Failed to lock USB2 PLL\n"); in comphy_usb2_power_up()
742 printf("Unsupported COMPHY speed!\n"); in comphy_sgmii_power_up()
877 printf("Failed to init RX of SGMII PHY %d\n", lane); in comphy_sgmii_power_up()
913 printf("Failed to initialize UTMI PHY\n"); in comphy_dedicated_phys_init()
931 printf("Failed to initialize SATA PHY\n"); in comphy_dedicated_phys_init()
[all …]

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