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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c562 int max_function = PCI_MAX_FUNCTIONS; local
588 for (func = 0; func < max_function; ) {
686 max_function = PCICFG_MAX_ARI_FUNCTION;
1459 int max_function, trans_device; local
1464 max_function = PCICFG_MAX_ARI_FUNCTION;
1466 max_function = PCI_MAX_FUNCTIONS;
1475 for (func = 0; func < max_function; func++) {
1479 if (max_function == PCICFG_MAX_ARI_FUNCTION)
1506 if (max_function == PCICFG_MAX_ARI_FUNCTION)
1530 for (func = 0; func < max_function; fun
4061 int max_function = PCI_MAX_FUNCTIONS; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c724 int max_function = PCICFG_MAX_FUNCTION; local
746 for (func = 0; func < max_function; ) {
815 max_function = PCICFG_MAX_ARI_FUNCTION;
858 max_function = PCICFG_MAX_ARI_FUNCTION;
860 max_function = PCICFG_MAX_FUNCTION;
862 for (func = 0; func < max_function; func++) {
864 if (max_function == PCICFG_MAX_ARI_FUNCTION)
1554 int max_function; local
1560 max_function = PCICFG_MAX_ARI_FUNCTION;
1562 max_function
4912 int max_function = PCICFG_MAX_FUNCTION; local
[all...]

Completed in 70 milliseconds