Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pcitool/
H A Dpcitool.c754 int last_bus = PCI_REG_BUS_M >> PCI_REG_BUS_SHIFT; in do_probe() local
769 first_bus = last_bus = input_args_p->bus; in do_probe()
788 last_bus = rangebuf[1]; in do_probe()
794 if (last_bus == 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()