Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/freebsd-12.1/contrib/apr-util/crypto/
H A Dgetuuid.c146 static void get_current_time(apr_uint64_t *timestamp) in get_current_time() argument
172 *timestamp = time_now + fudge; in get_current_time()
177 apr_uint64_t timestamp; in apr_uuid_get() local
189 get_current_time(&timestamp); in apr_uuid_get()
192 d[3] = (unsigned char)timestamp; in apr_uuid_get()
193 d[2] = (unsigned char)(timestamp >> 8); in apr_uuid_get()
194 d[1] = (unsigned char)(timestamp >> 16); in apr_uuid_get()
195 d[0] = (unsigned char)(timestamp >> 24); in apr_uuid_get()
197 d[5] = (unsigned char)(timestamp >> 32); in apr_uuid_get()
198 d[4] = (unsigned char)(timestamp >> 40); in apr_uuid_get()
[all …]
/freebsd-12.1/tools/sched/
H A Dschedgraph.d73 …up:\"load\", id:\"global load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[1]);
79 …ad\", id:\"CPU %d load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[0], args[1…
85 … id:\"%s/%s tid %d\", state:\"proc exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
90 …ad\", id:\"%s/%s tid %d\", state:\"exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
100 …", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
105 …e:\"runq add\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
106 … %d\", point:\"wokeup\", attributes: linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
111 …e:\"runq rem\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
116 … tid %d\", point:\"statclock\", attributes: prio:%d, stathz:%d\n", cpu, timestamp, args[0]->td_pro…
122 …ad\", id:\"%s/%s tid %d\", state:\"idle\", attributes: prio:%d\n", cpu, timestamp, curthread->td_p…
[all …]
/freebsd-12.1/contrib/ntp/sntp/tests/
H A DkodFile.c54 TEST_ASSERT_EQUAL(0x12345678, res->timestamp); in test_ReadCorrectFile()
59 TEST_ASSERT_EQUAL(0xfff, res->timestamp); in test_ReadCorrectFile()
74 TEST_ASSERT_EQUAL(0x12345678, res->timestamp); in test_ReadFileWithBlankLines()
79 TEST_ASSERT_EQUAL(0xfff, res->timestamp); in test_ReadFileWithBlankLines()
84 TEST_ASSERT_EQUAL(0xabcd, res->timestamp); in test_ReadFileWithBlankLines()
111 kod_db[0]->timestamp = 1; in test_WriteFileWithSingleEntry()
139 kod_db[0]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
140 kod_db[1]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
141 kod_db[2]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-tra.h391 uint64_t timestamp : 8; member
393 uint64_t timestamp : 8;
415 uint64_t timestamp : 8; member
417 uint64_t timestamp : 8;
440 uint64_t timestamp : 8; member
442 uint64_t timestamp : 8;
465 uint64_t timestamp : 8; member
467 uint64_t timestamp : 8;
490 uint64_t timestamp : 8; member
492 uint64_t timestamp : 8;
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d49 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
59 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
67 printf(" %u 0x%llX %d %d ", timestamp,
73 printf(" %u 0x%llX %d %d tag:%d off:%d ", timestamp,
79 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
85 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
/freebsd-12.1/crypto/heimdal/admin/
H A Dpurge.c45 time_t timestamp; member
61 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head) in add_entry() argument
70 e->timestamp = timestamp; in add_entry()
81 e->timestamp = timestamp; in add_entry()
129 add_entry (entry.principal, entry.vno, entry.timestamp, &head); in kt_purge()
151 && judgement_day - e->timestamp > age) { in kt_purge()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs1.d39 time_1 = timestamp;
46 time_2 = timestamp;
54 @g[timestamp] = max(new_time);
55 @h[timestamp] = quantize(new_time);
56 @i[timestamp] = lquantize(new_time, 0, 10000, 1000);
/freebsd-12.1/contrib/unbound/cachedb/
H A Dcachedb.c381 uint64_t timestamp, expiry; in prep_data() local
412 timestamp = (uint64_t)*qstate->env->now; in prep_data()
414 timestamp = htobe64(timestamp); in prep_data()
417 if(oldlim + sizeof(timestamp)+sizeof(expiry) >= in prep_data()
421 sldns_buffer_write_at(buf, oldlim, &timestamp, sizeof(timestamp)); in prep_data()
495 uint64_t timestamp, expiry; in parse_data() local
498 if(lim < LDNS_HEADER_SIZE+sizeof(timestamp)+sizeof(expiry)) in parse_data()
504 &timestamp, sizeof(timestamp)); in parse_data()
506 timestamp = be64toh(timestamp); in parse_data()
535 if(*qstate->env->now <= (time_t)timestamp) { in parse_data()
[all …]
/freebsd-12.1/lib/libc/rpc/
H A Dsvc_auth_des.c127 struct timeval timestamp; in _svcauth_des() local
230 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
231 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
252 &timestamp); in _svcauth_des()
263 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
268 if (nick && BEFORE(&timestamp, in _svcauth_des()
275 if (!BEFORE(&current, &timestamp)) { in _svcauth_des()
291 IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1); in _svcauth_des()
292 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
323 entry->laststamp = timestamp; in _svcauth_des()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop2.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/
H A Dtst.stop1.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dmk_safe.c71 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec); in krb5_mk_safe()
74 s.safe_body.timestamp = &rdata.timestamp; in krb5_mk_safe()
77 s.safe_body.timestamp = NULL; in krb5_mk_safe()
82 outdata->timestamp = rdata.timestamp; in krb5_mk_safe()
H A Dmk_priv.c69 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec); in krb5_mk_priv()
72 part.timestamp = &rdata.timestamp; in krb5_mk_priv()
75 part.timestamp = NULL; in krb5_mk_priv()
80 outdata->timestamp = rdata.timestamp; in krb5_mk_priv()
H A Drd_priv.c137 if (part.timestamp == NULL || in krb5_rd_priv()
139 abs(*part.timestamp - sec) > context->max_skew) { in krb5_rd_priv()
170 if(part.timestamp) in krb5_rd_priv()
171 outdata->timestamp = *part.timestamp; in krb5_rd_priv()
/freebsd-12.1/usr.bin/tip/tip/
H A Dlog.c56 char *user, *timestamp; in logent() local
73 timestamp = ctime(&t); in logent()
74 timestamp[24] = '\0'; in logent()
76 user, timestamp, group, in logent()
/freebsd-12.1/crypto/openssl/crypto/ct/
H A Dct_prn.c29 static void timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
37 (int)(timestamp / 86400000), in timestamp_print()
38 (timestamp % 86400000) / 1000); in timestamp_print()
44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000)); in timestamp_print()
100 timestamp_print(sct->timestamp, out); in SCT_print()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
64 /timestamp > timeout/
H A Dtst.raise3.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
64 /timestamp > timeout/
H A Dtst.raise1.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
64 /timestamp > timeout/
/freebsd-12.1/contrib/elftoolchain/libelftc/
H A Delftc_timestamp.c36 elftc_timestamp(time_t *timestamp) in elftc_timestamp() argument
50 *timestamp = source_date_epoch; in elftc_timestamp()
53 *timestamp = time(NULL); in elftc_timestamp()
/freebsd-12.1/usr.bin/logger/
H A Dlogger.c99 char *tag, *host, buf[1024], *timestamp, tbuf[26], in main() local
181 timestamp = tbuf + 4; in main()
197 logmessage(pri, timestamp, hostname, tag, in main()
202 logmessage(pri, timestamp, hostname, tag, in main()
212 logmessage(pri, timestamp, hostname, tag, socks, nsock, in main()
216 logmessage(pri, timestamp, hostname, tag, socks, nsock, in main()
345 logmessage(int pri, const char *timestamp, const char *hostname, in logmessage() argument
355 if ((len = asprintf(&line, "<%d>%s %s %s: %s", pri, timestamp, in logmessage()
/freebsd-12.1/contrib/ntp/sntp/
H A Dkod_management.c61 pke->timestamp = time(NULL); in add_entry()
75 kod_db[n]->timestamp = pke->timestamp; in add_entry()
167 kod_db[a]->timestamp, kod_db[a]->type, in write_kod_db()
281 kod_db[b]->timestamp = (time_t)ull; in kod_init_kod_db()
298 (unsigned long long)kod_db[a]->timestamp, in kod_init_kod_db()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
69 /timestamp > timeout/
H A Dtst.ret2.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
69 /timestamp > timeout/
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h262 …_domain *clock_domain, unsigned long long timestamp, void *value_ptr), (ITT_FORMAT id, clock_domai…
296 …_domain* clock_domain, unsigned long long timestamp, __itt_id id), (ITT_FORMAT domain, clock_domai…
297 …_domain* clock_domain, unsigned long long timestamp, __itt_id id), (ITT_FORMAT domain, clock_domai…
298 …unsigned long long timestamp, __itt_id id, __itt_id parentid, __itt_string_handle *name), (ITT_FOR…
299 …unsigned long long timestamp, __itt_id id, __itt_id parentid, void* fn), (ITT_FOR…
300 …unsigned long long timestamp), (ITT_FOR…
302 …unsigned long long timestamp, __itt_id id, __itt_id parentid, __itt_string_handle *name), (ITT_FOR…
304 …signed long long timestamp, __itt_id id), (ITT_…
305 …unsigned long long timestamp, __itt_id id, __itt_string_handle *name, __itt_scope scope), (ITT_FOR…
313 …, unsigned long long timestamp, __itt_relation relation, __itt_id tail), (ITT_FORMA…
[all …]

12345678910>>...22