/titanic_44/usr/src/lib/libuuid/common/ |
H A D | uuid_misc.c | 78 uuid_time_t time_now; in get_current_time() local 85 get_system_time(&time_now); in get_current_time() 90 if (time_last != time_now) { in get_current_time() 106 time_last = time_now; in get_current_time() 110 *timestamp = time_now + uuids_this_tick; in get_current_time()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | c_ustime.c | 41 struct time_now { krb5_int32 sec, usec; }; argument 53 get_time_now(struct time_now *n) in get_time_now() 68 get_time_now(struct time_now *n) in get_time_now() 89 static struct time_now last_time; 94 struct time_now now; in krb5_crypto_us_timeofday()
|
/titanic_44/usr/src/stand/lib/sa/ |
H A D | time.c | 76 time_t time_now; in time() local 78 time_now = start_time + ((prom_gettime() / 1000) - secs_since_boot); in time() 81 *tloc = time_now; in time() 86 return (time_now); in time()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_in_tkt.c | 129 krb5_timestamp time_now; in send_as_request2() local 135 if ((retval = krb5_timeofday(context, &time_now))) in send_as_request2() 137 request->nonce = (krb5_int32) time_now; in send_as_request2() 315 krb5_timestamp time_now, in verify_as_reply() argument 370 (labs(as_reply->enc_part2->times.starttime - time_now) in verify_as_reply() 380 krb5_timestamp time_now, in stash_as_reply() argument 530 krb5_timestamp time_now; in krb5_get_in_tkt() local 667 if ((retval = krb5_timeofday(context, &time_now))) in krb5_get_in_tkt() 674 request.nonce = (krb5_int32) time_now; in krb5_get_in_tkt() 722 if ((retval = verify_as_reply(context, time_now, &request, as_reply))) in krb5_get_in_tkt() [all …]
|
H A D | send_tgs.c | 167 krb5_timestamp time_now; in krb5_send_tgs2() local 188 if ((retval = krb5_timeofday(context, &time_now))) in krb5_send_tgs2() 191 rep->expected_nonce = tgsreq.nonce = (krb5_int32) time_now; in krb5_send_tgs2() 192 rep->request_time = time_now; in krb5_send_tgs2()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 657 struct timeval time_now; local 659 (void) gettimeofday(&time_now, (struct timezone *)0); 660 if (time_now.tv_usec < send_time->tv_usec) { 661 time_now.tv_sec--; 662 time_now.tv_usec += 1000000; 664 send_time->tv_sec = time_now.tv_sec - send_time->tv_sec; 665 send_time->tv_usec = time_now.tv_usec - send_time->tv_usec;
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | under.c | 53 time_t time_now; variable 155 time_now = time((long *) 0);
|
H A D | mount_nfs.c | 79 extern time_t time_now; 806 if (goodtime > time_now && strcmp(hostname, goodhost) == 0) in pingnfs() 808 if (deadtime > time_now && strcmp(hostname, deadhost) == 0) in pingnfs() 831 goodtime = time_now + cache_time; in pingnfs() 834 deadtime = time_now + cache_time; in pingnfs()
|
H A D | rpc.rexd.c | 91 time_t time_now; variable 349 time_now = time((time_t *)0); in main()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | yppush.c | 701 int time_now; local 723 time_now = time(0); 729 if ((time_now - ps->start_time) < 743 if ((time_now - ps->start_time) 761 if ((time_now - ps->start_time)
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | auditrd.h | 104 time_t time_now; /* time the program began */ variable
|
H A D | auditrt.h | 239 extern time_t time_now; /* time program began */
|
H A D | main.c | 889 time_now = tp.tv_sec; /* save for general use */ in init_options() 891 f_end = time_now; /* last record time default */ in init_options()
|
H A D | time.c | 409 (void) memcpy((char *)&nowtime, (char *)gmtime(&time_now), in derive_date()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 1419 time_t time_now = time ((time_t*) NULL); local 1420 struct tm* tm_now = localtime (&time_now);
|