Searched refs:gettimeofday (Results 76 - 100 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com32 gettimeofday.o setenv.o strerror.o utimes.o \
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c123 if (gettimeofday(&now, NULL) < 0)
136 if (gettimeofday(&now, NULL) < 0)
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c308 (void) gettimeofday(&now, NULL);
623 (void) gettimeofday(&cxn->vsc_avail_time, NULL);
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c296 (void) gettimeofday(&t1, NULL);
315 (void) gettimeofday(&t2, NULL);
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c395 (void) gettimeofday(&ut.ut_tv, NULL);
460 (void) gettimeofday(&ut.ut_tv, 0);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c174 if (gettimeofday(&now, NULL) != 0)
175 (void) fprintf(stderr, "gettimeofday(3C) failed: %s\n",
353 if (gettimeofday(&now, NULL) != 0)
354 (void) fprintf(stderr, "gettimeofday(3C) failed: %s\n",
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c121 (void) gettimeofday(&now, NULL);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c317 (void) gettimeofday(&tim, NULL);
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c74 (void) gettimeofday(&tv, (struct timezone *)NULL);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c235 (void) gettimeofday(&now, NULL);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c222 gettimeofday(&(pdom->lastping), NULL);
270 (void) gettimeofday(&tp, NULL);
939 gettimeofday(&(a_domain->lastping), NULL);
1061 (void) gettimeofday(&(pdom->lastping), NULL);
H A Dyppush.c36 extern int gettimeofday(struct timeval *);
573 if (gettimeofday(&t) == -1) {
574 perror("yppush gettimeofday failure");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c209 (void) gettimeofday(&clock, NULL);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h159 gettimeofday(&now, NULL); \
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c329 if (gettimeofday(&new, NULL) == 0) {
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c162 (void) gettimeofday(&timbuf, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c947 (void) gettimeofday(&tvstart, NULL);
994 (void) gettimeofday(&tvstart, NULL);
1023 (void) gettimeofday(&tvstart, NULL);
1048 (void) gettimeofday(&tvstart, NULL);
1448 (void) gettimeofday(&tvnow, NULL);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c823 (void) gettimeofday(&tvs, NULL);
828 (void) gettimeofday(&tve, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c503 if (gettimeofday(&now, 0) < 0) {
504 perror("rtquery: gettimeofday");
524 if (gettimeofday(&sent, 0) < 0) {
525 perror("rtquery: gettimeofday");
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c160 (void) gettimeofday(&timestamp, NULL);
733 gettimeofday(&timestamp, NULL);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_log.c196 if (gettimeofday(&tv, NULL) != 0 ||
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c155 (void) gettimeofday(&DBG_TOTALTIME, NULL);
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c453 ret = gettimeofday(&tp, NULL);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c229 (void) gettimeofday(&clockval, NULL);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c206 (void) gettimeofday(&now, NULL);
389 (void) gettimeofday(&startime, NULL);
406 timeout: (void) gettimeofday(&curtime, NULL);

Completed in 2843 milliseconds

12345678