Home
last modified time | relevance | path

Searched refs:halted (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1540.c32 int halted; member
34 int please; /* number of times xferinfo is called while halted */
48 if(st->halted) { in please_continue()
55 fprintf(stderr, "xferinfo: paused %d\n", st->halted); in please_continue()
81 st->halted = 1; in write_callback()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c364 uint8_t halted; in usb_handle_get_stall() local
372 halted = ep->is_stalled; in usb_handle_get_stall()
375 return (halted); in usb_handle_get_stall()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c866 uint8_t halted; in xhci_check_transfer() local
881 /* check if error means halted */ in xhci_check_transfer()
882 halted = (status != XHCI_TRB_ERROR_SHORT_PKT && in xhci_check_transfer()
954 if (halted) { in xhci_check_transfer()
955 halted = 0; in xhci_check_transfer()
981 if (halted) { in xhci_check_transfer()
1620 PRINTK("%s: host controller halted\n", in xhci_interrupt()
3884 /* clear halted and running */ in xhci_configure_msg()
3915 /* check if halted is still cleared */ in xhci_configure_msg()

Completed in 6 milliseconds