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

/external/syslinux/com32/sysdump/
H A Dpci.c36 unsigned int nbus, ndev, nfunc, maxfunc; local
47 for (nbus = 0; nbus < MAX_PCI_BUSES; nbus++) {
52 a = pci_mkaddr(nbus, ndev, nfunc, 0);
/external/syslinux/com32/lib/pci/
H A Dscan.c458 unsigned int nbus, ndev, nfunc, maxfunc; local
473 for (nbus = 0; nbus < MAX_PCI_BUSES; nbus++) {
474 dprintf("Probing bus 0x%02x... \n", nbus);
482 a = pci_mkaddr(nbus, ndev, nfunc, 0);
506 domain->bus[nbus] = bus;
526 nbus, did, did >> 16, (did << 16) >> 16, sid, rcid & 0xff);
566 unsigned int nbus, ndev, nfunc; local
569 for (nbus
[all...]
/external/libusb-compat/libusb/
H A Dcore.c266 struct usb_bus *nbus = new_busses; local
271 while (nbus) {
272 struct usb_bus *tnbus = nbus->next;
274 if (bus->location == nbus->location) {
275 LIST_DEL(new_busses, nbus);
276 free(nbus);
280 nbus = tnbus;

Completed in 423 milliseconds