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

/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_pcibus.c252 int s, f, pcifunchigh; local
259 pcifunchigh = 0;
266 pcifunchigh = PCI_FUNCMAX;
267 for (f = 0; f <= pcifunchigh; f++) {
/freebsd-10.0-release/sys/x86/pci/
H A Dpci_bus.c381 int pcifunchigh; local
415 pcifunchigh = PCI_FUNCMAX;
417 pcifunchigh = 0;
418 for (func = 0; func <= pcifunchigh; func++) {
/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp_pci.c283 int maxslots, s, f, pcifunchigh; local
294 pcifunchigh = 0;
300 pcifunchigh = PCI_FUNCMAX;
301 for (f = 0; f <= pcifunchigh; f++)
/freebsd-10.0-release/sys/dev/pci/
H A Dpci.c3262 int s, f, pcifunchigh; local
3269 pcifunchigh = 0;
3276 pcifunchigh = PCI_FUNCMAX;
3277 for (f = 0; f <= pcifunchigh; f++) {

Completed in 174 milliseconds