Home
last modified time | relevance | path

Searched refs:first_bus (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c263 unsigned int first_bus, first_devfn; in scan_pci_bus() local
273 first_bus = 0; in scan_pci_bus()
278 first_bus = dev->bus; in scan_pci_bus()
281 pcibios_read_config_byte(first_bus, first_devfn & ~0x7, in scan_pci_bus()
295 for (bus = first_bus; bus < buses; ++bus) { in scan_pci_bus()
383 first_bus = 0; in scan_pci_bus()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c756 int first_bus = 0; in do_probe() local
769 first_bus = last_bus = input_args_p->bus; in do_probe()
787 first_bus = rangebuf[0]; in do_probe()
794 if (last_bus == first_bus) { in do_probe()
800 "***********\n\n", first_bus); in do_probe()
804 "***********\n\n", first_bus, last_bus); in do_probe()
826 for (bus = first_bus; ((bus <= last_bus) && (rval == SUCCESS)); bus++) { in do_probe()