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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.h261 uint8_t ifaces_max; /* number of interfaces present */ member in struct:usb_device
H A Dusb_device.c488 *count = udev->ifaces_max;
963 udev->ifaces_max = ips.iface_index;
966 if (udev->ifaces_max != 0) {
967 udev->ifaces = malloc(sizeof(*iface) * udev->ifaces_max,
1013 udev->ifaces_max = 0;
2371 if (iface_index >= udev->ifaces_max)

Completed in 108 milliseconds