ifaces 230 dev/usb/if_cdce.c if (uaa->ifaces[i] != NULL) { ifaces 232 dev/usb/if_cdce.c uaa->ifaces[i]); ifaces 235 dev/usb/if_cdce.c sc->cdce_data_iface = uaa->ifaces[i]; ifaces 236 dev/usb/if_cdce.c uaa->ifaces[i] = NULL; ifaces 432 dev/usb/uaudio.c if (uaa->ifaces[i] == NULL) ifaces 434 dev/usb/uaudio.c id = usbd_get_interface_descriptor(uaa->ifaces[i]); ifaces 441 dev/usb/uaudio.c sc->sc_alts[j].ifaceh = uaa->ifaces[i]; ifaces 446 dev/usb/uaudio.c uaa->ifaces[i] = NULL; ifaces 279 dev/usb/umodem.c if (uaa->ifaces[i] != NULL) { ifaces 280 dev/usb/umodem.c id = usbd_get_interface_descriptor(uaa->ifaces[i]); ifaces 283 dev/usb/umodem.c sc->sc_data_iface = uaa->ifaces[i]; ifaces 284 dev/usb/umodem.c uaa->ifaces[i] = NULL; ifaces 469 dev/usb/usb_subr.c usbd_interface_handle ifc = &dev->ifaces[ifaceidx]; ifaces 559 dev/usb/usb_subr.c usbd_interface_handle ifc = &dev->ifaces[ifcno]; ifaces 616 dev/usb/usb_subr.c free(dev->ifaces, M_USB); ifaces 618 dev/usb/usb_subr.c dev->ifaces = NULL; ifaces 739 dev/usb/usb_subr.c dev->ifaces = malloc(nifc * sizeof(struct usbd_interface), ifaces 741 dev/usb/usb_subr.c if (dev->ifaces == NULL) { ifaces 832 dev/usb/usb_subr.c usbd_interface_handle *ifaces; ifaces 836 dev/usb/usb_subr.c uaa.ifaces = NULL; ifaces 881 dev/usb/usb_subr.c ifaces = malloc(nifaces * sizeof(usbd_interface_handle), ifaces 883 dev/usb/usb_subr.c if (ifaces == NULL) ifaces 886 dev/usb/usb_subr.c ifaces[i] = &dev->ifaces[i]; ifaces 887 dev/usb/usb_subr.c uaa.ifaces = ifaces; ifaces 892 dev/usb/usb_subr.c free(ifaces, M_USB); ifaces 899 dev/usb/usb_subr.c if (ifaces[i] == NULL) ifaces 901 dev/usb/usb_subr.c uaa.iface = ifaces[i]; ifaces 902 dev/usb/usb_subr.c uaa.ifaceno = ifaces[i]->idesc->bInterfaceNumber; ifaces 908 dev/usb/usb_subr.c ifaces[i] = NULL; /* consumed */ ifaces 911 dev/usb/usb_subr.c free(ifaces, M_USB); ifaces 1307 dev/usb/usb_subr.c if (dev->ifaces != NULL) { ifaces 1311 dev/usb/usb_subr.c free(dev->ifaces, M_USB); ifaces 618 dev/usb/usbdi.c *iface = &dev->ifaces[ifaceno]; ifaces 224 dev/usb/usbdi.h usbd_interface_handle *ifaces; /* all interfaces */ ifaces 150 dev/usb/usbdivar.h struct usbd_interface *ifaces; /* array of all interfaces */