/freebsd/sys/dev/ath/ |
H A D | if_ath_btcoex_mci.c | 220 DPRINTF(sc, ATH_DEBUG_BTCOEX, in ath_btcoex_mci_event() 235 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) BT_NOOP\n"); in ath_btcoex_mci_event() 267 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_REQ\n"); in ath_btcoex_mci_cal_msg() 274 DPRINTF(sc, ATH_DEBUG_BTCOEX, in ath_btcoex_mci_cal_msg() 281 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_DONE\n"); in ath_btcoex_mci_cal_msg() 284 DPRINTF(sc, ATH_DEBUG_BTCOEX, in ath_btcoex_mci_cal_msg() 287 DPRINTF(sc, ATH_DEBUG_BTCOEX, in ath_btcoex_mci_cal_msg() 292 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) receive BT_CAL_GRANT\n"); in ath_btcoex_mci_cal_msg() 294 DPRINTF(sc, ATH_DEBUG_BTCOEX, "(MCI) Send WLAN_CAL_DONE\n"); in ath_btcoex_mci_cal_msg() 299 DPRINTF(sc, ATH_DEBUG_BTCOEX, in ath_btcoex_mci_cal_msg() [all …]
|
H A D | if_ath_tx.c | 286 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: no buffer?\n", in ath_txfrag_setup() 349 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: m %p len %u\n", in ath_tx_dmasetup() 555 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: nframes=%d, al=%d\n", in ath_tx_setds_11n() 562 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, txrate0=%d\n", in ath_tx_setds_11n() 565 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, rix0=%d\n", in ath_tx_setds_11n() 573 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, in ath_tx_setds_11n() 679 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: end\n", __func__); in ath_tx_setds_11n() 710 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_mcast() 818 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_hw() 846 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_hw() [all …]
|
/freebsd/contrib/file/src/ |
H A D | is_json.c | 47 #define DPRINTF(a, b, c) \ macro 52 #define DPRINTF(a, b, c) do { } while (/*CONSTCOND*/0) 133 DPRINTF("Parse string: ", uc, *ucp); in json_parse_string() 166 DPRINTF("Good string: ", uc, *ucp); in json_parse_string() 174 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string() 185 DPRINTF("Parse array: ", uc, *ucp); in json_parse_array() 203 DPRINTF("Good array: ", uc, *ucp); in json_parse_array() 211 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array() 221 DPRINTF("Parse object: ", uc, *ucp); in json_parse_object() 231 DPRINTF("not string", uc, *ucp); in json_parse_object() [all …]
|
H A D | der.c | 129 #define DPRINTF(a) printf a macro 131 #define DPRINTF(a) macro 189 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l)); in getlength() 201 DPRINTF(("%s:[2] %zu + %u >= %zu\n", __func__, *p, digits, l)); in getlength() 217 DPRINTF(("%s:[3] bad len %zu + %zu >= %zu\n", in getlength() 270 DPRINTF(("%s: bad tag 1\n", __func__)); in der_offs() 273 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_offs() 278 DPRINTF(("%s: bad tag 2\n", __func__)); in der_offs() 281 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 285 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs() [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_findzonecut.c | 90 #define DPRINTF(x) do {\ macro 189 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d", in res_findzonecut2() 197 DPRINTF(("get the soa, and see if it has enough glue")); in res_findzonecut2() 204 DPRINTF(("get the ns rrset and see if it has enough glue")); in res_findzonecut2() 210 DPRINTF(("get the missing glue and see if it's finally enough")); in res_findzonecut2() 215 DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK")); in res_findzonecut2() 247 DPRINTF(("satisfy(%s): %d", mname, n)); in satisfy() 265 DPRINTF(("add_addrs: %d", n)); in add_addrs() 303 DPRINTF(("get_soa: do_query('%s', %s) failed (%d)", in get_soa() 308 DPRINTF(("get_soa: CNAME or DNAME found")); in get_soa() [all …]
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.c | 202 DPRINTF(FPE_EX, ("fpu_emulate: emulating insn %x at %p\n", in fpu_emulate() 209 DPRINTF(FPE_EX, ("fpu_emulate: SIGTRAP\n")); in fpu_emulate() 215 DPRINTF(FPE_EX, ("fpu_emulate: success\n")); in fpu_emulate() 220 DPRINTF(FPE_EX, ("fpu_emulate: SIGFPE\n")); in fpu_emulate() 225 DPRINTF(FPE_EX, ("fpu_emulate: SIGSEGV\n")); in fpu_emulate() 231 DPRINTF(FPE_EX, ("fpu_emulate: SIGILL\n")); in fpu_emulate() 317 DPRINTF(FPE_INSN, in fpu_execute() 327 DPRINTF(FPE_INSN, in fpu_execute() 349 DPRINTF(FPE_INSN, ("reg %d has %jx reg %d has %jx\n", in fpu_execute() 367 DPRINTF(FPE_INSN, ("reg %d has %jx displ %jx\n", in fpu_execute() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 48 #define DPRINTF(params) if (umouse_debug) PRINTLN params macro 351 DPRINTF(("umouse_request: port %d", sc->hci->hci_port)); in umouse_request() 359 DPRINTF(("umouse_request: port %d, type 0x%x, req 0x%x, val 0x%x, " in umouse_request() 366 DPRINTF(("umouse: (UR_GET_CONFIG, UT_READ_DEVICE)")); in umouse_request() 377 DPRINTF(("umouse: (UR_GET_DESCRIPTOR, UT_READ_DEVICE) val %x", in umouse_request() 384 DPRINTF(("umouse: (->UDESC_DEVICE) len %u ?= " in umouse_request() 401 DPRINTF(("umouse: (->UDESC_CONFIG)")); in umouse_request() 417 DPRINTF(("umouse: (->UDESC_STRING)")); in umouse_request() 460 DPRINTF(("umouse: USB3 BOS")); in umouse_request() 471 DPRINTF(("umouse: unknown(%d)->ERROR", value >> 8)); in umouse_request() [all …]
|
H A D | audio.c | 95 DPRINTF("dev_name too big"); in audio_init() 104 DPRINTF("Failed to open dev: %s, errno: %d", in audio_init() 140 DPRINTF("Incorrect audio device descriptor for %s", in audio_set_params() 149 DPRINTF("Failed to reset fd: %d, errno: %d", in audio_set_params() 160 DPRINTF("Fail to set fmt: 0x%x errno: %d", in audio_set_params() 167 DPRINTF("Mismatch format: 0x%x params->format: 0x%x", in audio_set_params() 176 DPRINTF("Fail to set channels: %d errno: %d", in audio_set_params() 183 DPRINTF("Mismatch channels: %d params->channels: %d", in audio_set_params() 192 DPRINTF("Fail to set speed: %d errno: %d", in audio_set_params() 199 DPRINTF("Mismatch rate: %d params->rate: %d", in audio_set_params() [all …]
|
H A D | pci_xhci.c | 66 #define DPRINTF(params) if (xhci_debug) PRINTLN params macro 462 DPRINTF(("pci_xhci: portregs wr offset 0x%lx, port %u: 0x%lx", in pci_xhci_portregs_write() 468 DPRINTF(("pci_xhci: portregs_write port %d > ndevices", in pci_xhci_portregs_write() 474 DPRINTF(("pci_xhci: portregs_write to unattached port %d", in pci_xhci_portregs_write() 525 DPRINTF(("Disable port %d request", port)); in pci_xhci_portregs_write() 530 DPRINTF(("Port new PLS: %d", newpls)); in pci_xhci_portregs_write() 550 DPRINTF(("Unhandled change port %d PLS %u", in pci_xhci_portregs_write() 561 DPRINTF(("pci_xhci attempted write to PORTLI, port %d", in pci_xhci_portregs_write() 572 DPRINTF(("pci_xhci: unaligned portreg write offset %#lx", in pci_xhci_portregs_write() 591 DPRINTF(("get_dev_ctx devctx_addr == 0")); in pci_xhci_get_dev_ctx() [all …]
|
/freebsd/sys/arm/ti/clk/ |
H A D | ti_gate_clock.c | 48 #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"); in register_clk() 117 DPRINTF(sc->sc_dev, "clknode_gate_register failed %x\n", err); in register_clk() 123 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 152 DPRINTF(sc->sc_dev, "no reg (TI_CLKDM_GATE_CLOCK)\n"); in ti_gate_attach() 159 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->gate_def.shift); in ti_gate_attach() 164 DPRINTF(sc->sc_dev, in ti_gate_attach() 169 DPRINTF(sc->sc_dev, "on_value = 1, off_value = 0\n"); in ti_gate_attach() 180 DPRINTF(sc->sc_dev, "num_real_clocks %x gate_def.mask %x\n", in ti_gate_attach() [all …]
|
H A D | ti_mux_clock.c | 48 #define DPRINTF(dev, msg...) device_printf(dev, msg) 50 #define DPRINTF(dev, msg...) macro 101 DPRINTF(sc->sc_dev, "Failed to create clkdom\n"); in register_clk() 107 DPRINTF(sc->sc_dev, "clknode_mux_register failed %x\n", err); in register_clk() 113 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 139 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->mux_def.shift); in ti_mux_attach() 162 DPRINTF(sc->sc_dev, "sc->clock_cell.num_real_clocks %x def.width %x\n", in ti_mux_attach() 169 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n"); in ti_mux_attach() 178 DPRINTF(sc->sc_dev, "register_clk failed\n"); in ti_mux_attach() 206 DPRINTF(sc->sc_dev, "ti_mux_new_pass find_parent_clock_names failed\n"); in ti_mux_new_pass() [all …]
|
H A D | ti_divider_clock.c | 46 #define DPRINTF(dev, msg...) device_printf(dev, msg) 48 #define DPRINTF(dev, msg...) macro 85 DPRINTF(sc->sc_dev, "Failed to create clkdom\n"); in register_clk() 91 DPRINTF(sc->sc_dev, "clknode_div_register failed %x\n", err); in register_clk() 97 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 174 DPRINTF(sc->sc_dev, "div_def.i_width %x\n", sc->div_def.i_width); in ti_divider_attach() 184 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n"); in ti_divider_attach() 193 DPRINTF(sc->sc_dev, "register_clk failed\n"); in ti_divider_attach() 227 DPRINTF(sc->sc_dev, "new_pass find_parent_clock_names failed\n"); in ti_divider_new_pass() 234 DPRINTF(sc->sc_dev, "new_pass register_clk failed\n"); in ti_divider_new_pass()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usie.c | 256 DPRINTF("Ejecting %s %s\n", in usie_autoinst() 345 DPRINTF("fwattr=%x\n", fwattr); in usie_attach() 366 DPRINTF("ifnum=%d, ifidx=%d\n", in usie_attach() 390 DPRINTF("NumEndpoints=%d bInterfaceNumber=%d\n", in usie_attach() 405 DPRINTF("usbd_transfer_setup error=%s\n", usbd_errstr(err)); in usie_attach() 428 DPRINTF("ucom_attach failed\n"); in usie_attach() 431 DPRINTF("Found %d interfaces.\n", sc->sc_nucom); in usie_attach() 452 DPRINTF("enabling automatic suspend and resume\n"); in usie_attach() 455 DPRINTF("USB power is always ON\n"); in usie_attach() 458 DPRINTF("device attached\n"); in usie_attach() [all …]
|
H A D | if_urndis.c | 243 DPRINTF("Call Mode Descriptor found, dataif=%d\n", cmd->bDataInterface); in urndis_attach() 455 DPRINTF("%s\n", usbd_errstr(err)); in urndis_ctrl_send() 475 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv() 479 DPRINTF("ctrl message error: wrong size %u > %u\n", in urndis_ctrl_recv() 492 DPRINTF("\n"); in urndis_ctrl_handle() 534 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_init() 551 DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status)); in urndis_ctrl_handle_init() 555 DPRINTF("wrong device type (current type: 0x%x)\n", in urndis_ctrl_handle_init() 560 DPRINTF("medium not 802.3 (current medium: 0x%x)\n", in urndis_ctrl_handle_init() 578 DPRINTF("le in urndis_ctrl_handle_query() [all...] |
/freebsd/sys/arm/ti/ |
H A D | ti_sysc.c | 56 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro 58 #define DPRINTF(dev, msg...) macro 244 DPRINTF(sc->dev, "clk_enable %s failed %d\n", in ti_sysc_clock_enable() 262 DPRINTF(sc->dev, "clk_enable %s failed %d\n", in ti_sysc_clock_disable() 288 DPRINTF(sc->dev, "Expect parent #address-cells=[1||2]\n"); in parse_regfields() 298 DPRINTF(sc->dev, "Expect parent #size-cells = [1||2]\n"); in parse_regfields() 341 DPRINTF(sc->dev, "reg[%s] address %#jx size %#jx\n", in parse_regfields() 365 DPRINTF(sc->dev, "Limit %s\n", name); in parse_idle() 374 DPRINTF(sc->dev, "%s[%d] = %d ", in parse_idle() 378 DPRINTF(sc->dev, "SYSC_IDLE_FORCE\n"); in parse_idle() [all …]
|
/freebsd/sys/dev/cpufreq/ |
H A D | cpufreq_dt.c | 50 #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); in cpufreq_dt_find_opp() 116 DPRINTF(dev, "Testing %ju, diff is %ju\n", sc->opp[n].freq, diff); in cpufreq_dt_find_opp() 120 DPRINTF(dev, "%ju is best for now\n", sc->opp[n].freq); in cpufreq_dt_find_opp() 124 DPRINTF(dev, "Will use %ju\n", sc->opp[best_n].freq); in cpufreq_dt_find_opp() 150 DPRINTF(dev, "cpufreq_dt_get\n"); in cpufreq_dt_get() 162 DPRINTF(dev, "Current freq %dMhz\n", set->freq); in cpufreq_dt_get() 176 DPRINTF(dev, "Working on cpu %d\n", sc->cpu); in cpufreq_dt_set() 177 DPRINTF(dev, "We have %d cpu on this dev\n", CPU_COUNT(&sc->cpus)); in cpufreq_dt_set() [all …]
|
/freebsd/sys/kern/ |
H A D | sysv_msg.c | 100 #define DPRINTF(a) printf a macro 102 #define DPRINTF(a) (void)0 macro 239 DPRINTF(("msginfo.msgssz=%d (0x%x)\n", msginfo.msgssz, in msginit() 245 DPRINTF(("msginfo.msgseg=%d\n", msginfo.msgseg)); in msginit() 485 DPRINTF(("call to msgctl(%d, %d, %p)\n", msqid, cmd, uap->buf)); in sys_msgctl() 511 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix, in kern_msgctl() 520 DPRINTF(("no such msqid\n")); in kern_msgctl() 525 DPRINTF(("wrong sequence number\n")); in kern_msgctl() 532 DPRINTF(("requester can't see prison\n")); in kern_msgctl() 587 DPRINTF(("can't increase msg_qbytes beyond %d" in kern_msgctl() [all …]
|
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 63 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; } macro 66 #define DPRINTF(l,x) macro 479 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path)); in add_file() 484 DPRINTF(1, (stderr, "adding file \"%s\"\n", path)); in add_file() 501 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path)); in add_file() 528 DPRINTF(2, (stderr, "path = \"%s\"\n", path)); in add_file() 652 DPRINTF(1, (stderr, "adding \"%s\" because of -a\n", offensive)); in all_forts() 700 DPRINTF(1, (stderr, "adding dir \"%s\"\n", fp->path)); in add_dir() 757 DPRINTF(2, (stderr, "is_fortfile(%s) returns ", file)); in is_fortfile() 766 DPRINTF(2, (stderr, "FALSE (offending file)\n")); in is_fortfile() [all …]
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 75 #define DPRINTF(sc, ...) DPRINTFN(sc, 1, __VA_ARGS__) macro 78 #define DPRINTF(...) do {} while (0) macro 294 DPRINTF(sc, "input report too big. requested=%d " in iichid_cmd_read() 330 DPRINTF(sc, "HID command I2C_HID_CMD_WRITE (len %d): " in iichid_cmd_write() 351 DPRINTF(sc, "HID command I2C_HID_CMD_DESCR at 0x%x\n", config_reg); in iichid_cmd_get_hid_desc() 357 DPRINTF(sc, "HID descriptor: %*D\n", in iichid_cmd_get_hid_desc() 372 DPRINTF(sc, "HID command I2C_HID_CMD_SET_POWER(%d)\n", param); in iichid_set_power() 386 DPRINTF(sc, "HID command I2C_HID_CMD_RESET\n"); in iichid_reset() 402 DPRINTF(sc, "HID command I2C_HID_REPORT_DESCR at 0x%x with size %d\n", in iichid_cmd_get_report_desc() 409 DPRINTF(sc, "HID report descriptor: %*D\n", len, buf, " "); in iichid_cmd_get_report_desc() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_dns_server.c | 67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro 69 #define DPRINTF(...) macro 350 DPRINTF("Too short %zd\n", nrecv); in main() 354 DPRINTF("Not a query 0x%x\n", buf[2]); in main() 358 DPRINTF("QCOUNT is not 1 0x%x 0x%x\n", buf[4], buf[5]); in main() 367 DPRINTF("no match name %s != %s\n", in main() 372 DPRINTF("match name %s\n", in main() 378 DPRINTF("no match name 0x%x != 0x%x\n", in main() 382 DPRINTF("match type 0x%x\n", qtype); in main() 386 DPRINTF("no match class %d != 1\n", qclass); in main() [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am3359_cppi41.c | 51 #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); in ti_am3359_cppi41_write_4() 103 DPRINTF(sc->dev, "offset=%lx Read %x\n", addr, val); in ti_am3359_cppi41_read_4() 144 DPRINTF(dev, "-- RESET USB --\n"); in ti_am3359_cppi41_attach() 148 DPRINTF(dev, "Dont have reset bit\n"); in ti_am3359_cppi41_attach() 152 DPRINTF(dev, "sysc_address %x\n", sysc_address); in ti_am3359_cppi41_attach() 157 DPRINTF(dev, "Reset still ongoing - wait a little bit longer\n"); in ti_am3359_cppi41_attach()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 186 DPRINTF(("%s: unsupported authentication algorithm %u\n", in ah_init0() 198 DPRINTF(("%s: replay state block inconsistency, " in ah_init0() 205 DPRINTF(("%s: no authentication key for %s algorithm\n", in ah_init0() 211 DPRINTF(("%s: invalid keylength %d, algorithm %s requires " in ah_init0() 290 DPRINTF(("%s: m_pullup failed\n", __func__)); in ah_massage_headers() 310 DPRINTF(("%s: illegal IPv4 option length for " in ah_massage_headers() 333 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 348 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 374 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 390 DPRINTF(("%s: malformed IPv4 options header\n", in ah_massage_headers() [all …]
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 440 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__); in iwn_attach() 718 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__); in iwn_attach() 731 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__); in iwn_attach() 1223 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn4965_attach() 1258 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn4965_attach() 1266 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn5000_attach() 1296 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn5000_attach() 1306 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_radiotap_attach() 1312 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__); in iwn_radiotap_attach() 1399 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_detach() [all …]
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | 113 #define DPRINTF(lvl, a) \ macro 149 DPRINTF(GUZ_DBG_INFO, ("%s: %d requests, %d cached\n", in g_uzip_softc_free() 191 DPRINTF(GUZ_DBG_IO, ("%s/%s: %p: offset=%jd: got %jd bytes " in g_uzip_cached() 262 DPRINTF(GUZ_DBG_IO, ("%s/%s: %p: all done returning %ju " in g_uzip_request() 302 DPRINTF(GUZ_DBG_IO, ("%s/%s: bp2->bio_length = %jd, " in g_uzip_request() 389 DPRINTF(GUZ_DBG_IO, ("%s/%s: %p/%ju: data2=%p, ulen=%u, " in g_uzip_do() 417 DPRINTF(GUZ_DBG_ERR, ("%s/%s: decompress" in g_uzip_do() 429 DPRINTF(GUZ_DBG_ERR, ("%s/%s: rewind(%p) " in g_uzip_do() 465 DPRINTF(GUZ_DBG_IO, ("%s/%s: %p: cmd=%d, offset=%jd, length=%jd, " in g_uzip_start() 596 DPRINTF(GUZ_DBG_ERR, ("%s: cannot match " in g_uzip_parse_toc() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 701 DPRINTF(2, ("receive: drop: RES_IGNORE\n")); in receive() 707 DPRINTF(2, ("receive: drop: !mode7 or RES_NOQUERY\n")); in receive() 716 DPRINTF(2, ("receive: drop: RES_NOQUERY\n")); in receive() 724 DPRINTF(2, ("receive: drop: RES_DONTSERVE\n")); in receive() 744 DPRINTF(1, ("receive: at %ld %s<-%s ippeerlimit %d mode %d iflags %s " in receive() 759 DPRINTF(2, ("receive: drop: RES_FLAKE\n")); in receive() 787 DPRINTF(2, ("receive: drop: RES_VERSION\n")); in receive() 802 DPRINTF(2, ("receive: drop: MODE_UNSPEC\n")); in receive() 825 DPRINTF(2, ("receive: drop: Invalid ppoll (%d) from %s\n", in receive() 830 DPRINTF(2, ("receive: info: Invalid ppoll (%d) from %s\n", in receive() [all …]
|