Home
last modified time | relevance | path

Searched refs:debugf (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c122 debugf(sc, "read val=%x\n", val); in twsi_control_clear()
135 debugf(sc, "read val=%x\n", val); in twsi_control_set()
173 debugf(sc, "done\n"); in twsi_poll_ctrl()
197 debugf(sc, "send start\n"); in twsi_locked_start()
331 debugf(sc, "%s\n", __func__); in twsi_stop()
526 debugf(sc, "pause finish\n"); in twsi_transfer()
638 debugf(sc, "Done TX data\n"); in twsi_intr()
645 debugf(sc, "NOSTOP flag\n"); in twsi_intr()
699 debugf(sc, "Done RX data\n"); in twsi_intr()
701 debugf(sc, "Send STOP\n"); in twsi_intr()
[all …]
H A Dmv_twsi.c89 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
91 #define debugf(fmt, args...) macro
/freebsd-14.2/sys/dev/fdt/
H A Dfdt_slicer.c41 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
44 #define debugf(fmt, args...) macro
69 debugf("not enough buffer for slice i=%d\n", i); in fill_slices_from_node()
75 debugf("error during processing reg property, i=%d\n", in fill_slices_from_node()
81 debugf("slice i=%d with no size\n", i); in fill_slices_from_node()
91 debugf("slice i=%d with no name\n", i); in fill_slices_from_node()
H A Dfdt_common.c52 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
55 #define debugf(fmt, args...) macro
/freebsd-14.2/sys/arm/arm/
H A Dmachdep.c96 #define debugf(fmt, args...) printf(fmt, ##args) macro
98 #define debugf(fmt, args...) macro
566 debugf("initarm: console initialized\n"); in initarm()
567 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp); in initarm()
568 debugf(" boothowto = 0x%08x\n", boothowto); in initarm()
569 debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp); in initarm()
570 debugf(" lastaddr1: 0x%08x\n", lastaddr); in initarm()
H A Dmachdep_boot.c64 #define debugf(fmt, args...) printf(fmt, ##args) macro
66 #define debugf(fmt, args...) macro
134 debugf("loader passed (static) kenv:\n"); in arm_print_kenv()
136 debugf(" no env, null ptr\n"); in arm_print_kenv()
139 debugf(" loader_envp = 0x%08x\n", (uint32_t)loader_envp); in arm_print_kenv()
142 debugf(" %x %s\n", (uint32_t)cp, cp); in arm_print_kenv()
/freebsd-14.2/sys/dev/evdev/
H A Duinput.c50 #define debugf(state, fmt, args...) printf("uinput: " fmt "\n", ##args) macro
52 #define debugf(state, fmt, args...) macro
191 debugf(state, "state %p: buffer overflow", state); in uinput_enqueue_event()
240 debugf(state, "read %zd bytes by thread %d", uio->uio_resid, in uinput_read()
291 debugf(state, "write %zd bytes by thread %d", uio->uio_resid, in uinput_write()
299 debugf(state, "write size not multiple of " in uinput_write()
311 debugf(state, "write size not multiple of " in uinput_write()
351 debugf(state, "setup_provider called, udev=%p", udev); in uinput_setup_provider()
382 debugf(state, "poll by thread %d", td->td_tid); in uinput_poll()
651 debugf(state, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in uinput_ioctl()
H A Dcdev.c62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
64 #define debugf(client, fmt, args...) macro
144 debugf(client, "cannot register evdev client"); in evdev_open()
190 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
270 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
284 debugf(client, "write size not multiple of input_event size"); in evdev_write()
316 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
456 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
465 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
663 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
[all …]
H A Devdev.c49 #define debugf(evdev, fmt, args...) printf("evdev: " fmt "\n", ##args) macro
51 #define debugf(evdev, fmt, args...) macro
286 debugf(evdev, "%s: registered evdev provider: %s <%s>\n", in evdev_register_common()
367 debugf(evdev, "%s: unregistered evdev provider: %s\n", in evdev_unregister()
849 debugf(evdev, "%s pushed event %d/%d/%d", in evdev_propagate_event()
1024 debugf(evdev, "adding new client for device %s", evdev->ev_shortname); in evdev_register_client()
1030 debugf(evdev, "calling ev_open() on device %s", in evdev_register_client()
1042 debugf(evdev, "removing client for device %s", evdev->ev_shortname); in evdev_dispose_client()
H A Devdev_mt.c53 #define debugf(fmt, args...) printf("evdev: " fmt "\n", ##args) macro
55 #define debugf(fmt, args...) macro
/freebsd-14.2/stand/uboot/
H A Duboot_disk.c51 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
54 #define debugf(fmt, args...) macro
125 debugf("No storage devices\n"); in stor_init()
129 debugf("storage devices found: %d\n", stor_info_no); in stor_init()
223 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf); in stor_readdev()
H A Dglue.c35 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
37 #define debugf(fmt, args...) macro
/freebsd-14.2/sys/powerpc/booke/
H A Dpmap.c136 #define debugf(fmt, args...) macro
641 debugf("mmu_booke_bootstrap: entered\n"); in mmu_booke_bootstrap()
705 debugf(" kernstart: %#zx\n", kernstart); in mmu_booke_bootstrap()
706 debugf(" kernsize: %#zx\n", kernsize); in mmu_booke_bootstrap()
768 debugf("processing avail regions:\n"); in mmu_booke_bootstrap()
797 debugf("%09jx-%09jx = %jx\n", in mmu_booke_bootstrap()
843 debugf("fill in phys_avail:\n"); in mmu_booke_bootstrap()
845 debugf(" region: 0x%jx - 0x%jx (0x%jx)\n", in mmu_booke_bootstrap()
853 debugf(" hw.physmem adjust\n"); in mmu_booke_bootstrap()
882 debugf("Maxmem = 0x%08lx\n", Maxmem); in mmu_booke_bootstrap()
[all …]
H A Dbooke_machdep.c147 #define debugf(fmt, args...) printf(fmt, ##args) macro
149 #define debugf(fmt, args...) macro
H A Dpmap_32.c665 debugf(" ptbl_bufs at 0x%"PRI0ptrX" end = 0x%"PRI0ptrX"\n", in mmu_booke_alloc_kernel_pgtables()
677 debugf(" kernel ptbls: %d\n", kernel_ptbls); in mmu_booke_alloc_kernel_pgtables()
678 debugf(" kernel pdir at %#jx end = %#jx\n", in mmu_booke_alloc_kernel_pgtables()
H A Dpmap_64.c101 #define debugf(fmt, args...) printf(fmt, ##args) macro
103 #define debugf(fmt, args...) macro
/freebsd-14.2/sys/powerpc/mpc85xx/
H A Di2c.c76 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
78 #define debugf(fmt, args...) macro
160 debugf("no ack %s", start ? in i2c_do_wait()
166 debugf("arbitration lost"); in i2c_do_wait()
171 debugf("transfer unfinished"); in i2c_do_wait()
284 debugf("bus busy"); in i2c_start()
H A Dlbc.c62 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
65 #define debugf(fmt, args...) macro
374 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells); in fdt_lbc_reg_decode()
375 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_lbc_reg_decode()
402 debugf("reg addr bank = %d, start = %jx, end = %jx, " in fdt_lbc_reg_decode()
552 debugf("par addr_cells = %d, addr_cells = %d, size_cells = %d, " in lbc_attach()
589 debugf("bank = %d, start = %jx, size = %jx\n", bank, in lbc_attach()
649 debugf("added child name='%s', node=%x\n", di->di_ofw.obd_name, in lbc_attach()
/freebsd-14.2/stand/fdt/
H A Dfdt_loader_cmd.c43 #define debugf(fmt, args...) macro
125 debugf("fdt_find_static_dtb()\n"); in fdt_find_static_dtb()
188 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va); in fdt_load_dtb()
229 debugf("fdt_load_dtb_addr(%p)\n", header); in fdt_load_dtb_addr()
254 debugf("fdt_load_dtb_file(%s)\n", filename); in fdt_load_dtb_file()
282 debugf("fdt_load_dtb_overlay(%s)\n", filename); in fdt_load_dtb_overlay()
336 debugf("fdt_load_dtb_overlays_string(%s)\n", filenames); in fdt_load_dtb_overlays_string()
558 debugf("fdt_setup_fdtp()\n"); in fdt_setup_fdtp()
734 debugf(" reg#%d (start: 0x%0x size: 0x%0x) valid!\n", in fdt_reg_valid()
960 debugf("fdt_fixup()\n"); in fdt_fixup()
[all …]
/freebsd-14.2/sys/arm/mv/
H A Dmpic.c66 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
69 #define debugf(fmt, args...) macro
509 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause); in mv_mpic_get_cause_err()
527 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause); in mv_mpic_get_msi()
H A Dmv_pci.c82 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro
84 #define debugf(fmt, args...) macro
222 debugf("Processing PCI node: %x\n", node); in mv_pci_ranges()
224 debugf("could not decode parent PCI node 'ranges'\n"); in mv_pci_ranges()
228 debugf("Post fixup dump:\n"); in mv_pci_ranges()
1217 debugf("%s: irq: %d addr: %jx data: %x\n", in mv_pcib_map_msi()
1257 debugf("%s: start: %x count: %x\n", __func__, start, count); in mv_pcib_alloc_msi()
H A Dmv_common.c64 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
67 #define debugf(fmt, args...) macro
2579 debugf("too many tuples to fit into cpu_win_tbl\n"); in win_cpu_from_dt()
2589 debugf("target = 0x%0x attr = 0x%0x base = 0x%0x " in win_cpu_from_dt()
2617 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt()
2630 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
2646 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt()
2657 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
/freebsd-14.2/sys/kern/
H A Dsubr_intr.c92 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
95 #define debugf(fmt, args...) macro
849 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
911 debugf("irq root set to %s\n", device_get_nameunit(dev));
1091 debugf("irq %u cannot solo on %s\n", irq, name);
1098 debugf("irq %u setup filter error %d on %s\n", isrc->isrc_irq, error,
1105 debugf("irq %u add handler error %d on %s\n", isrc->isrc_irq, error, name);
1343 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
/freebsd-14.2/sys/dev/ofw/
H A Dofw_fdt.c50 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
53 #define debugf(fmt, args...) macro
/freebsd-14.2/sys/dev/pci/
H A Dpci_dw.c61 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro
63 #define debugf(fmt, args...) macro

12