Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h298 #define USB_READ_DIR _IOW ('U', 127, struct usb_read_dir) macro
H A Dusb_dev.c1810 case USB_READ_DIR: in usb_static_ioctl()
/dragonfly/lib/libusb/
H A Dlibusb20_ugen20.c248 if (ioctl(st->f, IOUSB(USB_READ_DIR), &st->urd)) { in ugen20_readdir()