/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | timespec_get.c | 50 VERIFY0(clock_gettime(CLOCK_REALTIME, &pre)); in main() 52 VERIFY0(clock_gettime(CLOCK_REALTIME, &post)); in main()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | tvlib | 25 lib clock_gettime execute{ 31 return clock_gettime(CLOCK_REALTIME, &tv) != 0;
|
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 190 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout() 254 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions() 334 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr()
|
H A D | sip_gids.c | 155 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_guid()
|
H A D | sip_itf.c | 682 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_stack_init()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | timespec_get.c | 29 if (clock_gettime(CLOCK_REALTIME, ts) != 0) in timespec_get()
|
/titanic_50/usr/src/lib/libc/amd64/sys/ |
H A D | __clock_gettime_sys.s | 52 SYSTRAP_RVAL1(clock_gettime)
|
/titanic_50/usr/src/lib/libc/i386/sys/ |
H A D | __clock_gettime_sys.s | 51 SYSTRAP_RVAL1(clock_gettime)
|
/titanic_50/usr/src/lib/libc/sparc/sys/ |
H A D | __clock_gettime.s | 49 SYSTRAP_RVAL1(clock_gettime)
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tvgettime.c | 37 clock_gettime(CLOCK_REALTIME, &s); in tvgettime()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | events.c | 221 (void) clock_gettime(CLOCK_REALTIME, &event->event_time); in nwamd_event_init() 507 (void) clock_gettime(CLOCK_REALTIME, &event->event_time); in nwamd_event_enqueue_timed() 561 (void) clock_gettime(CLOCK_REALTIME, &now); in in_past() 593 (void) clock_gettime(CLOCK_REALTIME, &waitcap); in nwamd_event_dequeue()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 70 clock_gettime(clockid_t clock_id, timespec_t *tp) in clock_gettime() function
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 178 clock_gettime 191
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 180 clock_gettime 191
|
/titanic_50/usr/src/head/ |
H A D | time.h | 144 extern int clock_gettime(clockid_t, struct timespec *);
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 120 if (clock_gettime(m, &tsnow) == 0) in evNowTime() 133 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0) in evUTCTime()
|
/titanic_50/usr/src/lib/librt/common/ |
H A D | llib-lrt | 44 int clock_gettime(clockid_t, struct timespec *);
|
H A D | mapfile-vers | 100 clock_gettime { TYPE = FUNCTION };
|
/titanic_50/usr/src/cmd/date/ |
H A D | date.c | 135 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) { in main()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 255 int clock_gettime(clockid_t, timespec_t *); 663 /* 191 */ SYSENT_CI("clock_gettime", clock_gettime, 2), 1018 /* 191 */ SYSENT_CI("clock_gettime", clock_gettime, 2),
|
H A D | timer.c | 318 clock_gettime(clockid_t clock, timespec_t *tp) in clock_gettime() function
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 948 @ MSG_SYS_CLOCK_GETTIME "[ clock_gettime ]" # 191 949 @ MSG_SYS_CLOCK_GETTIME_ALT "clock_gettime"
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 188 clock_gettime
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 404 (void) clock_gettime(CLOCK_REALTIME, &timeout); in timer_thread()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 720 clock_gettime.3c \ 1558 clock_gettime.3c := LINKSRC = clock_settime.3c
|