HomeSort by relevance Sort by last modified time
    Searched defs:max_asy_instance (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4/io/
su_driver.c 93 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)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
asy.c 161 static int max_asy_instance = -1; variable
401 ASSERT(max_asy_instance == -1);
829 if (instance > max_asy_instance)
830 max_asy_instance = instance;
    [all...]

Completed in 60 milliseconds