Searched refs:gettimeofday (Results 26 - 50 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c87 (void) gettimeofday(&tp, NULL);
138 (void) gettimeofday(&tp, NULL);
192 (void) gettimeofday(&tp, NULL);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc82 gettimeofday(&mt, NULL);
116 gettimeofday(&mt, NULL);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dlogger.c174 gettimeofday (&tnow, &tzone);
229 gettimeofday (&tnow, &tzone);
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c103 * too many UUIDs for this gettimeofday call; spin
164 (void) gettimeofday(&tp, (struct timezone *)0);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dgettimeofday.c39 * The second parameter to gettimeofday() did not work correctly on
46 gettimeofday(tp, tzp) function
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_log.c71 if (gettimeofday(&now, NULL) != 0) {
72 (void) fprintf(stderr, "gettimeofday failed: %s\n",
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c65 gettimeofday, but what real OS doesn't? */
78 if (gettimeofday(&tv, (struct timezone *)0) == -1)
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c77 (void) gettimeofday(&tv, NULL);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h416 #define gettimeofday isc__gettimeofday macro
492 #ifdef gettimeofday
493 #undef gettimeofday macro
494 int gettimeofday(struct timeval *, struct timezone *);
495 #define gettimeofday isc__gettimeofday macro
497 int gettimeofday(struct timeval *, struct timezone *);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c112 (void) gettimeofday(&now, NULL);
340 gettimeofday(&now, NULL);
386 gettimeofday(&now, NULL);
459 gettimeofday(&now, NULL);
561 (void) gettimeofday(&now, NULL);
581 (void) gettimeofday(&now, NULL);
H A Drefill.c79 if (gettimeofday(&sm_io_to_before, NULL) < 0) \
100 if (gettimeofday(&sm_io_to_after, NULL) < 0) \
H A Dlocal.h258 if (gettimeofday(&sm_io_to_before, NULL) < 0) \
277 if (gettimeofday(&sm_io_to_after, NULL) < 0) \
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c138 gettimeofday(&now, NULL);
195 gettimeofday(&now, NULL);
H A Dyptol_utils.c172 if (0 != gettimeofday(&now, NULL)) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c83 if (gettimeofday(&now, NULL) == -1) {
84 (void) mdsyserror(ep, errno, "gettimeofday()");
264 if (gettimeofday(&start, NULL) == -1) {
266 (void) mdsyserror(ep, errno, "gettimeofday()");
285 if (gettimeofday(&curtime, NULL) == -1) {
288 "gettimeofday()");
361 if (gettimeofday(&now, NULL) == -1) {
362 (void) mdsyserror(ep, errno, "gettimeofday()");
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_admin.c49 if (gettimeofday(&end, NULL) == -1)
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_log.c71 if (gettimeofday(&now, NULL) != 0) {
72 (void) fprintf(stderr, "gettimeofday failed: %s\n",
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c205 (void) gettimeofday(&now, (struct timezone *)NULL);
260 (void) gettimeofday(&now,
272 (void) gettimeofday(&now, (struct timezone *)NULL);
H A Dtimer.c137 (void) gettimeofday(&now, (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.c100 (void) gettimeofday(&timeout->time, NULL);
247 (void) gettimeofday(&now, NULL);
270 (void) gettimeofday(&now, NULL);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmktemp.c131 (void) gettimeofday(&tm, NULL);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Ddebug.c215 if (gettimeofday(&new, NULL) == 0) {
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp121 gettimeofday(&now, NULL);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c39 (void) gettimeofday(&time0, (struct timezone *)0);
61 (void) gettimeofday(&timedol, (struct timezone *)0);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c131 (void) gettimeofday(&timeval, (struct timezone *)NULL);
182 (void) gettimeofday(&timeval, (struct timezone *)NULL);

Completed in 86 milliseconds

12345678