Searched defs:last_func (Results 1 - 1 of 1) sorted by relevance

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

Completed in 61 milliseconds