Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 134) sorted by relevance

123456

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c185 #define dprintf(fmt, args...) \ macro
192 #define dprintf(fmt, args...) macro
381 dprintf("%s:\n", __func__); in bcm_sdhost_probe()
401 dprintf("%s: dev=%p sc=%p unit=%d\n", in bcm_sdhost_attach()
497 dprintf("%s:\n", __func__); in bcm_sdhost_detach()
538 dprintf("%s: card status %08x (cs %d)\n", in bcm_sdhost_waitcommand_status()
592 dprintf("%s: hstst=%08x offset=%08lx sdhci_present_state=%08x " in bcm_sdhost_intr()
604 dprintf("%s: offset=%08lx sdhci_blocksize=%08x " in bcm_sdhost_intr()
649 dprintf("%s:\n", __func__); in bcm_sdhost_get_ro()
658 dprintf("%s:\n", __func__); in bcm_sdhost_get_card_present()
[all …]
/freebsd/sys/dev/hwt/
H A Dhwt_backend.c49 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
51 #define dprintf(fmt, ...) macro
70 dprintf("%s\n", __func__); in hwt_backend_init()
81 dprintf("%s\n", __func__); in hwt_backend_deinit()
91 dprintf("%s\n", __func__); in hwt_backend_configure()
103 dprintf("%s\n", __func__); in hwt_backend_enable()
112 dprintf("%s\n", __func__); in hwt_backend_disable()
121 dprintf("%s\n", __func__); in hwt_backend_enable_smp()
130 dprintf("%s\n", __func__); in hwt_backend_disable_smp()
139 dprintf("%s\n", __func__); in hwt_backend_dump()
[all …]
H A Dhwt_hook.c54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
56 #define dprintf(fmt, ...) macro
86 dprintf("%s: thr %p index %d tid %d on cpu_id %d\n", __func__, thr, in hwt_switch_in()
121 dprintf("%s: thr %p index %d tid %d on cpu_id %d\n", __func__, thr, in hwt_switch_out()
153 dprintf("%s: thr %p index %d tid %d on cpu_id %d\n", __func__, thr, in hwt_hook_thread_exit()
252 dprintf("%s: failed to allocate backend thread data\n", in hwt_hook_thread_create()
H A Dhwt_owner.c56 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
58 #define dprintf(fmt, ...) macro
119 dprintf("%s: stopping hwt owner\n", __func__); in hwt_owner_shutdown()
/freebsd/sys/amd64/sgx/
H A Dsgx.c158 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
160 #define dprintf(fmt, ...) macro
220 dprintf("%s: No free EPC pages available.\n", in sgx_va_slot_init_by_index()
270 dprintf("%s: Can't find enclave.\n", __func__); in sgx_mem_find()
366 dprintf("%s: p->pidx %ld\n", __func__, p->pindex); in sgx_page_remove()
534 dprintf("t->flags %lx\n", t->flags); in sgx_tcs_dump()
535 dprintf("t->ossa %lx\n", t->ossa); in sgx_tcs_dump()
536 dprintf("t->cssa %x\n", t->cssa); in sgx_tcs_dump()
537 dprintf("t->nssa %x\n", t->nssa); in sgx_tcs_dump()
538 dprintf("t->oentry %lx\n", t->oentry); in sgx_tcs_dump()
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_pll.c65 #define dprintf(format, arg...) \
68 #define dprintf(format, arg...) macro
82 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in rk_clk_pll_set_gate()
85 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_pll_set_gate()
87 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate()
230 dprintf("Set PLL_MODEREG to %x\n", reg); in rk3066_clk_pll_set_freq()
245 dprintf("Set PLL_CON0 to %x\n", reg); in rk3066_clk_pll_set_freq()
255 dprintf("Set PLL_CON1 to %x\n", reg); in rk3066_clk_pll_set_freq()
260 dprintf("Set PLL_CON2 to %x (%x)\n", reg, rates->bwadj); in rk3066_clk_pll_set_freq()
281 dprintf("PLL_CON1: %x\n", reg); in rk3066_clk_pll_set_freq()
[all …]
H A Drk_clk_composite.c67 #define dprintf(format, arg...) \
70 #define dprintf(format, arg...) macro
155 dprintf("Set mux to %d\n", index); in rk_clk_composite_set_mux()
159 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_composite_set_mux()
177 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_composite_recalc()
186 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_composite_recalc()
188 dprintf("Final freq=%ju\n", *freq); in rk_clk_composite_recalc()
234 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in rk_clk_composite_set_freq()
240 dprintf("Testing with parent %s (%d) at freq %ju\n", in rk_clk_composite_set_freq()
249 dprintf("Best parent so far %s (%d) with best freq at " in rk_clk_composite_set_freq()
[all …]
H A Drk_clk_armclk.c72 #define dprintf(format, arg...) \
75 #define dprintf(format, arg...) macro
106 dprintf("Set mux to %d\n", index); in rk_clk_armclk_set_mux()
110 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_mux()
128 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_armclk_recalc()
133 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in rk_clk_armclk_recalc()
153 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in rk_clk_armclk_set_freq()
163 dprintf("Best parent %s (%d) with best freq at %ju\n", in rk_clk_armclk_set_freq()
180 dprintf("Changing parent (%s) freq to %ju\n", clknode_get_name(p_main), in rk_clk_armclk_set_freq()
191 dprintf("main parent freq at %ju\n", best_p); in rk_clk_armclk_set_freq()
[all …]
H A Drk_clk_mux.c58 #define dprintf(format, arg...) \
61 #define dprintf(format, arg...) macro
185 dprintf("Finding best parent for target freq of %ju\n", *fout); in rk_clk_mux_set_freq()
189 dprintf("Testing with parent %s (%d)\n", in rk_clk_mux_set_freq()
193 dprintf("Testing with parent %s (%d) rv=%d\n", in rk_clk_mux_set_freq()
210 dprintf("Switching parent index from %d to %d\n", p_idx, in rk_clk_mux_set_freq()
/freebsd/sys/amd64/pt/
H A Dpt.c78 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
80 #define dprintf(fmt, ...) macro
262 dprintf("%s: curcpu %d\n", __func__, curcpu); in pt_cpu_start()
284 dprintf("%s: curcpu %d\n", __func__, curcpu); in pt_cpu_stop()
287 dprintf("%s: missing context on cpu %d; bailing\n", __func__, in pt_cpu_stop()
316 dprintf("%s: ToPA virt addr %p\n", __func__, buf->topa_hw); in pt_topa_prepare()
383 dprintf("%s: ctx id %d\n", __func__, ctx_id); in pt_init_ctx()
394 dprintf("%s: preparing ToPA buffer\n", __func__); in pt_init_ctx()
434 dprintf("%s\n", __func__); in pt_backend_configure()
487 dprintf("%s: preparing MSRs\n", __func__); in pt_backend_configure()
[all …]
/freebsd/sys/dev/amdgpio/
H A Damdgpio.c108 dprintf("busdev %p\n", sc->sc_busdev); in amdgpio_get_bus()
120 dprintf("npins %d maxpin %d\n", sc->sc_npins, *maxpin); in amdgpio_pin_max()
128 dprintf("pin %d\n", pin); in amdgpio_valid_pin()
144 dprintf("pin %d\n", pin); in amdgpio_pin_getname()
154 dprintf("pin %d name %s\n", pin, name); in amdgpio_pin_getname()
166 dprintf("pin %d\n", pin); in amdgpio_pin_getcaps()
172 dprintf("pin %d caps 0x%x\n", pin, *caps); in amdgpio_pin_getcaps()
184 dprintf("pin %d\n", pin); in amdgpio_pin_getflags()
192 dprintf("pin %d flags 0x%x\n", pin, *flags); in amdgpio_pin_getflags()
207 dprintf("pin %d flags 0x%x\n", pin, flags); in amdgpio_pin_setflags()
[all …]
/freebsd/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c68 #define dprintf(format, arg...) \
71 #define dprintf(format, arg...) macro
100 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in imx_clk_composite_set_gate()
121 dprintf("Set mux to %d\n", index); in imx_clk_composite_set_mux()
149 dprintf("parent_freq=%ju, div=%u\n", *freq, div); in imx_clk_composite_recalc()
151 dprintf("Final freq=%ju\n", *freq); in imx_clk_composite_recalc()
216 dprintf("Finding best parent/div for target freq of %ju\n", *fout); in imx_clk_composite_set_freq()
225 dprintf("Testing with parent %s (%d) at freq %ju\n", in imx_clk_composite_set_freq()
238 dprintf("Best parent so far %s (%d) with best freq at " in imx_clk_composite_set_freq()
258 dprintf("Switching parent index from %d to %d\n", p_idx, in imx_clk_composite_set_freq()
[all …]
/freebsd/contrib/bsddialog/examples_library/
H A Dgauge.c22 dprintf(fd, "SEP\n"); in sender()
23 dprintf(fd, "%d\n", i * 10); in sender()
24 dprintf(fd, "In Progress... [%d / 10]\n", i); in sender()
25 dprintf(fd, "SEP\n"); in sender()
28 dprintf(fd, "EOF\n"); in sender()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c457 #define dprintf printf macro
459 #define dprintf(...) macro
510 dprintf("Result for BLAKE3-%s:\n", name); in main()
526 dprintf("HASH-res: %s\n", result); in main()
527 dprintf("HASH-ref: %s\n", cur->hash); in main()
537 dprintf("SHASH-res: %s\n", result); in main()
538 dprintf("SHASH-ref: %s\n", cur->shash); in main()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c138 #define dprintf if (Debug) printf macro
442 dprintf("Trying peer: %s\n", name); in addsock()
498 dprintf("madvise() failed: %s\n", strerror(errno)); in main()
680 dprintf("can't open %s (%d)\n", _PATH_KLOG, errno); in main()
755 dprintf("off & running....\n"); in main()
834 dprintf("received sa_len = %d\n", sslen); in socklist_recv_sock()
850 dprintf("Message from %s was ignored.", hname); in socklist_recv_sock()
949 dprintf("Failed to parse " field " from %s: %s\n", \ in parsemsg_rfc5424()
1272 dprintf("Invalid HOSTNAME from %s: %s\n", from, msg); in parsemsg_rfc3164()
1536 dprintf("logmsg: pri %o, flags %x, from %s, msg %s\n", in logmsg()
[all …]
/freebsd/sys/dev/clk/allwinner/
H A Daw_clk_frac.c38 #define dprintf(format, arg...) macro
93 dprintf("init parent idx %d\n", idx); in aw_clk_frac_init()
109 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in aw_clk_frac_set_gate()
133 dprintf("Set mux to %d\n", index); in aw_clk_frac_set_mux()
199 dprintf("Trying to find freq %ju with parent %ju\n", *fout, fparent); in aw_clk_frac_set_freq()
204 dprintf("Testing with multiple %d\n", multiple); in aw_clk_frac_set_freq()
208 dprintf("Found with using frac.freq0 and multiple %d\n", multiple); in aw_clk_frac_set_freq()
214 dprintf("Found with using frac.freq1 and multiple %d\n", multiple); in aw_clk_frac_set_freq()
220 dprintf("Got %ju with n=%d, m=%d\n", cur, n, m); in aw_clk_frac_set_freq()
226 dprintf("This is the one: n=%d m=%d mult=%d\n", best_n, best_m, best_mult); in aw_clk_frac_set_freq()
[all …]
H A Daw_ccung.c63 #define dprintf(format, arg...) device_printf(dev, "%s: " format, __func__, arg)
65 #define dprintf(format, arg...) macro
82 dprintf("offset=%lx write %x\n", addr, val); in aw_ccung_write_4()
95 dprintf("offset=%lx Read %x\n", addr, *val); in aw_ccung_read_4()
107 dprintf("offset=%lx clr: %x set: %x\n", addr, clr, set); in aw_ccung_modify_4()
124 dprintf("%sassert reset id %ld\n", reset ? "" : "De", id); in aw_ccung_reset_assert()
130 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert()
135 dprintf("offset=%x Write %x\n", sc->resets[id].offset, val); in aw_ccung_reset_assert()
155 dprintf("offset=%x Read %x\n", sc->resets[id].offset, val); in aw_ccung_reset_is_asserted()
/freebsd/sys/dev/gpio/
H A Dpl061.c59 #define dprintf(fmt, args...) do { \
63 #define dprintf(fmt, args...) macro
154 dprintf("%s: writing %#x to register %#lx\n", __func__, tmp, a); in mask_and_set()
245 dprintf("%s: calling disable interrupt %#x\n", __func__, mask); in pl061_pic_disable_intr()
263 dprintf("%s: calling enable interrupt %#x\n", __func__, mask); in pl061_pic_enable_intr()
288 dprintf("%s: calling map interrupt %u\n", __func__, irq); in pl061_pic_map_intr()
314 dprintf("%s: calling setup interrupt %u mode %#x\n", __func__, in pl061_pic_setup_intr()
317 dprintf("%s: interrupts don't match\n", __func__); in pl061_pic_setup_intr()
322 dprintf("%s: handler already attached\n", __func__); in pl061_pic_setup_intr()
363 dprintf("%s: calling teardown interrupt %#x\n", __func__, mask); in pl061_pic_teardown_intr()
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c168 dprintf(opt->output_fd, "%d", value); in rangebox_builder()
211 dprintf(opt->output_fd, "%s", stringdate); in date()
213 dprintf(opt->output_fd, "%u/%u/%u", dd, mm, yy); in date()
215 dprintf(opt->output_fd, "%02u/%02u/%u", dd, mm, yy); in date()
278 dprintf(opt->output_fd, "%s", stringtime); in timebox_builder()
280 dprintf(opt->output_fd, "%u:%u:%u", hh, mm, ss); in timebox_builder()
282 dprintf(opt->output_fd, "%02u:%02u:%02u", hh, mm, ss); in timebox_builder()
359 dprintf(opt->output_fd, "HELP "); in print_menu_items()
375 dprintf(opt->output_fd, "%c%s%c", in print_menu_items()
378 dprintf(opt->output_fd, "%s", focusname); in print_menu_items()
[all …]
/freebsd/sbin/restore/
H A Drestore.c74 dprintf(stdout, "%s: not on the tape\n", name); in addfile()
175 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves()
265 dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates()
293 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
329 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
353 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
366 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates()
383 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates()
390 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
432 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
[all …]
/freebsd/sys/dev/iicbus/pmic/
H A Dfan53555.c66 #define dprintf(sc, format, arg...) \
69 #define dprintf(sc, format, arg...) macro
209 dprintf(sc, "%sabling regulator %s\n", enable ? "En" : "Dis", in fan53555_regnode_enable()
233 dprintf(sc, "Setting %s to %d<->%d uvolts\n", sc->name, min_uvolt, in fan53555_regnode_set_voltage()
241 dprintf(sc, "Regulator %s writing sel: 0x%02X\n", sc->name, sel); in fan53555_regnode_set_voltage()
245 dprintf(sc, "Regulator %s set to %d uvolt (sel: 0x%02X)\n", sc->name, in fan53555_regnode_set_voltage()
264 dprintf(sc, "Regulator %s is at %d uvolt ((sel: 0x%02X)\n", sc->name, in fan53555_regnode_get_voltage()
351 dprintf(sc, "Device ID1: 0x%02X, ID2: 0x%02X\n", id1, id2); in fan53555_reg_attach()
380 dprintf(sc->dev, "live_reg: %d, sleep_reg: %d\n", reg_sc->live_reg, in fan53555_reg_attach()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c467 dprintf(fd, "%*serror: %d\n", level * 4, "", in nvlist_dump_error_check()
493 dprintf(fd, "%*s%s (%s):", level * 4, "", nvpair_name(nvp), in nvlist_dump()
497 dprintf(fd, " null\n"); in nvlist_dump()
500 dprintf(fd, " %s\n", nvpair_get_bool(nvp) ? in nvlist_dump()
504 dprintf(fd, " %ju (%jd) (0x%jx)\n", in nvlist_dump()
510 dprintf(fd, " [%s]\n", nvpair_get_string(nvp)); in nvlist_dump()
513 dprintf(fd, "\n"); in nvlist_dump()
526 dprintf(fd, " %d\n", nvpair_get_descriptor(nvp)); in nvlist_dump()
535 dprintf(fd, " %zu ", size); in nvlist_dump()
537 dprintf(fd, "%02hhx", binary[ii]); in nvlist_dump()
[all …]
/freebsd/sys/netipsec/
H A Dipsec_offload.c238 dprintf(const char *fmt, ...) in dprintf() function
269 dprintf("driver bug ifp %s if_sa_newkey NULL\n", in ipsec_accel_sa_install_match()
286 dprintf("ipsec_accel_sa_newkey_act: ifp %s h %p spi %#x " in ipsec_accel_sa_newkey_cb()
293 dprintf("ipsec_accel_sa_install_newkey: cannot alloc " in ipsec_accel_sa_newkey_cb()
308 dprintf("ipsec_accel_sa_newkey: driver " in ipsec_accel_sa_newkey_cb()
315 dprintf("ipsec_accel_sa_newkey: driver " in ipsec_accel_sa_newkey_cb()
325 dprintf("ipsec_accel_sa_newkey: handle_sav " in ipsec_accel_sa_newkey_cb()
383 dprintf( in ipsec_accel_sa_newkey_impl()
389 dprintf("ipsec_accel_sa_install_newkey: no memory for tq, " in ipsec_accel_sa_newkey_impl()
465 dprintf("sa deinstall %s %p spi %#x ifl %#x\n", in ipsec_accel_forget_handle_sav()
[all …]
/freebsd/crypto/krb5/src/util/et/
H A Derror_message.c79 #define dprintf(X) macro
81 #define dprintf(X) printf X macro
142 dprintf(("scanning list for %x\n", table_num)); in error_message()
144 dprintf(("\t%x = %s\n", e->table->base & ERRCODE_MAX, in error_message()
155 dprintf (("found it!\n")); in error_message()
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c75 #define dprintf(...) printf(__VA_ARGS__) macro
77 #define dprintf(...) macro
193 dprintf("P%d (pid %d) started\n", depth, mypid); in child()
295 dprintf("P3 (pid %d) wrote its pid\n", mypid); in child()
307 dprintf("P%d (pid %d) exiting\n", depth, mypid); in child()
322 dprintf("P0 (pid %d) %s(collapse=%d, block_xfer=%d, full_mod=%d)\n", in do_one_shared_shadow_inval()

123456