/external/syslinux/com32/sysdump/ |
pci.c | 36 unsigned int nbus, ndev, nfunc, maxfunc; local 48 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) { 52 a = pci_mkaddr(nbus, ndev, nfunc, 0);
|
/external/syslinux/com32/lib/pci/ |
scan.c | 458 unsigned int nbus, ndev, nfunc, maxfunc; local 477 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) { 482 a = pci_mkaddr(nbus, ndev, nfunc, 0); 512 bus->slot[ndev] = slot; 566 unsigned int nbus, ndev, nfunc; local 572 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) [all...] |
/external/libusb-compat/libusb/ |
core.c | 601 struct usb_device *ndev = new_devices; local 603 while (ndev) { 604 if (ndev->devnum == dev->devnum) { 605 LIST_DEL(new_devices, ndev); 606 free(ndev); 610 ndev = ndev->next;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 335 unsigned ndev; /* number of configured interfaces */ member in struct:wandev_stat
|