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

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c595 int first_func = 0; local
600 first_func = last_func = input_args_p->function;
608 * Loop through at least func=first_func. Continue looping through
612 * (Note, if first_func == 0, header will show whether multifunction
613 * device and set multi_function_device. If first_func != 0, then we
617 for (func = first_func; ((func <= last_func) &&
618 ((func == first_func) || (multi_function_device)));

Completed in 47 milliseconds