Home
last modified time | relevance | path

Searched refs:up_type (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
HDusb_pf.h47 uint8_t up_type; /* points SUBMIT / DONE */ member
HDusb_pf.c399 up->up_type = type; in usbpf_xfertap()
/dragonfly/usr.sbin/usbdump/
HDusbdump.c497 (up->up_type == USBPF_XFERTAP_SUBMIT) ? "SUBM" : "DONE", in print_apacket()
505 (up->up_type == USBPF_XFERTAP_DONE) ? ",ERR=" : "", in print_apacket()
506 (up->up_type == USBPF_XFERTAP_DONE) ? in print_apacket()