Searched refs:DPRINT (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/dtc/ |
| H A D | dtc-lexer.l | 128 DPRINT("Keyword: /dts-v1/\n"); 135 DPRINT("Keyword: /plugin/\n"); 146 DPRINT("Keyword: /bits/\n"); 153 DPRINT("<PROPNODENAME>\n"); 160 DPRINT("<PROPNODENAME>\n"); 166 DPRINT("Label: %s\n", yytext); 216 DPRINT("Ref: %s\n", yytext+1); 235 DPRINT("/BYTESTRING\n"); 249 DPRINT("Binary Include\n"); 270 DPRINT("<BYTESTRING>\n"); [all …]
|
| /freebsd-12.1/sys/netinet/ |
| H A D | accf_http.c | 86 #define DPRINT(fmt, args...) macro 197 DPRINT("mbufstrcmp ok"); in sohashttpget() 207 DPRINT("fallout"); in sohashttpget() 237 DPRINT("newline"); in soparsehttpvers() 254 DPRINT("ok"); in soparsehttpvers() 257 DPRINT("bad"); in soparsehttpvers() 263 DPRINT("ok"); in soparsehttpvers() 267 DPRINT("bad"); in soparsehttpvers() 275 DPRINT("readmore"); in soparsehttpvers() 284 DPRINT("fallout"); in soparsehttpvers() [all …]
|
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | fm801.c | 108 #define DPRINT if(0) printf macro 220 DPRINT("fm801 rdcd: 1 - DELAY\n"); in fm801_rdcd() 232 DPRINT("fm801 rdcd: 2 - DELAY\n"); in fm801_rdcd() 255 DPRINT("fm801 rdcd: 1 - DELAY\n"); in fm801_wrcd() 268 DPRINT("fm801 wrcd: 2 - DELAY\n"); in fm801_wrcd() 296 DPRINT("\nfm801_intr intsrc 0x%x ", intsrc); in fm801_intr() 326 DPRINT("fm801_intr clear\n\n"); in fm801_intr() 338 DPRINT("fm801ch_init, direction = %d\n", dir); in fm801ch_init() 451 DPRINT("fm801ch_trigger go %d , ", go); in fm801ch_trigger() 571 DPRINT("FM801 init Ok\n"); in fm801_init() [all …]
|
| /freebsd-12.1/sys/x86/cpufreq/ |
| H A D | smist.c | 64 #define DPRINT(dev, x...) device_printf(dev, x) 66 #define DPRINT(dev, x...) macro 229 DPRINT(dev, "taking ownership over BIOS return %d\n", cb_data.result); in set_ownership() 249 DPRINT(sc->dev, "calling GSI\n"); in getset_state() 263 DPRINT(sc->dev, "GSI returned: eax %.8x ebx %.8x edi %.8x\n", in getset_state() 462 DPRINT(dev, "requested setting %d\n", req_state); in smist_set() 476 DPRINT(dev, "set_state return %d, tried %d times\n", in smist_set() 499 DPRINT(dev, "get calibrated new rate of %d\n", in smist_get()
|
| /freebsd-12.1/sys/dev/cpufreq/ |
| H A D | ichss.c | 129 #define DPRINT(x...) printf(x) 131 #define DPRINT(x...) macro 197 DPRINT("ichss: PMBASE is %#x\n", pmbase); in ichss_identify() 340 DPRINT("ichss: requested setting %d\n", req_val); in ichss_set() 369 DPRINT("ichss: set calibrated new rate of %d\n", in ichss_set() 390 DPRINT("ichss: get calibrated new rate of %d\n", in ichss_get()
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1244 # define DPRINT(x) printf x macro 1246 # define DPRINT(x) macro
|