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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dusb_emul.c48 struct usb_devemu **udpp, *udp; local
50 SET_FOREACH(udpp, usb_emu_set) {
51 udp = *udpp;
/freebsd-13-stable/lib/libusb/
H A Dlibusb20_ugen20.c139 struct usb_device_port_path udpp; local
224 if (ioctl(f, IOUSB(USB_GET_DEV_PORT_PATH), &udpp) == 0 &&
225 udpp.udp_port_level < LIBUSB20_DEVICE_PORT_PATH_MAX) {
226 memcpy(pdev->port_path, udpp.udp_port_no, udpp.udp_port_level);
227 pdev->port_level = udpp.udp_port_level;

Completed in 108 milliseconds