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

12

/freebsd-11-stable/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);
75 debugf("error during processing reg property, i=%d\n",
81 debugf("slice i=%d with no size\n", i);
93 debugf("slice i=%d with no name\n", i);
H A Dfdt_common.c52 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
55 #define debugf(fmt, args...) macro
492 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells);
493 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size);
513 debugf("reg addr start = %lx, end = %lx, count = %lx\n", start,
/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c87 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
89 #define debugf(fmt, args...) macro
183 debugf("IFLG set, clearing\n");
194 debugf("timeout sending %sSTART condition\n",
201 debugf("wrong status (%02x) after sending %sSTART condition\n",
211 debugf("timeout sending slave address\n");
219 debugf("no ACK (status: %02x) after sending slave address\n",
348 debugf("timeout reading data\n");
356 debugf("wrong status (%02x) while reading\n", status);
386 debugf("timeou
[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-11-stable/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");
130 debugf("storage devices found: %d\n", stor_info_no);
224 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf);
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-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c55 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
58 #define debugf(fmt, args...) macro
191 debugf("virtual register space: 0x%08lx\n", sc->lm_bsh);
307 debugf("interrupt: 0x%08x\n", status);
321 debugf("command active\n");
339 debugf("command response\n");
363 debugf("command sent\n");
395 debugf("data buffer: %p\n", sc->lm_buffer);
408 debugf("data block end\n");
422 debugf("don
[all...]
H A Dif_lpe.c69 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
72 #define debugf(fmt, args...) macro
352 debugf("phy=%d reg=%d result=0x%04x\n", phy, reg, result);
363 debugf("phy=%d reg=%d data=0x%04x\n", phy, reg, data);
548 debugf("starting with prod=%d\n", prod);
717 debugf("status=0x%08x\n", lpe_read_4(sc, LPE_INTSTATUS));
/freebsd-11-stable/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
197 debugf(state, "state %p: buffer overflow", state);
247 debugf(state, "read %zd bytes by thread %d", uio->uio_resid,
298 debugf(state, "write %zd bytes by thread %d", uio->uio_resid,
306 debugf(state, "write size not multiple of "
318 debugf(state, "write size not multiple of "
358 debugf(state, "setup_provider called, udev=%p", udev);
389 debugf(state, "poll by thread %d", td->td_tid);
649 debugf(stat
[all...]
H A Dcdev.c63 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) macro
65 #define debugf(client, fmt, args...) macro
147 debugf(client, "cannot register evdev client");
191 debugf(client, "read %zd bytes by thread %d", uio->uio_resid,
271 debugf(client, "write %zd bytes by thread %d", uio->uio_resid,
285 debugf(client, "write size not multiple of input_event size");
317 debugf(client, "poll by thread %d", td->td_tid);
439 debugf(client, "ioctl called: cmd=0x%08lx, data=%p", cmd, data);
448 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x",
633 debugf(clien
[all...]
H A Devdev_mt.c40 #define debugf(fmt, args...) printf("evdev: " fmt "\n", ##args) macro
42 #define debugf(fmt, args...) macro
H A Devdev.c46 #define debugf(evdev, fmt, args...) printf("evdev: " fmt "\n", ##args) macro
48 #define debugf(evdev, fmt, args...) macro
285 debugf(evdev, "%s: registered evdev provider: %s <%s>\n",
359 debugf(evdev, "%s: unregistered evdev provider: %s\n",
807 debugf(evdev, "%s pushed event %d/%d/%d",
928 debugf(evdev, "adding new client for device %s", evdev->ev_shortname);
934 debugf(evdev, "calling ev_open() on device %s",
946 debugf(evdev, "removing client for device %s", evdev->ev_shortname);
/freebsd-11-stable/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
162 debugf("no ack %s", start ?
168 debugf("arbitration lost");
173 debugf("transfer unfinished");
286 debugf("bus busy");
H A Dlbc.c62 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
65 #define debugf(fmt, args...) macro
376 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells);
377 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size);
405 debugf("reg addr bank = %d, start = %jx, end = %jx, "
555 debugf("par addr_cells = %d, addr_cells = %d, size_cells = %d, "
593 debugf("bank = %d, start = %jx, size = %jx\n", bank,
654 debugf("added child name='%s', node=%p\n", di->di_ofw.obd_name,
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_boot.c66 #define debugf(fmt, args...) printf(fmt, ##args) macro
68 #define debugf(fmt, args...) macro
135 debugf("loader passed (static) kenv:\n");
137 debugf(" no env, null ptr\n");
140 debugf(" loader_envp = 0x%08x\n", (uint32_t)loader_envp);
143 debugf(" %x %s\n", (uint32_t)cp, cp);
H A Dmachdep.c96 #define debugf(fmt, args...) printf(fmt, ##args) macro
98 #define debugf(fmt, args...) macro
988 debugf("initarm: console initialized\n");
989 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp);
990 debugf(" boothowto = 0x%08x\n", boothowto);
991 debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
1214 debugf("initarm: console initialized\n");
1215 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp);
1216 debugf(" boothowto = 0x%08x\n", boothowto);
1217 debugf(" dtb
[all...]
/freebsd-11-stable/sys/arm/mv/
H A Dmv_localbus.c56 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
59 #define debugf(fmt, args...) macro
177 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells);
178 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size);
228 debugf("reg addr bank = %d, start = %lx, end = %lx, "
H A Dmpic.c67 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
70 #define debugf(fmt, args...) macro
541 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause);
559 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause);
H A Dmv_pci.c82 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro
84 #define debugf(fmt, args...) macro
211 debugf("Processing PCI node: %x\n", node);
213 debugf("could not decode parent PCI node 'ranges'\n");
217 debugf("Post fixup dump:\n");
1153 debugf("%s: irq: %d addr: %jx data: %x\n",
1190 debugf("%s: start: %x count: %x\n", __func__, start, count);
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c101 #define debugf(fmt, args...) printf(fmt, ##args) macro
103 #define debugf(fmt, args...) macro
716 //debugf("ptbl_unhold: ptbl = 0x%08x\n", (u_int32_t)ptbl);
736 //debugf("ptbl_unhold: e (freed ptbl)\n");
806 //debugf("pv_insert: s (su = %d pmap = 0x%08x va = 0x%08x m = 0x%08x)\n", su,
822 //debugf("pv_insert: e\n");
832 //debugf("pv_remove: s (su = %d pmap = 0x%08x va = 0x%08x)\n", su, (u_int32_t)pmap, va);
851 //debugf("pv_remove: e\n");
869 //debugf("pte_remove: s (su = %d pmap = 0x%08x va = 0x%08x flags = %d)\n",
909 //debugf("pte_remov
[all...]
H A Dbooke_machdep.c154 #define debugf(fmt, args...) printf(fmt, ##args) macro
156 #define debugf(fmt, args...) macro
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c44 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
47 #define debugf(fmt, args...) macro
127 debugf("fdt_find_static_dtb()\n");
190 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va);
221 debugf("DTB blob found at 0x%jx, size: 0x%jx\n", (uintmax_t)va, (uintmax_t)fdtp_size);
231 debugf("fdt_load_dtb_addr(%p)\n", header);
256 debugf("fdt_load_dtb_file(%s)\n", filename);
284 debugf("fdt_load_dtb_overlay(%s)\n", filename);
338 debugf("fdt_load_dtb_overlays_string(%s)\n", filenames);
544 debugf("fdt_setup_fdt
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c77 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
80 #define debugf(fmt, args...) macro
793 debugf("PIC %p registered for %s <dev %p, xref %x>\n", pic,
856 debugf("irq root set to %s\n", device_get_nameunit(dev));
1020 debugf("irq %u cannot solo on %s\n", irq, name);
1027 debugf("irq %u setup filter error %d on %s\n", isrc->isrc_irq, error,
1034 debugf("irq %u add handler error %d on %s\n", isrc->isrc_irq, error, name);
1265 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c50 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
53 #define debugf(fmt, args...) macro
/freebsd-11-stable/sys/mips/beri/
H A Dberi_simplebus.c52 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
55 #define debugf(fmt, args...) macro

Completed in 332 milliseconds

12