Searched refs:DPRINT (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | accf_http.c | 66 #define DPRINT(fmt, args...) \ macro 71 #define DPRINT(fmt, args...) macro 78 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, " in sbfull() 174 DPRINT("short cc (%d) but mbufstrncmp ok", cc); in sohashttpget() 177 DPRINT("short cc (%d) mbufstrncmp failed", cc); in sohashttpget() 182 DPRINT("mbufstrcmp ok"); in sohashttpget() 188 DPRINT("mbufstrcmp bad"); in sohashttpget() 192 DPRINT("fallout"); in sohashttpget() 222 DPRINT("newline"); in soparsehttpvers() 239 DPRINT("ok"); in soparsehttpvers() [all …]
|
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | ipropd_svc.c | 52 #ifdef DPRINT 53 #undef DPRINT 56 #define DPRINT(...) \ macro 64 #define DPRINT(...) macro 159 DPRINT("%s: start, last_sno=%lu\n", whoami, in iprop_get_updates_1_svc() 188 DPRINT("%s: clprinc=`%s'\n\tsvcprinc=`%s'\n", whoami, client_name, in iprop_get_updates_1_svc() 194 DPRINT("%s: PERMISSION DENIED: clprinc=`%s'\n\tsvcprinc=`%s'\n", in iprop_get_updates_1_svc() 218 DPRINT("%s: request %s %s\n\tclprinc=`%s'\n\tsvcprinc=`%s'\n", in iprop_get_updates_1_svc() 286 DPRINT("%s: start\n", whoami); in ipropx_resync() 292 DPRINT("%s: setup_gss_names failed\n", whoami); in ipropx_resync() [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() 461 DPRINT(dev, "requested setting %d\n", req_state); in smist_set() 475 DPRINT(dev, "set_state return %d, tried %d times\n", in smist_set() 498 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() 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/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 1203 # define DPRINT(x) printf x macro 1205 # define DPRINT(x) macro
|