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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2835 envd_sleep(unsigned int sleep_tm) argument
2841 if (sleep_tm == 0)
2847 (void) alarm(sleep_tm);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1583 envd_sleep(uint_t sleep_tm) argument
1589 if (sleep_tm == 0)
1595 (void) alarm(sleep_tm);

Completed in 51 milliseconds