Home
last modified time | relevance | path

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

/third_party/eudev/src/libudev/
H A Dlibudev-enumerate.c68 unsigned int devices_max; member
174 if (udev_enumerate->devices_cur >= udev_enumerate->devices_max) { in syspath_add()
178 add = udev_enumerate->devices_max; in syspath_add()
181 buf = realloc(udev_enumerate->devices, (udev_enumerate->devices_max + add) * sizeof(struct syspath)); in syspath_add()
185 udev_enumerate->devices_max += add; in syspath_add()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_bus.h114 uint8_t devices_max; /* maximum number of USB devices */ member
H A Dusb_hub.c2583 x != bus->devices_max; x++) { in usb_bus_powerd()
2620 x != bus->devices_max; x++) { in usb_bus_powerd()
H A Dusb_device.c1493 (device_index != bus->devices_max) && in usb_alloc_device()
1497 if (device_index == bus->devices_max) { in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c98 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_pci_attach()
H A Dusb_controller.c863 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()
864 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
H A Dxhci.c538 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()

Completed in 14 milliseconds