table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PCI_BUS_MAX_BUSNR(9) | Hardware Interfaces | PCI_BUS_MAX_BUSNR(9) |
NAME¶
pci_bus_max_busnr - returns maximum PCI bus number of given bus' childrenSYNOPSIS¶
unsigned
char
pci_bus_max_busnr(struct pci_bus * bus);
ARGUMENTS¶
buspointer to PCI bus structure to search
DESCRIPTION¶
Given a PCI bus, returns the highest PCI bus number present in the set including the given PCI bus and its list of child PCI buses.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |