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

/freebsd-10.2-release/lib/libusb/
H A Dlibusb20_ugen20.c654 struct usb_device_port_path udpp; local
656 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_DEV_PORT_PATH), &udpp))
659 if (udpp.udp_port_level > bufsize)
662 memcpy(buf, udpp.udp_port_no, udpp.udp_port_level);
664 return (udpp.udp_port_level); /* success */

Completed in 47 milliseconds