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

1234567891011>>

/freebsd-11.0-release/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.0-release/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.0-release/sys/compat/linux/
H A Dcheck_internal_locks.d60 ts[probefunc] = timestamp;
84 /spec["futex_mtx"] != 0 && timestamp - ts["futex_mtx"] >= 9999999000/
/freebsd-11.0-release/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:__anon8772::__anon8774
415 uint64_t timestamp : 8; member in struct:__anon8772::__anon8775
440 uint64_t timestamp : 8; member in struct:__anon8772::__anon8776
465 uint64_t timestamp : 8; member in struct:__anon8772::__anon8777
490 uint64_t timestamp : 8; member in struct:__anon8772::__anon8778
515 uint64_t timestamp : 8; member in struct:__anon8772::__anon8779
542 uint64_t timestamp : 8; member in struct:__anon8772::__anon8780
569 uint64_t timestamp : 8; member in struct:__anon8772::__anon8781
[all...]
/freebsd-11.0-release/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.0-release/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...]
H A Dhistory.h29 #include <time.h> /* XXX - for history timestamp code */
48 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
85 /* Change the timestamp associated with the most recent history entry to
136 /* Return the timestamp associated with the HIST_ENTRY * passed as an
/freebsd-11.0-release/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.0-release/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.0-release/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 (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.0-release/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.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh57 printf("%u end\n", timestamp);
65 printf("%u\n", timestamp);
/freebsd-11.0-release/contrib/groff/
H A DMakefile.sub27 echo timestamp > $(srcdir)/stamp-h.in
/freebsd-11.0-release/share/dtrace/
H A Ddisklatencycmd45 dstart = timestamp;
50 start_time[arg0] = timestamp;
56 this->delta = (timestamp - this->start) / 1000;
67 printf("total time, us: %d\n", (timestamp - dstart) / 1000);

Completed in 85 milliseconds

1234567891011>>