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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
eventgen.c 86 struct timespec sleeptime; local
103 sleeptime.tv_sec = 0;
104 sleeptime.tv_nsec = FB_SEC2NSEC / rate;
106 sleeptime.tv_nsec *= 10;
107 if (sleeptime.tv_nsec < 1000UL)
108 sleeptime.tv_nsec = 1000UL;
110 sleeptime.tv_sec = sleeptime.tv_nsec / FB_SEC2NSEC;
111 if (sleeptime.tv_sec > 0)
112 sleeptime.tv_nsec -= (sleeptime.tv_sec * FB_SEC2NSEC)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
postcomm.c 608 int sleeptime = 15; /* for 'out of paper' etc. */
628 sleeptime = 15;
637 sleeptime = 15;
642 sleeptime = 15;
647 sleep(sleeptime++);
677 if (sleeptime > 60)
678 sleeptime = 60;
598 int sleeptime = 15; \/* for 'out of paper' etc. *\/ local
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_thread_funcs.c 86 msleep(ulong_t sleeptime) {
92 ts.tv_sec = tv.tv_sec + sleeptime/1000;
93 ts.tv_nsec = 1000*(tv.tv_usec+1000*(sleeptime%1000));
193 ulong_t sleeptime = 120*1000; local
271 (void) msleep(sleeptime);
272 if ((last_activity.tv_sec - now.tv_sec) >= sleeptime/1000) {
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
alias.c 411 unsigned int sleeptime = 2; local
434 sleeptime, loopcount);
440 (void) sleep(sleeptime);
441 sleeptime *= 2;
442 if (sleeptime > 60)
443 sleeptime = 60;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
ex_dscp.c 674 hrtime_t endtime, sleeptime; local
686 sleeptime = timeout / EXS_IO_SLEEP_DIV;
689 tms.tv_nsec = sleeptime;
733 hrtime_t endtime, sleeptime; local
745 sleeptime = timeout / EXS_IO_SLEEP_DIV;
748 tms.tv_nsec = sleeptime;
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.c 745 int sleeptime = 15; /* for 'out of paper' etc. */ local
762 sleeptime = 1;
764 Rest(sleeptime++);
776 sleeptime = 15;
798 sleeptime = 15;
803 sleeptime = 15;
807 Rest(sleeptime++);
840 if (sleeptime > 60)
841 sleeptime = 60;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sulogin/
sulogin.c 82 #ifndef SLEEPTIME
83 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */
86 #define SLEEPTIME_MAX 5 /* maximum sleeptime */
99 static int sleeptime = SLEEPTIME; variable
213 * Use the same value of SLEEPTIME that login(1) uses. This
226 if ((ptr = defread("SLEEPTIME=")) != NULL)
227 sleeptime = atoi(ptr);
229 if (sleeptime < 0 || sleeptime > SLEEPTIME_MAX
    [all...]
  /onnv/onnv-gate/usr/src/cmd/su/
su.c 92 #ifndef SLEEPTIME
93 #define SLEEPTIME 4
188 int sleeptime = SLEEPTIME; local
294 * Use the same value of sleeptime and password required that
300 if ((ptr = defread("SLEEPTIME=")) != NULL) {
301 sleeptime = atoi(ptr);
302 if (sleeptime < 0 || sleeptime > 5)
303 sleeptime = SLEEPTIME
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vt/
vtdaemon.c 959 struct timespec sleeptime; local
961 sleeptime.tv_sec = 0;
962 sleeptime.tv_nsec = 1000000; /* 1ms */
970 (void) nanosleep(&sleeptime, NULL);
971 sleeptime.tv_nsec *= 2;
  /onnv/onnv-gate/usr/src/cmd/lofiadm/
main.c 290 static int sleeptime = 2; /* number of seconds to sleep between stat's */ variable
322 for (cursleep = 0; cursleep < maxsleep; cursleep += sleeptime) {
325 (void) sleep(sleeptime);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr_getldap.c 1815 int sleeptime; local
2528 int sleeptime; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm.c 7355 int sleeptime; local
    [all...]

Completed in 540 milliseconds