Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_pf.h47 uint8_t up_type; /* points SUBMIT / DONE */ member
H A Dusb_pf.c399 up->up_type = type; in usbpf_xfertap()
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.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()