HomeSort by: relevance | last modified time | path
    Searched defs:starttime (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/local/
maildir.c 95 struct timeval starttime; local
97 GETTIMEOFDAY(&starttime);
143 * use starttime.pid_count.host, where starttime is the time that your
187 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
206 (unsigned long) starttime.tv_sec,
209 (unsigned long) starttime.tv_usec,
  /src/external/ibm-public/postfix/dist/src/virtual/
maildir.c 90 struct timeval starttime; local
92 GETTIMEOFDAY(&starttime);
137 * use starttime.pid_count.host, where starttime is the time that your
181 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
200 (unsigned long) starttime.tv_sec,
203 (unsigned long) starttime.tv_usec,
  /src/sys/external/bsd/drm2/linux/
linux_wait_bit.c 187 unsigned starttime, endtime; local
194 starttime = getticks();
222 timeout -= MIN(timeout, (endtime - starttime));
linux_dma_fence.c 1046 int starttime = 0, now = 0, deadline = 0; /* XXXGCC */ local
1077 starttime = now;
1078 deadline = starttime + timeout;
  /src/sys/kern/
kern_lock.c 271 u_int starttime; local
333 starttime = getticks();
338 (getticks() - starttime) > 10*hz) {
vfs_subr.c 133 "int"/*starttime*/);
153 "int"/*starttime*/,
843 time_t starttime, endtime; local
849 starttime = time_second;
850 SDT_PROBE1(vfs, syncer, sync, start, starttime);
933 SDT_PROBE2(vfs, syncer, sync, done, starttime, endtime);
943 if (endtime == starttime) {
  /src/games/boggle/boggle/
mach.c 86 static void starttime(void);
223 starttime();
242 starttime();
302 starttime(void) function
609 starttime();
  /src/lib/libc/rpc/
clnt_dg.c 327 struct timeval next_sendtime, starttime, time_waited, tv; local
358 gettimeofday(&starttime, NULL);
439 timersub(&tv, &starttime, &time_waited);
  /src/sys/arch/evbarm/ifpga/
ifpga_clock.c 346 u_int starttime; local
351 starttime = getclock();
358 delta = curtime - starttime;
359 if (curtime < starttime)
361 starttime = curtime;
  /src/external/bsd/libevent/dist/test/
regress_thread.c 541 struct timeval starttime, endtime; local
551 evutil_gettimeofday(&starttime, NULL);
560 evutil_timersub(&times[i], &starttime, &diff);
564 test_timeval_diff_eq(&starttime, &times[0], 100);
565 test_timeval_diff_eq(&starttime, &times[1], 200);
566 test_timeval_diff_eq(&starttime, &times[2], 400);
567 test_timeval_diff_eq(&starttime, &times[3], 450);
568 test_timeval_diff_eq(&starttime, &times[4], 500);
569 test_timeval_diff_eq(&starttime, &endtime, 500);
  /src/external/bsd/tcpdump/dist/
print-mpcp.c 66 nd_uint32_t starttime; member in struct:mpcp_grant_t
172 GET_BE_U_4(mpcp_grant->starttime),
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 429 time_t starttime = time(NULL); local
456 (int)all_locks->count, (int)(time(NULL)-starttime),
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.c 290 ULONGEST starttime = strtoulst (field->c_str (), &trailer, 10); local
291 if (starttime == ULONGEST_MAX && errno == ERANGE)
297 return starttime;
372 identified by their PID and starttime to detect PID reuse. */
394 std::optional<ULONGEST> starttime local
397 if (starttime.has_value ())
399 std::pair<unsigned long, ULONGEST> key (lwp, *starttime);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.c 290 ULONGEST starttime = strtoulst (field->c_str (), &trailer, 10); local
291 if (starttime == ULONGEST_MAX && errno == ERANGE)
297 return starttime;
372 identified by their PID and starttime to detect PID reuse. */
394 std::optional<ULONGEST> starttime local
397 if (starttime.has_value ())
399 std::pair<unsigned long, ULONGEST> key (lwp, *starttime);
  /src/bin/pax/
ar_io.c 99 time_t starttime; /* time the run started */ variable
1650 if ((secs -= starttime) == 0)
  /src/sys/dev/raidframe/
rf_reconstruct.h 173 struct timeval starttime; /* recon start time */ member in struct:RF_ReconCtrl_s
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_thread.c 535 struct timeval starttime, endtime; local
545 evutil_gettimeofday(&starttime, NULL);
554 evutil_timersub(&times[i], &starttime, &diff);
558 test_timeval_diff_eq(&starttime, &times[0], 100);
559 test_timeval_diff_eq(&starttime, &times[1], 200);
560 test_timeval_diff_eq(&starttime, &times[2], 400);
561 test_timeval_diff_eq(&starttime, &times[3], 450);
562 test_timeval_diff_eq(&starttime, &times[4], 500);
563 test_timeval_diff_eq(&starttime, &endtime, 500);
  /src/lib/librumpclient/
rumpclient.c 139 struct timeval starttime, curtime; local
157 gettimeofday(&starttime, NULL);
177 tdiff = curtime.tv_sec - starttime.tv_sec;
178 if (starttime.tv_usec > curtime.tv_usec)
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_ccapi.h 114 cc_time_t starttime; member in struct:cc_credentials_v5_t
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.c 938 vint64 ttime, starttime; local
966 starttime = ntpcal_date_to_ntp64(&fts);
971 li.stime = ttime.D_s.lo - starttime.D_s.lo;
990 vint64 starttime; local
1019 starttime = ntpcal_date_to_ntp64(&fts);
1021 li.stime = ttime->D_s.lo - starttime.D_s.lo;
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 112 double starttime; member in struct:pstate
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 112 double starttime; member in struct:pstate
  /src/external/mpl/dhcp/dist/common/
dlpi.c 1258 time_t starttime; local
1268 now = time (&starttime);
1269 while (now <= starttime + DLPI_MAXWAIT) {
1270 to_msec = ((starttime + DLPI_MAXWAIT) - now) * 1000;
  /src/usr.bin/kdump/
kdump.c 437 static struct timespec starttime, prevtime; local
504 if (starttime.tv_sec == 0) {
505 starttime.tv_sec = kth->ktr_ts.tv_sec;
506 starttime.tv_nsec = kth->ktr_ts.tv_nsec;
509 timespecsub(&kth->ktr_ts, &starttime, &temp);
  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 71 time_t starttime; variable

Completed in 46 milliseconds

1 2