Home
last modified time | relevance | path

Searched refs:timestamp (Results 101 – 125 of 1351) sorted by relevance

12345678910>>...55

/netbsd/external/cddl/dtracetoolkit/dist/Bin/
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
/netbsd/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
/netbsd/external/cddl/dtracetoolkit/dist/Java/
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
/netbsd/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
76 self->object = timestamp;
82 this->elapsed = timestamp - self->object;
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
H A Dlastbind.c144 struct berval timestamp; in lastbind_bind_response() local
163 timestamp.bv_val = nowstr; in lastbind_bind_response()
164 timestamp.bv_len = sizeof(nowstr); in lastbind_bind_response()
165 slap_timestamp( &now, &timestamp ); in lastbind_bind_response()
176 ber_dupbv( &m->sml_values[0], &timestamp ); in lastbind_bind_response()
177 ber_dupbv( &m->sml_nvalues[0], &timestamp ); in lastbind_bind_response()
/netbsd/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations.cpp91 static optional< datetime::timestamp > first_timestamp = none;
140 first_timestamp = datetime::timestamp::now(); in generate_log_name()
160 const datetime::timestamp now = datetime::timestamp::now(); in log()
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_safe.c162 if (safe.safe_body.timestamp == NULL || in krb5_rd_safe()
164 labs(*safe.safe_body.timestamp - sec) > context->max_skew) { in krb5_rd_safe()
205 if(safe.safe_body.timestamp) in krb5_rd_safe()
206 outdata->timestamp = *safe.safe_body.timestamp; in krb5_rd_safe()
/netbsd/external/public-domain/tz/dist/
H A Dziguard.awk57 function round_to_second(timestamp, \
60 dot_dddd = timestamp
62 return timestamp
63 hh = mm = ss = timestamp
70 return sprintf("%s%d:%.2d:%.2d", timestamp ~ /^-/ ? "-" : "", \
/netbsd/external/mit/xorg/lib/libxcb/files/
H A Drandr.h246 xcb_timestamp_t timestamp; member
324 xcb_timestamp_t timestamp; member
459 xcb_timestamp_t timestamp; member
503 xcb_timestamp_t timestamp; member
824 xcb_timestamp_t timestamp; member
935 xcb_timestamp_t timestamp; member
1034 xcb_timestamp_t timestamp; member
1090 xcb_timestamp_t timestamp; member
1166 xcb_timestamp_t timestamp; member
1207 xcb_timestamp_t timestamp; member
[all …]
/netbsd/external/bsd/kyua-cli/dist/store/
H A Dbackend_test.cpp110 const datetime::timestamp before = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
112 const datetime::timestamp after = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE(md.timestamp() >= before.to_seconds()); in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(md.timestamp() <= after.to_microseconds()); in ATF_TEST_CASE_BODY()
H A Ddbtypes_test.cpp161 datetime::timestamp::from_microseconds(0), in ATF_TEST_CASE_BODY()
164 datetime::timestamp::from_microseconds(123), in ATF_TEST_CASE_BODY()
168 datetime::timestamp::from_values(2012, 2, 9, 23, 15, 51, 987654), in ATF_TEST_CASE_BODY()
171 datetime::timestamp::from_values(1980, 1, 2, 3, 4, 5, 0), in ATF_TEST_CASE_BODY()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_breadcrumbs.c122 __dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp) in __dma_fence_signal__timestamp() argument
124 fence->timestamp = timestamp; in __dma_fence_signal__timestamp()
159 const ktime_t timestamp = ktime_get(); in signal_irq_work() local
218 __dma_fence_signal_wake(&rq->fence, timestamp); in signal_irq_work()
224 __dma_fence_signal__timestamp(&rq->fence, timestamp); in signal_irq_work()
/netbsd/sbin/newfs_udf/
H A Dudf_core.h307 extern void udf_set_timestamp_now(struct timestamp *timestamp);
308 extern void udf_timestamp_to_timespec(struct timestamp *timestamp,
311 struct timestamp *timestamp);
/netbsd/external/bsd/kyua-cli/dist/engine/drivers/
H A Drun_tests.cpp135 const datetime::timestamp start_time = datetime::timestamp::now(); in run_test_program()
138 const datetime::timestamp end_time = datetime::timestamp::now(); in run_test_program()
/netbsd/distrib/common/
H A Dbuildfloppies.sh51 -t timestamp set timestamp for reproducible builds
86 timestamp="--timestamp ${OPTARG}" ;;
115 ${PAX} ${timestamp} -O -w -b8k -M -N "${etcdir}" -s,^./,, >> ${floppy} || exit 1
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls_scache.c179 time_t timestamp; /* time when saved */ member
209 entry->timestamp = time((time_t *) 0); in tls_scache_encode()
223 cp->cache_label, cache_id, (long) entry->timestamp, in tls_scache_encode()
273 cp->cache_label, cache_id, (long) entry->timestamp, in tls_scache_decode()
279 if (entry->timestamp + cp->timeout < time((time_t *) 0)) in tls_scache_decode()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dadd.c601 struct berval name, timestamp, csn = BER_BVNULL; in slap_add_opattrs() local
611 timestamp.bv_val = timebuf; in slap_add_opattrs()
631 timestamp.bv_len = STRLENOF("YYYYMMDDHHMMSSZ"); in slap_add_opattrs()
632 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len ); in slap_add_opattrs()
633 timebuf[timestamp.bv_len-1] = 'Z'; in slap_add_opattrs()
634 timebuf[timestamp.bv_len] = '\0'; in slap_add_opattrs()
638 timestamp.bv_len = sizeof(timebuf); in slap_add_opattrs()
640 slap_timestamp( &now, &timestamp ); in slap_add_opattrs()
674 slap_schema.si_ad_createTimestamp, &timestamp, NULL ); in slap_add_opattrs()
693 slap_schema.si_ad_modifyTimestamp, &timestamp, NULL ); in slap_add_opattrs()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-lspping.c504 struct timeval timestamp; in lspping_print() local
591 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec); in lspping_print()
592 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec); in lspping_print()
594 ts_print(ndo, &timestamp); in lspping_print()
596 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec); in lspping_print()
597 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec); in lspping_print()
599 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0)) in lspping_print()
600 ts_print(ndo, &timestamp); in lspping_print()
/netbsd/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c124 id->timestamp = strtoll(t, NULL, 10); in fill_identity()
333 if (id->timestamp < t - (3 * 60)) { in paa_check_response()
335 t - id->timestamp); in paa_check_response()
338 if (id->timestamp > t + (3 * 60)) { in paa_check_response()
340 id->timestamp - t); in paa_check_response()
354 ctime(&id->timestamp)); in paa_print_identity()
/netbsd/distrib/sets/
H A Dmaketars30 timestamp=
61 -T timestamp Timestamp to set for all the files in the tar.
131 timestamp="--timestamp $OPTARG"
214 ${PAX} -dOw ${timestamp} -N"${etcdir}" -M "$@" < "${setlistdir}/set.${s}")

12345678910>>...55