Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditd/
H A Dauditd.c91 #define SLEEP_TIME 20 /* # of seconds to sleep in all hard loop */ macro
443 (void) alarm(SLEEP_TIME); in my_sleep()
570 p->plg_retry_time = SLEEP_TIME; in init_plugin()
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c473 #define SLEEP_TIME 5 macro
509 "sleeping for %d seconds\n", SLEEP_TIME * stry); in sanitize_env()
510 (void) sleep(SLEEP_TIME * stry); in sanitize_env()