Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c596 int last_func = PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT; in probe_dev() local
600 first_func = last_func = input_args_p->function; in probe_dev()
604 last_func = 255; in probe_dev()
617 for (func = first_func; ((func <= last_func) && in probe_dev()
620 if (last_func > 7) { in probe_dev()