Home
last modified time | relevance | path

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

/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.c1346 #define USB_PCI_USB_MAX (sizeof(usb_pci_devices) / sizeof(void *)) macro
1348 static device_t usb_pci_dev[USB_PCI_USB_MAX];
1359 for (x = 0; x != USB_PCI_USB_MAX; x++) { in usb_pci_mod_load()
1376 for (x = 0; x != USB_PCI_USB_MAX; x++) { in usb_pci_mod_unload()