Searched refs:DPRINTF (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/sound/macio/
H A Daoa.h32 #define DPRINTF(x) /* nothing */ macro
34 #define DPRINTF(x) printf x macro
/freebsd-current/sys/dev/ath/
H A Dif_ath_btcoex_mci.c220 DPRINTF(sc, ATH_DEBUG_BTCOEX,
235 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) BT_NOOP\n");
267 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_REQ\n");
274 DPRINTF(sc, ATH_DEBUG_BTCOEX,
281 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_DONE\n");
284 DPRINTF(sc, ATH_DEBUG_BTCOEX,
287 DPRINTF(sc, ATH_DEBUG_BTCOEX,
292 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_GRANT\n");
294 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) Send WLAN_CAL_DONE\n");
299 DPRINTF(s
[all...]
H A Dif_ath_tx.c286 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: no buffer?\n",
349 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: m %p len %u\n",
555 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: nframes=%d, al=%d\n",
562 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, txrate0=%d\n",
565 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, rix0=%d\n",
573 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR,
679 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: end\n", __func__);
710 DPRINTF(sc, ATH_DEBUG_XMIT,
818 DPRINTF(sc, ATH_DEBUG_XMIT,
846 DPRINTF(s
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Daudio.c95 DPRINTF("dev_name too big");
104 DPRINTF("Failed to open dev: %s, errno: %d",
140 DPRINTF("Incorrect audio device descriptor for %s",
149 DPRINTF("Failed to reset fd: %d, errno: %d",
160 DPRINTF("Fail to set fmt: 0x%x errno: %d",
167 DPRINTF("Mismatch format: 0x%x params->format: 0x%x",
176 DPRINTF("Fail to set channels: %d errno: %d",
183 DPRINTF("Mismatch channels: %d params->channels: %d",
192 DPRINTF("Fail to set speed: %d errno: %d",
199 DPRINTF("Mismatc
[all...]
H A Dusb_mouse.c48 #define DPRINTF(params) if (umouse_debug) PRINTLN params macro
351 DPRINTF(("umouse_request: port %d", sc->hci->hci_port));
359 DPRINTF(("umouse_request: port %d, type 0x%x, req 0x%x, val 0x%x, "
366 DPRINTF(("umouse: (UR_GET_CONFIG, UT_READ_DEVICE)"));
377 DPRINTF(("umouse: (UR_GET_DESCRIPTOR, UT_READ_DEVICE) val %x",
384 DPRINTF(("umouse: (->UDESC_DEVICE) len %u ?= "
401 DPRINTF(("umouse: (->UDESC_CONFIG)"));
417 DPRINTF(("umouse: (->UDESC_STRING)"));
460 DPRINTF(("umouse: USB3 BOS"));
471 DPRINTF(("umous
[all...]
/freebsd-current/contrib/file/src/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ macro
52 #define DPRINTF(a, b, c) do { } while (/*CONSTCOND*/0)
133 DPRINTF("Parse string: ", uc, *ucp);
166 DPRINTF("Good string: ", uc, *ucp);
174 DPRINTF("Bad string: ", uc, *ucp);
185 DPRINTF("Parse array: ", uc, *ucp);
203 DPRINTF("Good array: ", uc, *ucp);
211 DPRINTF("Bad array: ", uc, *ucp);
221 DPRINTF("Parse object: ", uc, *ucp);
231 DPRINTF("no
[all...]
H A Dder.c129 #define DPRINTF(a) printf a macro
131 #define DPRINTF(a) macro
189 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l));
201 DPRINTF(("%s:[2] %zu + %u >= %zu\n", __func__, *p, digits, l));
217 DPRINTF(("%s:[3] bad len %zu + %zu >= %zu\n",
270 DPRINTF(("%s: bad tag 1\n", __func__));
273 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset,
278 DPRINTF(("%s: bad tag 2\n", __func__));
281 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset,
285 DPRINTF(("cont_leve
[all...]
/freebsd-current/lib/libc/resolv/
H A Dres_findzonecut.c90 #define DPRINTF(x) do {\ macro
189 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d",
197 DPRINTF(("get the soa, and see if it has enough glue"));
204 DPRINTF(("get the ns rrset and see if it has enough glue"));
210 DPRINTF(("get the missing glue and see if it's finally enough"));
215 DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK"));
247 DPRINTF(("satisfy(%s): %d", mname, n));
265 DPRINTF(("add_addrs: %d", n));
303 DPRINTF(("get_soa: do_query('%s', %s) failed (%d)",
308 DPRINTF(("get_so
[all...]
H A Dres_update.c84 #define DPRINTF(x) do {\ macro
104 DPRINTF(("malloc failed"));
120 DPRINTF(("res_findzonecut failed (%d)", nscnt));
133 DPRINTF(("malloc failed"));
151 DPRINTF(("res_mkupdrec failed"));
160 DPRINTF(("res_mkupdate -> %d", n));
171 DPRINTF(("TSIG is not supported\n"));
181 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
/freebsd-current/sys/arm/ti/clk/
H A Dti_gate_clock.c48 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro
50 #define DPRINTF(dev, msg...) macro
111 DPRINTF(sc->sc_dev, "Failed to create clkdom\n");
117 DPRINTF(sc->sc_dev, "clknode_gate_register failed %x\n", err);
123 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err);
152 DPRINTF(sc->sc_dev, "no reg (TI_CLKDM_GATE_CLOCK)\n");
159 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->gate_def.shift);
164 DPRINTF(sc->sc_dev,
169 DPRINTF(sc->sc_dev, "on_value = 1, off_value = 0\n");
180 DPRINTF(s
[all...]
H A Dti_mux_clock.c48 #define DPRINTF(dev, msg...) device_printf(dev, msg)
50 #define DPRINTF(dev, msg...) macro
101 DPRINTF(sc->sc_dev, "Failed to create clkdom\n");
107 DPRINTF(sc->sc_dev, "clknode_mux_register failed %x\n", err);
113 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err);
139 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->mux_def.shift);
162 DPRINTF(sc->sc_dev, "sc->clock_cell.num_real_clocks %x def.width %x\n",
169 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n");
177 DPRINTF(sc->sc_dev, "register_clk failed\n");
203 DPRINTF(s
[all...]
H A Dti_divider_clock.c46 #define DPRINTF(dev, msg...) device_printf(dev, msg)
48 #define DPRINTF(dev, msg...) macro
85 DPRINTF(sc->sc_dev, "Failed to create clkdom\n");
91 DPRINTF(sc->sc_dev, "clknode_div_register failed %x\n", err);
97 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err);
174 DPRINTF(sc->sc_dev, "div_def.i_width %x\n", sc->div_def.i_width);
184 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n");
192 DPRINTF(sc->sc_dev, "register_clk failed\n");
224 DPRINTF(sc->sc_dev, "new_pass find_parent_clock_names failed\n");
231 DPRINTF(s
[all...]
/freebsd-current/lib/libproc/
H A D_libproc.h82 #define DPRINTF(...) warn(__VA_ARGS__) macro
85 #define DPRINTF(...) do { } while (0) macro
/freebsd-current/stand/efi/boot1/
H A Dboot_module.h37 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
40 #define DPRINTF(fmt, ...) {} macro
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_debug.h60 #define DPRINTF(sc, m, fmt, ...) do { \ macro
65 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
/freebsd-current/sys/dev/usb/
H A Dusb_debug.h45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
48 #define DPRINTF(...) do { } while (0) macro
/freebsd-current/sys/arm/ti/am335x/
H A Dam3359_cppi41.c51 #define DPRINTF(dev, msg...) device_printf(dev, msg)
53 #define DPRINTF(dev, msg...) macro
85 DPRINTF(sc->dev, "offset=%lx write %x\n", addr, val);
103 DPRINTF(sc->dev, "offset=%lx Read %x\n", addr, val);
144 DPRINTF(dev, "-- RESET USB --\n");
148 DPRINTF(dev, "Dont have reset bit\n");
152 DPRINTF(dev, "sysc_address %x\n", sysc_address);
157 DPRINTF(dev, "Reset still ongoing - wait a little bit longer\n");
/freebsd-current/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
350 DPRINTF("Too short %zd\n", nrecv);
354 DPRINTF("Not a query 0x%x\n", buf[2]);
358 DPRINTF("QCOUNT is not 1 0x%x 0x%x\n", buf[4], buf[5]);
367 DPRINTF("no match name %s != %s\n",
372 DPRINTF("match name %s\n",
378 DPRINTF("no match name 0x%x != 0x%x\n",
382 DPRINTF("match type 0x%x\n", qtype);
386 DPRINTF("n
[all...]
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c50 #define DPRINTF(fmt, ...) do { \ macro
55 #define DPRINTF(fmt, ...) macro
83 DPRINTF("platform_mp_setmaxid\n");
89 DPRINTF("mp_maxid=%d\n", mp_maxid);
98 DPRINTF("platform_mp_start_ap\n");
/freebsd-current/sys/powerpc/fpu/
H A Dfpu_emu.c202 DPRINTF(FPE_EX, ("fpu_emulate: emulating insn %x at %p\n",
209 DPRINTF(FPE_EX, ("fpu_emulate: SIGTRAP\n"));
215 DPRINTF(FPE_EX, ("fpu_emulate: success\n"));
220 DPRINTF(FPE_EX, ("fpu_emulate: SIGFPE\n"));
225 DPRINTF(FPE_EX, ("fpu_emulate: SIGSEGV\n"));
231 DPRINTF(FPE_EX, ("fpu_emulate: SIGILL\n"));
317 DPRINTF(FPE_INSN,
327 DPRINTF(FPE_INSN,
349 DPRINTF(FPE_INSN, ("reg %d has %jx reg %d has %jx\n",
367 DPRINTF(FPE_INS
[all...]
/freebsd-current/sys/dev/usb/net/
H A Dif_urndis.c243 DPRINTF("Call Mode Descriptor found, dataif=%d\n", cmd->bDataInterface);
455 DPRINTF("%s\n", usbd_errstr(err));
475 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type),
479 DPRINTF("ctrl message error: wrong size %u > %u\n",
492 DPRINTF("\n");
534 DPRINTF("len %u rid %u status 0x%x "
551 DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status));
555 DPRINTF("wrong device type (current type: 0x%x)\n",
560 DPRINTF("medium not 802.3 (current medium: 0x%x)\n",
578 DPRINTF("le
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
89 DPRINTF("put %zu %zu %#x\n",
111 DPRINTF("get %zu %zu %#x\n",
142 DPRINTF("del %zu %zu %#x\n",
171 DPRINTF("get2 %zu %zu %#x\n",
/freebsd-current/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c80 DPRINTF(sc, ARSWITCH_DBG_PHYIO,
98 DPRINTF(sc, ARSWITCH_DBG_PHYIO,
146 DPRINTF(sc, ARSWITCH_DBG_ANY,
155 DPRINTF(sc, ARSWITCH_DBG_PHYIO,
164 DPRINTF(sc, ARSWITCH_DBG_PHYIO,
208 DPRINTF(sc, ARSWITCH_DBG_PHYIO,
/freebsd-current/sys/dev/cpufreq/
H A Dcpufreq_dt.c50 #define DPRINTF(dev, msg...) device_printf(dev, "cpufreq_dt: " msg);
52 #define DPRINTF(dev, msg...) macro
113 DPRINTF(dev, "Looking for freq %ju\n", freq);
116 DPRINTF(dev, "Testing %ju, diff is %ju\n", sc->opp[n].freq, diff);
120 DPRINTF(dev, "%ju is best for now\n", sc->opp[n].freq);
124 DPRINTF(dev, "Will use %ju\n", sc->opp[best_n].freq);
150 DPRINTF(dev, "cpufreq_dt_get\n");
162 DPRINTF(dev, "Current freq %dMhz\n", set->freq);
176 DPRINTF(dev, "Working on cpu %d\n", sc->cpu);
177 DPRINTF(de
[all...]
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.h32 #define DPRINTF(mask, fmt, ...) \ macro

Completed in 270 milliseconds

1234567891011>>