Searched refs:DPRINT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | accf_http.c | 67 #define DPRINT(fmt, args...) \ macro 72 #define DPRINT(fmt, args...) macro 79 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, " in sbfull() 175 DPRINT("short cc (%d) but mbufstrncmp ok", cc); in sohashttpget() 178 DPRINT("short cc (%d) mbufstrncmp failed", cc); in sohashttpget() 183 DPRINT("mbufstrcmp ok"); in sohashttpget() 189 DPRINT("mbufstrcmp bad"); in sohashttpget() 193 DPRINT("fallout"); in sohashttpget() 223 DPRINT("newline"); in soparsehttpvers() 240 DPRINT("ok"); in soparsehttpvers() [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | fm801.c | 104 #define DPRINT if(0) printf macro 216 DPRINT("fm801 rdcd: 1 - DELAY\n"); in fm801_rdcd() 228 DPRINT("fm801 rdcd: 2 - DELAY\n"); in fm801_rdcd() 244 DPRINT("fm801_wrcd reg 0x%x val 0x%x\n",regno, data); in fm801_wrcd() 251 DPRINT("fm801 rdcd: 1 - DELAY\n"); in fm801_wrcd() 264 DPRINT("fm801 wrcd: 2 - DELAY\n"); in fm801_wrcd() 270 DPRINT("fm801 wrcd release reg 0x%x val 0x%x\n",regno, data); in fm801_wrcd() 292 DPRINT("\nfm801_intr intsrc 0x%x ", intsrc); in fm801_intr() 322 DPRINT("fm801_intr clear\n\n"); in fm801_intr() 334 DPRINT("fm801ch_init, direction = %d\n", dir); in fm801ch_init() [all …]
|
/freebsd/sys/x86/cpufreq/ |
H A D | smist.c | 62 #define DPRINT(dev, x...) device_printf(dev, x) 64 #define DPRINT(dev, x...) macro 225 DPRINT(dev, "taking ownership over BIOS return %d\n", cb_data.result); in set_ownership() 245 DPRINT(sc->dev, "calling GSI\n"); in getset_state() 259 DPRINT(sc->dev, "GSI returned: eax %.8x ebx %.8x edi %.8x\n", in getset_state() 459 DPRINT(dev, "requested setting %d\n", req_state); in smist_set() 473 DPRINT(dev, "set_state return %d, tried %d times\n", in smist_set() 496 DPRINT(dev, "get calibrated new rate of %d\n", in smist_get()
|
/freebsd/sys/dev/cpufreq/ |
H A D | ichss.c | 127 #define DPRINT(x...) printf(x) 129 #define DPRINT(x...) macro 195 DPRINT("ichss: PMBASE is %#x\n", pmbase); in ichss_identify() 338 DPRINT("ichss: requested setting %d\n", req_val); in ichss_set() 367 DPRINT("ichss: set calibrated new rate of %d\n", in ichss_set() 388 DPRINT("ichss: get calibrated new rate of %d\n", in ichss_get()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1203 # define DPRINT(x) printf x macro 1205 # define DPRINT(x) macro
|