Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/dev/iicbus/twsi/
H A Dtwsi.c124 debugf(sc, "read val=%x\n", val); in twsi_control_clear()
137 debugf(sc, "read val=%x\n", val); in twsi_control_set()
175 debugf(sc, "done\n"); in twsi_poll_ctrl()
199 debugf(sc, "send start\n"); in twsi_locked_start()
341 debugf(sc, "%s\n", __func__); in twsi_stop()
536 debugf(sc, "pause finish\n"); in twsi_transfer()
648 debugf(sc, "Done TX data\n"); in twsi_intr()
655 debugf(sc, "NOSTOP flag\n"); in twsi_intr()
709 debugf(sc, "Done RX data\n"); in twsi_intr()
711 debugf(sc, "Send STOP\n"); in twsi_intr()
[all …]
H A Dmv_twsi.c93 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
95 #define debugf(fmt, args...) macro
/freebsd-13.1/sys/dev/fdt/
H A Dfdt_slicer.c43 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
46 #define debugf(fmt, args...) macro
71 debugf("not enough buffer for slice i=%d\n", i); in fill_slices_from_node()
77 debugf("error during processing reg property, i=%d\n", in fill_slices_from_node()
83 debugf("slice i=%d with no size\n", i); in fill_slices_from_node()
93 debugf("slice i=%d with no name\n", i); in fill_slices_from_node()
H A Dfdt_common.c54 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
57 #define debugf(fmt, args...) macro
/freebsd-13.1/sys/arm/arm/
H A Dmachdep.c98 #define debugf(fmt, args...) printf(fmt, ##args) macro
100 #define debugf(fmt, args...) macro
571 debugf("initarm: console initialized\n"); in initarm()
572 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp); in initarm()
573 debugf(" boothowto = 0x%08x\n", boothowto); in initarm()
574 debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp); in initarm()
575 debugf(" lastaddr1: 0x%08x\n", lastaddr); in initarm()
H A Dmachdep_boot.c66 #define debugf(fmt, args...) printf(fmt, ##args) macro
68 #define debugf(fmt, args...) macro
136 debugf("loader passed (static) kenv:\n"); in arm_print_kenv()
138 debugf(" no env, null ptr\n"); in arm_print_kenv()
141 debugf(" loader_envp = 0x%08x\n", (uint32_t)loader_envp); in arm_print_kenv()
144 debugf(" %x %s\n", (uint32_t)cp, cp); in arm_print_kenv()
/freebsd-13.1/sys/dev/evdev/
H A Duinput.c52 #define debugf(state, fmt, args...) printf("uinput: " fmt "\n", ##args) macro
54 #define debugf(state, fmt, args...) macro
193 debugf(state, "state %p: buffer overflow", state); in uinput_enqueue_event()
242 debugf(state, "read %zd bytes by thread %d", uio->uio_resid, in uinput_read()
293 debugf(state, "write %zd bytes by thread %d", uio->uio_resid, in uinput_write()
301 debugf(state, "write size not multiple of " in uinput_write()
313 debugf(state, "write size not multiple of " in uinput_write()
353 debugf(state, "setup_provider called, udev=%p", udev); in uinput_setup_provider()
384 debugf(state, "poll by thread %d", td->td_tid); in uinput_poll()
653 debugf(state, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in uinput_ioctl()
H A Dcdev.c64 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
66 #define debugf(client, fmt, args...) macro
146 debugf(client, "cannot register evdev client"); in evdev_open()
192 debugf(client, "read %zd bytes by thread %d", uio->uio_resid, in evdev_read()
272 debugf(client, "write %zd bytes by thread %d", uio->uio_resid, in evdev_write()
286 debugf(client, "write size not multiple of input_event size"); in evdev_write()
318 debugf(client, "poll by thread %d", td->td_tid); in evdev_poll()
458 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data); in evdev_ioctl()
467 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x", in evdev_ioctl()
665 debugf(client, "EVIOCGBIT(%d): data=%p, len=%d", type_num, in evdev_ioctl()
[all …]
H A Devdev.c51 #define debugf(evdev, fmt, args...) printf("evdev: " fmt "\n", ##args) macro
53 #define debugf(evdev, fmt, args...) macro
288 debugf(evdev, "%s: registered evdev provider: %s <%s>\n", in evdev_register_common()
369 debugf(evdev, "%s: unregistered evdev provider: %s\n", in evdev_unregister()
851 debugf(evdev, "%s pushed event %d/%d/%d", in evdev_propagate_event()
1026 debugf(evdev, "adding new client for device %s", evdev->ev_shortname); in evdev_register_client()
1032 debugf(evdev, "calling ev_open() on device %s", in evdev_register_client()
1044 debugf(evdev, "removing client for device %s", evdev->ev_shortname); in evdev_dispose_client()
H A Devdev_mt.c55 #define debugf(fmt, args...) printf("evdev: " fmt "\n", ##args) macro
57 #define debugf(fmt, args...) macro
/freebsd-13.1/stand/uboot/lib/
H A Ddisk.c54 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
57 #define debugf(fmt, args...) macro
126 debugf("No storage devices\n"); in stor_init()
130 debugf("storage devices found: %d\n", stor_info_no); in stor_init()
224 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf); in stor_readdev()
H A Dglue.c38 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
40 #define debugf(fmt, args...) macro
/freebsd-13.1/sys/powerpc/booke/
H A Dpmap.c137 #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.c150 #define debugf(fmt, args...) printf(fmt, ##args) macro
152 #define debugf(fmt, args...) macro
H A Dpmap_32.c667 debugf(" ptbl_bufs at 0x%"PRI0ptrX" end = 0x%"PRI0ptrX"\n", in mmu_booke_alloc_kernel_pgtables()
679 debugf(" kernel ptbls: %d\n", kernel_ptbls); in mmu_booke_alloc_kernel_pgtables()
680 debugf(" kernel pdir at %#jx end = %#jx\n", in mmu_booke_alloc_kernel_pgtables()
H A Dpmap_64.c103 #define debugf(fmt, args...) printf(fmt, ##args) macro
105 #define debugf(fmt, args...) macro
/freebsd-13.1/sys/powerpc/mpc85xx/
H A Di2c.c78 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
80 #define debugf(fmt, args...) macro
163 debugf("no ack %s", start ? in i2c_do_wait()
169 debugf("arbitration lost"); in i2c_do_wait()
174 debugf("transfer unfinished"); in i2c_do_wait()
287 debugf("bus busy"); in i2c_start()
H A Dlbc.c64 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
67 #define debugf(fmt, args...) macro
378 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells); in fdt_lbc_reg_decode()
379 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_lbc_reg_decode()
406 debugf("reg addr bank = %d, start = %jx, end = %jx, " in fdt_lbc_reg_decode()
556 debugf("par addr_cells = %d, addr_cells = %d, size_cells = %d, " in lbc_attach()
593 debugf("bank = %d, start = %jx, size = %jx\n", bank, in lbc_attach()
653 debugf("added child name='%s', node=%x\n", di->di_ofw.obd_name, in lbc_attach()
/freebsd-13.1/sys/arm/mv/
H A Dmv_localbus.c58 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
61 #define debugf(fmt, args...) macro
177 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells); in fdt_localbus_reg_decode()
178 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_localbus_reg_decode()
227 debugf("reg addr bank = %d, start = %lx, end = %lx, " in fdt_localbus_reg_decode()
H A Dmpic.c68 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
71 #define debugf(fmt, args...) macro
515 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause); in mv_mpic_get_cause_err()
533 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause); in mv_mpic_get_msi()
H A Dmv_pci.c84 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro
86 #define debugf(fmt, args...) macro
224 debugf("Processing PCI node: %x\n", node); in mv_pci_ranges()
226 debugf("could not decode parent PCI node 'ranges'\n"); in mv_pci_ranges()
230 debugf("Post fixup dump:\n"); in mv_pci_ranges()
1221 debugf("%s: irq: %d addr: %jx data: %x\n", in mv_pcib_map_msi()
1261 debugf("%s: start: %x count: %x\n", __func__, start, count); in mv_pcib_alloc_msi()
H A Dmv_common.c66 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
69 #define debugf(fmt, args...) macro
2581 debugf("too many tuples to fit into cpu_win_tbl\n"); in win_cpu_from_dt()
2591 debugf("target = 0x%0x attr = 0x%0x base = 0x%0x " in win_cpu_from_dt()
2619 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt()
2632 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
2648 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt()
2659 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
/freebsd-13.1/stand/fdt/
H A Dfdt_loader_cmd.c47 #define debugf(fmt, args...) macro
129 debugf("fdt_find_static_dtb()\n"); in fdt_find_static_dtb()
192 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va); in fdt_load_dtb()
233 debugf("fdt_load_dtb_addr(%p)\n", header); in fdt_load_dtb_addr()
258 debugf("fdt_load_dtb_file(%s)\n", filename); in fdt_load_dtb_file()
286 debugf("fdt_load_dtb_overlay(%s)\n", filename); in fdt_load_dtb_overlay()
340 debugf("fdt_load_dtb_overlays_string(%s)\n", filenames); in fdt_load_dtb_overlays_string()
562 debugf("fdt_setup_fdtp()\n"); in fdt_setup_fdtp()
738 debugf(" reg#%d (start: 0x%0x size: 0x%0x) valid!\n", in fdt_reg_valid()
964 debugf("fdt_fixup()\n"); in fdt_fixup()
[all …]
/freebsd-13.1/sys/kern/
H A Dsubr_intr.c87 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
90 #define debugf(fmt, args...) macro
831 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
894 debugf("irq root set to %s\n", device_get_nameunit(dev));
1074 debugf("irq %u cannot solo on %s\n", irq, name);
1081 debugf("irq %u setup filter error %d on %s\n", isrc->isrc_irq, error,
1088 debugf("irq %u add handler error %d on %s\n", isrc->isrc_irq, error, name);
1326 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
/freebsd-13.1/sys/dev/ofw/
H A Dofw_fdt.c52 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
55 #define debugf(fmt, args...) macro

12