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

/haiku/src/libs/compat/freebsd_network/
H A Ddriver.c42 } sProbedDevices[MAX_DEVICES]; variable in typeref:struct:__anon16
109 for (int p = 0; sProbedDevices[p].bus != BUS_INVALID; p++) {
110 if (sProbedDevices[p].bus == BUS_pci) {
111 gPci->unreserve_device(sProbedDevices[p].pci_info.bus,
112 sProbedDevices[p].pci_info.device, sProbedDevices[p].pci_info.function,
114 } else if (sProbedDevices->bus == BUS_uhub) {
115 usb_cleanup_device(&sProbedDevices[p].usb_dev);
133 while (sProbedDevices[p].bus != BUS_INVALID)
176 sProbedDevices[
[all...]

Completed in 35 milliseconds