Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c91 #define SLEEP_TIME 20 /* # of seconds to sleep in all hard loop */ macro
442 (void) alarm(SLEEP_TIME); in my_sleep()
569 p->plg_retry_time = SLEEP_TIME; in init_plugin()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c484 #define SLEEP_TIME 5 macro
520 "sleeping for %d seconds\n", SLEEP_TIME * stry); in sanitize_env()
521 (void) sleep(SLEEP_TIME * stry); in sanitize_env()