Searched refs:waitdev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c2232 int waitdev; local
2252 waitdev = (int)(uintptr_t)px->px_plat_p;
2253 ASSERT(waitdev);
2255 "Px/bridge %p is ready, %d left", rcdip, waitdev - 1);
2256 --waitdev;
2257 px->px_plat_p = (void *)(uintptr_t)waitdev;
2258 if (waitdev != 0)

Completed in 47 milliseconds