HomeSort by: relevance | last modified time | path
    Searched refs:GETTIMEOFDAY (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/include/
ntp_unixtime.h 14 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a))
19 /* gettimeofday() takes two args in BSD and only one in SYSV */
23 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
27 # define GETTIMEOFDAY(a, b) (gettimeofday(a))
31 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
34 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)
    [all...]
  /src/external/ibm-public/postfix/dist/src/tls/
tls_seed.c 39 #include <sys/time.h> /* gettimeofday() */
72 GETTIMEOFDAY(&randseed.tv);
tls_bio_ops.c 189 GETTIMEOFDAY(&time_deadline);
249 GETTIMEOFDAY(&time_now);
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dict.c 85 GETTIMEOFDAY(&_before);
106 GETTIMEOFDAY(&_after); \
postscreen_misc.c 82 GETTIMEOFDAY(&now);
postscreen.h 507 GETTIMEOFDAY(&(state)->start_time); \
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 69 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
243 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
314 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
355 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
401 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0
    [all...]
ldseed.c 124 if (GETTIMEOFDAY(&tv) != 0)
125 msg_fatal("gettimeofday() failed: %m");
vstream.c 817 GETTIMEOFDAY(&before);
831 GETTIMEOFDAY(&stream->iotime);
992 GETTIMEOFDAY(&before);
1008 GETTIMEOFDAY(&stream->iotime);
1692 GETTIMEOFDAY(&stream->iotime);
1750 * Make no gettimeofday() etc. system call until we really know
  /src/external/bsd/ntp/dist/util/
precision.c 49 * chance of MINSTEP-1 other processes getting in and calling gettimeofday
52 * to actually call gettimeofday.
75 gettimeofday(&tp, &tzp);
78 gettimeofday(&tp, &tzp);
109 * gettimeofday(). If a difference is less than zero, the us field
140 GETTIMEOFDAY(&tp, &tzp);
149 GETTIMEOFDAY(&tp, &tzp);
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd_state.c 69 GETTIMEOFDAY(&state->arrival_time);
  /src/external/ibm-public/postfix/dist/src/fsstone/
fsstone.c 213 GETTIMEOFDAY(&start);
229 GETTIMEOFDAY(&end);
  /src/external/ibm-public/postfix/dist/src/global/
mail_queue.c 115 #include <sys/time.h> /* gettimeofday, not in POSIX */
361 GETTIMEOFDAY(tp);
394 GETTIMEOFDAY(tp);
log_adhoc.c 150 * XXX Apparently, Solaris gettimeofday() can return out-of-range
178 GETTIMEOFDAY(&now);
deliver_request.c 291 GETTIMEOFDAY(&request->msg_stats.agent_handoff);
post_mail.c 234 GETTIMEOFDAY(&now);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_trouble.c 282 GETTIMEOFDAY(&request->msg_stats.conn_setup_done);
286 GETTIMEOFDAY(&request->msg_stats.deliver_done);
  /src/external/ibm-public/postfix/dist/src/local/
maildir.c 97 GETTIMEOFDAY(&starttime);
157 * result of time() or the second counter from gettimeofday(). On the
179 * gettimeofday() used for the left part of the unique name.
forward.c 163 GETTIMEOFDAY(&info->posting_time);
  /src/external/ibm-public/postfix/dist/src/virtual/
maildir.c 92 GETTIMEOFDAY(&starttime);
151 * result of time() or the second counter from gettimeofday(). On the
173 * gettimeofday() used for the left part of the unique name.
  /src/external/bsd/ntp/dist/libntp/
ntp_random.c 302 GETTIMEOFDAY(&tv, NULL);
systime.c 153 rc = GETTIMEOFDAY(&tv, NULL);
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 192 #include <sys/time.h> /* gettimeofday, not POSIX */
526 GETTIMEOFDAY(&tv);
870 GETTIMEOFDAY(&tv);
  /src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c 55 GETTIMEOFDAY(&xmt, NULL);
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 464 GETTIMEOFDAY(&start);

Completed in 40 milliseconds

1 2