Searched defs:gettimeofday (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | gettimeofday.s | 27 .file "gettimeofday.s" 31 ANSI_PRAGMA_WEAK(gettimeofday,function) 34 * implements int gettimeofday(struct timeval *tp, void *tzp) 39 ENTRY(gettimeofday) function 59 SET_SIZE(gettimeofday)
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | gettimeofday.s | 27 .file "gettimeofday.s" 31 ANSI_PRAGMA_WEAK(gettimeofday,function) 34 / implements int gettimeofday(struct timeval *tp, void *tzp) 39 ENTRY(gettimeofday) function 58 SET_SIZE(gettimeofday)
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | gettimeofday.s | 30 .file "gettimeofday.s" 33 * C library -- gettimeofday 34 * int gettimeofday (struct timeval *tp); 39 ANSI_PRAGMA_WEAK(gettimeofday,function) 61 ENTRY(gettimeofday) function 72 SET_SIZE(gettimeofday)
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | gettimeofday.c | 39 * The second parameter to gettimeofday() did not work correctly on 46 gettimeofday(tp, tzp) function
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | gettimeofday.c | 50 * This is defined in sys/gettimeofday.s 57 gettimeofday(struct timeval *tp, void *tzp) function
|
/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | gettimeofday.c | 2 static const char rcsid[] = "$Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp $"; 13 * gettimeofday() occasionally returns invalid tv_usec on some platforms. 16 #undef gettimeofday macro 22 res = gettimeofday(tp, tzp); 42 syslog(LOG_ERR, "gettimeofday: tv_usec out of range\n"); 47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { function
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 416 #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/uts/common/rpc/sec/ |
H A D | auth_des.c | 68 #define gettimeofday(tvp, tzp) uniqtime(tvp) macro 241 (void) gettimeofday(&ad->ad_timestamp, (struct timezone *)NULL); 440 (void) gettimeofday(&mytime, (struct timezone *)NULL);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | timers.c | 164 gettimeofday(struct timeval *tp) function
|
Completed in 80 milliseconds