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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c161 static int max_asy_instance = -1; variable
396 ASSERT(max_asy_instance == -1);
827 if (instance > max_asy_instance)
828 max_asy_instance = instance;
1194 /* If we were the max_asy_instance, work out new value */
1195 if (asy->asy_unit == max_asy_instance) {
1196 while (--max_asy_instance >= 0) {
1198 max_asy_instance) != NULL)
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c93 static int max_asy_instance = -1; variable
373 if (max_asy_instance < instance)
374 max_asy_instance = instance;
487 if (instance > max_asy_instance)
886 if ((instance = UNIT(dev)) > max_asy_instance)
926 if (unit > max_asy_instance)

Completed in 72 milliseconds