Searched refs:DPRINT (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Ddtc-lexer.l57 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
59 #define DPRINT(fmt, ...) do { } while (0)
64 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
121 DPRINT("String: %s\n", yytext);
128 DPRINT("Keyword: /dts-v1/\n");
135 DPRINT("Keyword: /plugin/\n");
140 DPRINT("Keyword: /memreserve/\n");
146 DPRINT("Keyword: /bits/\n");
152 DPRINT("Keyword: /delete-property/\n");
153 DPRINT("<PROPNODENAM
[all...]
/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.c68 DPRINT(("hashtable_init: table_size %zu, key_size %zu, value_size %zu\n",
89 DPRINT(("hashtable_init: allocation failed\n"));
113 DPRINT(("hashtable_put: hashtable is full\n"));
118 DPRINT(("hashtable_put: calculated hash %" PRIu32 "\n", hash));
132 DPRINT(("hashtable_put: effective location is %" PRIu32
140 DPRINT(("hashtable_put: effective location is %" PRIu32 "\n", hash));
167 DPRINT(("hashtable_put: entry successfully inserted\n"));
176 DPRINT(("hashtable_put: insertion failed\n"));
193 DPRINT(("hashtable_lookup: entry found at location %" PRIu32 "\n", hash));
216 DPRINT(("hashtable_ge
[all...]
H A Dglue.h33 #define DPRINT(msg) macro
35 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/0) macro
H A Dtre-fastmatch.c154 DPRINT(("tre_fast_match: mismatch on character" CHF ", " \
170 DPRINT(("tre_fast_match: mismatch on character %c, " \
191 DPRINT(("tre_fast_match: shifting %u characters\n", shift)); \
231 DPRINT(("BC shift for char %c is %zu\n", fg->pattern[i], \
239 DPRINT(("BC shift for char %c is %zu\n", c, fg->len - i)); \
249 DPRINT(("Reverse BC shift for char %c is %d\n", fg->pattern[i], \
257 DPRINT(("Reverse BC shift for char %c is %d\n", c, i + 1)); \
297 DPRINT(("BC shift for wide char " CHF " is %d\n", fg->wpattern[i],\
306 DPRINT(("BC shift for wide char " CHF " is %d\n", wc, k)); \
327 DPRINT(("Revers
[all...]
H A Dtre-compile.c66 DPRINT(("mbrtowc: error %d: %s.\n", errno, strerror(errno)));
/freebsd-11-stable/sys/netinet/
H A Daccf_http.c79 #define DPRINT(fmt, args...) \ macro
84 #define DPRINT(fmt, args...) macro
91 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, "
187 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
190 DPRINT("short cc (%d) mbufstrncmp failed", cc);
195 DPRINT("mbufstrcmp ok");
201 DPRINT("mbufstrcmp bad");
205 DPRINT("fallout");
235 DPRINT("newline");
252 DPRINT("o
[all...]
/freebsd-11-stable/sys/dev/si/
H A Dsi.c293 DPRINT((0, DBG_AUTOBOOT, "si%d: siattach\n", unit));
304 DPRINT((0, DBG_AUTOBOOT, "si%d: type: %s paddr: %x maddr: %x\n", unit,
341 DPRINT((0, DBG_DOWNLOAD, "si%d: jet_download: nbytes %d\n",
345 DPRINT((0, DBG_DOWNLOAD,
351 DPRINT((0, DBG_DOWNLOAD, "si%d: si_download: nbytes %d\n",
469 DPRINT((0, DBG_DOWNLOAD, "si%d: ccb addr 0x%x\n", unit, modp));
472 DPRINT((0, DBG_DOWNLOAD,
478 DPRINT((0, DBG_DOWNLOAD,
484 DPRINT((0, DBG_DOWNLOAD,
490 DPRINT((
[all...]
H A Dsivar.h71 #define DPRINT(x) si_dprintf x macro
100 #define DPRINT(x) /* void */ macro
H A Dsi_isa.c71 DPRINT((0, DBG_AUTOBOOT, "si%d: probe at virtual=0x%x physical=0x%x\n",
108 DPRINT((0, DBG_AUTOBOOT|DBG_FAIL, "si%d: JET first check - 0x%x\n",
112 DPRINT((0, DBG_AUTOBOOT|DBG_FAIL, "si%d: JET second check - 0x%x\n",
117 DPRINT((0, DBG_AUTOBOOT|DBG_FAIL, "si%d: JET id check - 0x%x\n",
165 DPRINT((0, DBG_AUTOBOOT, "si%d: found type %d card, try memory test\n",
/freebsd-11-stable/sys/mips/rmi/dev/sec/
H A Drmilib.c2032 DPRINT("%s: ", desc); /* newline done in for-loop */
2036 DPRINT("\n");
2037 DPRINT(" %c%c",
2041 DPRINT("\n");
2055 DPRINT("MSG - CTL: \n");
2056 DPRINT("\t CTRL = %lld \n",
2058 DPRINT("\t CTRL LEN = %lld \n",
2060 DPRINT("\t CTRL ADDR = %llx \n\n",
2063 DPRINT("MSG - DATA: \n");
2064 DPRINT("\
[all...]
H A Drmilib.h43 #define DPRINT printf macro
45 DPRINT(fmt, ##args); \
51 #define DPRINT(fmt, args...) macro
/freebsd-11-stable/sys/dev/sound/pci/
H A Dfm801.c106 #define DPRINT if(0) printf macro
218 DPRINT("fm801 rdcd: 1 - DELAY\n");
230 DPRINT("fm801 rdcd: 2 - DELAY\n");
246 DPRINT("fm801_wrcd reg 0x%x val 0x%x\n",regno, data);
253 DPRINT("fm801 rdcd: 1 - DELAY\n");
266 DPRINT("fm801 wrcd: 2 - DELAY\n");
272 DPRINT("fm801 wrcd release reg 0x%x val 0x%x\n",regno, data);
294 DPRINT("\nfm801_intr intsrc 0x%x ", intsrc);
324 DPRINT("fm801_intr clear\n\n");
336 DPRINT("fm801ch_ini
[all...]
/freebsd-11-stable/sys/dev/cpufreq/
H A Dichss.c127 #define DPRINT(x...) printf(x)
129 #define DPRINT(x...) macro
195 DPRINT("ichss: PMBASE is %#x\n", pmbase);
338 DPRINT("ichss: requested setting %d\n", req_val);
367 DPRINT("ichss: set calibrated new rate of %d\n",
388 DPRINT("ichss: get calibrated new rate of %d\n",
/freebsd-11-stable/sys/x86/cpufreq/
H A Dsmist.c62 #define DPRINT(dev, x...) device_printf(dev, x)
64 #define DPRINT(dev, x...) macro
227 DPRINT(dev, "taking ownership over BIOS return %d\n", cb_data.result);
247 DPRINT(sc->dev, "calling GSI\n");
261 DPRINT(sc->dev, "GSI returned: eax %.8x ebx %.8x edi %.8x\n",
460 DPRINT(dev, "requested setting %d\n", req_state);
474 DPRINT(dev, "set_state return %d, tried %d times\n",
497 DPRINT(dev, "get calibrated new rate of %d\n",
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1218 # define DPRINT(x) printf x macro
1220 # define DPRINT(x) macro

Completed in 189 milliseconds