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

/freebsd-10.1-release/sys/boot/usb/
H A Dbsd_kernel.c1113 #define USB_PCI_USB_MAX (sizeof(usb_pci_devices) / sizeof(void *)) macro
1115 static device_t usb_pci_dev[USB_PCI_USB_MAX];
1126 for (x = 0; x != USB_PCI_USB_MAX; x++) {
1143 for (x = 0; x != USB_PCI_USB_MAX; x++) {

Completed in 99 milliseconds