Home
last modified time | relevance | path

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

/src/sys/dev/usb/
H A Dusb_pf.h47 uint8_t up_type; /* points SUBMIT / DONE */ member
H A Dusb_pf.c274 up->up_type = type; in usbpf_xfertap()
/src/usr.sbin/usbdump/
H A Dusbdump.c507 (up->up_type == USBPF_XFERTAP_SUBMIT) ? "SUBM" : "DONE", in print_apacket()
515 (up->up_type == USBPF_XFERTAP_DONE) ? ",ERR=" : "", in print_apacket()
516 (up->up_type == USBPF_XFERTAP_DONE) ? in print_apacket()