Searched refs:timestamp (Results 76 - 100 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.substr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.hton.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
/freebsd-11-stable/crypto/heimdal/admin/
H A Dpurge.c45 time_t timestamp; member in struct:e
61 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head) argument
70 e->timestamp = timestamp;
81 e->timestamp = timestamp;
129 add_entry (entry.principal, entry.vno, entry.timestamp, &head);
151 && judgement_day - e->timestamp > age) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drwinfo.d53 i[probefunc].ts = timestamp;
63 i[probefunc].elapsed += timestamp - i[probefunc].ts;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra.h102 * |sta| address[35:3] | 0 | src id | 0 | DWB | diff timestamp|
104 * |sta| address[35:3] | 0 | src id | 0 | PL2 | diff timestamp|
106 * |sta| address[35:3] | 0 | src id | 0 | PSL1 | diff timestamp|
108 * |sta| address[35:3] | 0 | src id | 0 | LDD | diff timestamp|
110 * |sta| address[35:3] | 0 | src id | 0 | LDI | diff timestamp|
112 * |sta| address[35:3] | 0 | src id | 0 | LDT | diff timestamp|
114 * |sta| address[35:3] | * or 16B mask | src id | 0 | STC | diff timestamp|
116 * |sta| address[35:3] | * or 16B mask | src id | 0 | STF | diff timestamp|
118 * |sta| address[35:3] | * or 16B mask | src id | 0 | STP | diff timestamp|
120 * |sta| address[35:3] | * or 16B mask | src id | 0 | STT | diff timestamp|
391 uint64_t timestamp : 8; member in struct:__anon8776::__anon8778
415 uint64_t timestamp : 8; member in struct:__anon8776::__anon8779
440 uint64_t timestamp : 8; member in struct:__anon8776::__anon8780
465 uint64_t timestamp : 8; member in struct:__anon8776::__anon8781
490 uint64_t timestamp : 8; member in struct:__anon8776::__anon8782
515 uint64_t timestamp : 8; member in struct:__anon8776::__anon8783
542 uint64_t timestamp : 8; member in struct:__anon8776::__anon8784
569 uint64_t timestamp : 8; member in struct:__anon8776::__anon8785
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dcheck_internal_locks.d60 ts[probefunc] = timestamp;
84 /spec["futex_mtx"] != 0 && timestamp - ts["futex_mtx"] >= 9999999000/
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmk_priv.c69 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
72 part.timestamp = &rdata.timestamp;
75 part.timestamp = NULL;
80 outdata->timestamp = rdata.timestamp;
H A Drd_priv.c132 /* check timestamp */
137 if (part.timestamp == NULL ||
139 abs(*part.timestamp - sec) > context->max_skew) {
170 if(part.timestamp)
171 outdata->timestamp = *part.timestamp;
H A Drd_safe.c154 /* check timestamp */
160 if (safe.safe_body.timestamp == NULL ||
162 abs(*safe.safe_body.timestamp - sec) > context->max_skew) {
204 if(safe.safe_body.timestamp)
205 outdata->timestamp = *safe.safe_body.timestamp;
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c223 temp->timestamp = ts;
235 if (hist == 0 || hist->timestamp == 0)
237 ts = hist->timestamp;
323 FREE (hs->timestamp);
324 hs->timestamp = savestring (string);
338 FREE (hist->timestamp);
356 ts = hist->timestamp ? savestring (hist->timestamp) : hist->timestamp;
357 ret->timestamp
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-os-pal.h58 int timestamp; /* whether timestamps are enabled */ member in struct:xge_os_tracebuf_t
95 if (tb->timestamp) { \
107 if (tb->timestamp) { \
/freebsd-11-stable/sbin/camcontrol/
H A DMakefile7 SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c381 uint64_t timestamp, expiry; local
412 timestamp = (uint64_t)*qstate->env->now;
413 expiry = timestamp + (uint64_t)qstate->return_msg->rep->ttl;
414 timestamp = htobe64(timestamp);
417 if(oldlim + sizeof(timestamp)+sizeof(expiry) >=
420 sldns_buffer_set_limit(buf, oldlim + sizeof(timestamp)+sizeof(expiry));
421 sldns_buffer_write_at(buf, oldlim, &timestamp, sizeof(timestamp));
422 sldns_buffer_write_at(buf, oldlim+sizeof(timestamp),
496 uint64_t timestamp, expiry; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_scts.c102 SCT_TIMESTAMP timestamp; member in struct:SCT_st
152 static void timestamp_print(BIO *out, SCT_TIMESTAMP timestamp) argument
158 (int)(timestamp / 86400000),
159 (int)(timestamp % 86400000) / 1000);
165 ASN1_STRING_data(gen), (unsigned int)(timestamp % 1000));
240 * (8 bytes) uint64 timestamp;
251 n2l8(p2, sct->timestamp);
311 timestamp_print(out, sct->timestamp);
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth_des.c38 * (1) The timestamp microseconds do not exceed 1 million.
39 * (2) The timestamp plus the window is less than the current time.
40 * (3) The timestamp is not less than the one previously
125 struct timeval timestamp; local
205 * Decrypt the timestamp
225 * XDR the decrypted timestamp
228 timestamp.tv_sec = IXDR_GET_LONG(ixdr);
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr);
250 &timestamp);
261 if ((u_long)timestamp
410 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh57 printf("%u end\n", timestamp);
65 printf("%u\n", timestamp);

Completed in 151 milliseconds

1234567891011>>