Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 25 of 32) sorted by relevance

12

/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c208 DPRINTF("Call Mode Descriptor found, dataif=%d\n", cmd->bDataInterface); in urndis_attach()
429 DPRINTF("%s\n", usbd_errstr(err)); in urndis_ctrl_send()
449 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
453 DPRINTF("ctrl message error: wrong size %u > %u\n", in urndis_ctrl_recv()
466 DPRINTF("\n"); in urndis_ctrl_handle()
509 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_init()
526 DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status)); in urndis_ctrl_handle_init()
530 DPRINTF("wrong device type (current type: 0x%x)\n", in urndis_ctrl_handle_init()
535 DPRINTF("medium not 802.3 (current medium: 0x%x)\n", in urndis_ctrl_handle_init()
553 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_query()
[all …]
Dif_axge.c307 DPRINTF("reset failed (ignored)\n"); in axge_reset()
469 DPRINTF("bulk read error, %s\n", usbd_errstr(error)); in axge_bulk_read_callback()
543 DPRINTF("End of packet headers\n"); in axge_rx_frame()
547 DPRINTF("Data position reached end\n"); in axge_rx_frame()
555 DPRINTF("Dropped a packet\n"); in axge_rx_frame()
560 DPRINTF("Invalid packet pos=%d len=%d\n", in axge_rx_frame()
Dif_cdce.c875 DPRINTF("received %u bytes in %u frames\n", actlen, aframes); in cdce_bulk_read_callback()
922 DPRINTF("error = %s\n",usbd_errstr(error)); in cdce_bulk_read_callback()
951 DPRINTF("cdce_intr_read_callback Received %d bytes\n", actlen); in cdce_intr_read_callback()
988 DPRINTF("Transferred %d bytes\n", actlen); in cdce_intr_write_callback()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Ddebug.h13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro
15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname))
16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname))
18 DPRINTF(F, ("%s() returning status = %d\n", fname, S))
44 #define DPRINTF(F,X) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c251 DPRINTF("\n"); in xhci_reset_command_queue_locked()
255 DPRINTF("Command ring running\n"); in xhci_reset_command_queue_locked()
277 DPRINTF("Comand ring still running\n"); in xhci_reset_command_queue_locked()
293 DPRINTF("CRCR=0x%016llx\n", (unsigned long long)addr); in xhci_reset_command_queue_locked()
317 DPRINTF("\n"); in xhci_start_controller()
342 DPRINTF("CONFIG=0x%08x -> 0x%08x\n", in xhci_start_controller()
383 DPRINTF("ERSTSZ=0x%08x -> 0x%08x\n", in xhci_start_controller()
407 DPRINTF("ERDP(0)=0x%016llx\n", (unsigned long long)addr); in xhci_start_controller()
414 DPRINTF("ERSTBA(0)=0x%016llx\n", (unsigned long long)addr); in xhci_start_controller()
428 DPRINTF("CRCR=0x%016llx\n", (unsigned long long)addr); in xhci_start_controller()
[all …]
Dusb_controller.c92 DPRINTF("\n"); in usb_probe()
101 DPRINTF("Releasing root mount hold %p\n", bus->bus_roothold); in usb_root_mount_rel()
122 DPRINTF("\n"); in usb_attach()
156 DPRINTF("\n"); in usb_detach()
218 DPRINTF("\n"); in usb_suspend()
246 DPRINTF("\n"); in usb_resume()
274 DPRINTF("\n"); in usb_bus_reset_async_locked()
278 DPRINTF("Reset already pending\n"); in usb_bus_reset_async_locked()
296 DPRINTF("\n"); in usb_shutdown()
303 DPRINTF("%s: Controller shutdown\n", device_get_nameunit(bus->bdev)); in usb_shutdown()
[all …]
Dehci.c197 DPRINTF("cparams=0x%x\n", cparams); in ehci_init_sub()
200 DPRINTF("HCC uses 64-bit structures\n"); in ehci_init_sub()
255 DPRINTF("start\n"); in ehci_init()
277 DPRINTF("sparams=0x%x\n", sparams); in ehci_init()
283 DPRINTF("%s: resetting\n", in ehci_init()
509 DPRINTF("reset failed!\n"); in ehci_detach()
522 DPRINTF("stopping the HC\n"); in ehci_suspend()
1069 DPRINTF("Invalid status length, " in ehci_non_isoc_done_sub()
1470 DPRINTF("xfer=%p\n", xfer); in ehci_timeout()
1880 DPRINTF("nexttog=%d; data before transfer:\n", in ehci_setup_standard_chain()
[all …]
Dehci_pci.c246 DPRINTF("hiehci_init"); in hiehci_init()
253 DPRINTF("hiehci_exit"); in hiehci_exit()
Dxhci_pci.c243 DPRINTF("hixhci_init"); in hixhci_init()
250 DPRINTF("hixhci_exit"); in hixhci_exit()
/third_party/uboot/u-boot-2020.01/drivers/rtc/
Dds1302.c31 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro
38 # define DPRINTF(x,args...) macro
155 DPRINTF("READ 0x%x bytes @ 0x%x [ ", count, addr); in read_ser_drv()
176 DPRINTF("WRITE 0x%x bytes @ 0x%x [ ", count, addr); in write_ser_drv()
196 DPRINTF("init\n"); in rtc_init()
242 DPRINTF("init done\n"); in rtc_init()
281 DPRINTF("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_get()
295 DPRINTF("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_set()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c328 DPRINTF("TT buffer reset\n"); in uhub_reset_tt_callback()
366 DPRINTF("TT buffer reset failed (%s)\n", usbd_errstr(error)); in uhub_reset_tt_callback()
424 DPRINTF("Unconfigure failed: %s: Ignored.\n", in uhub_explore_handle_re_enumerate()
471 DPRINTF("Configure failed: %s: Ignored.\n", in uhub_explore_handle_re_enumerate()
667 DPRINTF("reattaching port %d\n", portno); in uhub_reattach_port()
739 DPRINTF("WARNING: strange, connected port %d " in uhub_reattach_port()
747 DPRINTF("Port %d is in Host Mode\n", portno); in uhub_reattach_port()
755 DPRINTF("Port %d was still " in uhub_reattach_port()
795 DPRINTF("Port %d is in Device Mode\n", portno); in uhub_reattach_port()
943 DPRINTF("port %d\n", portno); in uhub_suspend_resume_port()
[all …]
Dusb_handle_request.c136 DPRINTF("set config %d failed\n", conf_no); in usb_handle_set_config()
141 DPRINTF("probe and attach failed\n"); in usb_handle_set_config()
283 DPRINTF("alt setting does not exist %s\n", in usb_handle_iface_request()
289 DPRINTF("alt setting failed %s\n", in usb_handle_iface_request()
501 DPRINTF("req 0x%02x 0x%02x 0x%04x 0x%04x " in usb_handle_request()
759 DPRINTF("success\n"); in usb_handle_request()
763 DPRINTF("%s\n", (state != USB_HR_NOT_COMPLETE) ? in usb_handle_request()
768 DPRINTF("bad context\n"); in usb_handle_request()
Dusb_debug.h46 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
48 #define DPRINTF(...) do { } while (0) macro
Dusb_request.c176 DPRINTF("st=%u\n", USB_GET_STATE(xfer)); in usbd_do_request_callback()
277 DPRINTF("Clear stall failed.\n"); in usb_do_clear_stall_callback()
290 DPRINTF("Trying to re-enumerate.\n"); in usb_do_clear_stall_callback()
295 DPRINTF("Trying to re-enumerate.\n"); in usb_do_clear_stall_callback()
412 DPRINTF("usb device has gone\n"); in usbd_do_request_flags()
439 DPRINTF("Handle Request function is set\n"); in usbd_do_request_flags()
691 DPRINTF("I/O error - waiting a bit for TT cleanup\n"); in usbd_do_request_flags()
761 DPRINTF("\n"); in usbd_req_reset_port()
865 DPRINTF("\n"); in usbd_req_warm_reset_port()
880 DPRINTF("Wrong state for warm reset\n"); in usbd_req_warm_reset_port()
[all …]
Dusb_process.c126 DPRINTF("Message pm=%p, cb=%p (enter)\n", in usb_process_thread()
139 DPRINTF("Message pm=%p (leave)\n", pm); in usb_process_thread()
331 DPRINTF(" t=%u, num=%u\n", t, up->up_msg_num); in usb_proc_msignal()
458 DPRINTF("WARNING: Someone is waiting " in usb_proc_drain()
Dusb_device.c400 DPRINTF("Refcount = %d\n", (int)udev->refcount); in usb_wait_pending_refs()
546 DPRINTF("status=0x%04x \n", in usbd_set_config_index()
551 DPRINTF("udev=%p cdesc=%p (addr %d) cno=%d attr=0x%02x, " in usbd_set_config_index()
602 DPRINTF("error=%s\n", usbd_errstr(err)); in usbd_set_config_index()
746 DPRINTF("Endpoint limit reached\n"); in usb_config_parse()
915 DPRINTF("Cannot find endpoint\n"); in usbd_set_endpoint_stall()
932 DPRINTF("Invalid endpoint\n"); in usbd_set_endpoint_stall()
944 DPRINTF("No change\n"); in usbd_set_endpoint_stall()
1271 DPRINTF("udev == NULL\n"); in usb_probe_and_attach()
1492 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, " in usb_alloc_device()
[all …]
Dusb_transfer.c913 DPRINTF("invalid bufsize\n"); in usbd_transfer_setup()
917 DPRINTF("no callback\n"); in usbd_transfer_setup()
1524 DPRINTF("Misconfigured transfer\n"); in usbd_setup_ctrl_transfer()
1619 DPRINTF("xfer=%p, endpoint=%p, nframes=%d, dir=%s\n", in usbd_transfer_submit()
1640 DPRINTF("open\n"); in usbd_transfer_submit()
1702 DPRINTF("xfer=%p nframes=0: stall " in usbd_transfer_submit()
1812 DPRINTF("enter\n"); in usbd_pipe_enter()
1918 DPRINTF("close\n"); in usbd_transfer_stop()
1930 DPRINTF("close\n"); in usbd_transfer_stop()
2500 DPRINTF("err=%s\n", usbd_errstr(error)); in usbd_transfer_done()
[all …]
Dusb_parse.c136 DPRINTF("Interface limit reached\n"); in usb_idesc_foreach()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c166 DPRINTF("%s type = %u, code = %u, value = %d\n", input_dev->devName, type, code, value); in report_event()
177 DPRINTF("%s: invalid data len = %d\n", __func__, len); in mouse_report_events()
198 DPRINTF("enter state of xfer is %u!\n", USB_GET_STATE(xfer)); in uhid_intr_read_callback()
316 DPRINTF("enter state of xfer is %u!\n", USB_GET_STATE(xfer)); in uhid_read_callback()
739 DPRINTF("error=%s\n", usbd_errstr(error)); in uhid_attach()
766 DPRINTF("set report failed, error=%s (ignored)\n", in uhid_attach()
785 DPRINTF("set output report failed, error=%s (ignored)\n", in uhid_attach()
810 DPRINTF("set idle failed, error=%s (ignored)\n", in uhid_attach()
824 DPRINTF("input size is too large, " in uhid_attach()
830 DPRINTF("output size is too large, " in uhid_attach()
[all …]
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c319 DPRINTF("unit %d subunit %d is console", in ucom_attach_tty()
395 DPRINTF("proc is gone\n"); in ucom_queue_command()
500 DPRINTF("\n"); in ucom_cfg_open()
533 DPRINTF("sc = %p\n", sc); in ucom_open()
589 DPRINTF("\n"); in ucom_cfg_close()
606 DPRINTF("tp=%p already closed\n", sc); in ucom_close()
759 DPRINTF("on=0x%02x, off=0x%02x\n", set_bits, clear_bits); in ucom_line_state()
776 DPRINTF("onoff = %d\n", onoff); in ucom_ring()
787 DPRINTF("onoff = %d\n", onoff); in ucom_break()
798 DPRINTF("onoff = %d\n", onoff); in ucom_dtr()
[all …]
Du3g.c683 DPRINTF("sc=%p\n", sc); in u3g_attach()
756 DPRINTF("ucom_attach failed\n"); in u3g_attach()
777 DPRINTF("sc=%p\n", sc); in u3g_detach()
964 DPRINTF("onoff = %d\n", onoff); in u3g_cfg_set_dtr()
979 DPRINTF("onoff = %d\n", onoff); in u3g_cfg_set_rts()
1008 DPRINTF("message too short (expected 8, received %d)\n", actlen); in u3g_intr_callback()
1022 DPRINTF("message too short (expected 2 data bytes, received %d)\n", wLen); in u3g_intr_callback()
1032 DPRINTF("notify bytes = 0x%02x, 0x%02x\n", in u3g_intr_callback()
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c350 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
361 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \
371 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
382 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \
434 DPRINTF(("\n%.*s---------------------\n" in internal_dfa_exec()
563 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code))); in internal_dfa_exec()
653 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP)); in internal_dfa_exec()
674 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP)); in internal_dfa_exec()
789 DPRINTF(("%.*sSet matched string = \"%.*s\"\n", rlevel*2-2, SP, in internal_dfa_exec()
794 DPRINTF(("%.*sEnd of internal_dfa_exec %d: returning %d\n" in internal_dfa_exec()
[all …]
Dpcre_exec.c331 DPRINTF(("restarting from line %d\n", __LINE__));\
334 DPRINTF(("jumped back to line %d\n", __LINE__));\
945 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match()
984 DPRINTF(("bracket %d failed\n", number)); in match()
1000 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match()
1028 DPRINTF(("start non-capturing bracket\n")); in match()
1116 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); in match()
1183 DPRINTF(("insufficient capture room: treat as non-capturing\n")); in match()
1766 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match()
1778 DPRINTF(("Recursion matched\n")); in match()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c247 DPRINTF("composite bind device success!\n"); in usb_composite_bind()
752 DPRINTF("composite attach success!\n"); in composite_attach()
783 DPRINTF("%s\n", __FUNCTION__); in composite_detach()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1351 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_free_device()
1356 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_free_device()
1451 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_cleanup_interface()
1512 DPRINTF("\n"); in usb_linux_isoc_callback()
1592 DPRINTF("Already got a transfer\n"); in usb_linux_isoc_callback()
1685 DPRINTF("\n"); in usb_linux_non_isoc_callback()

12