HomeSort by relevance Sort by last modified time
    Searched refs:nbus (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/sysdump/
pci.c 36 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/
scan.c 458 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 = 0; nbus < MAX_PCI_BUSES; nbus++)
    [all...]
  /external/libusb-compat/libusb/
core.c 266 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 155 milliseconds