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

/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.h259 uint8_t ifaces_max; /* number of interfaces present */ member in struct:usb_device
H A Dusb_device.c488 *count = udev->ifaces_max;
965 udev->ifaces_max = ips.iface_index;
968 if (udev->ifaces_max != 0) {
969 udev->ifaces = malloc(sizeof(*iface) * udev->ifaces_max,
1015 udev->ifaces_max = 0;
2383 if (iface_index >= udev->ifaces_max)

Completed in 68 milliseconds