Home
last modified time | relevance | path

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

12345678910>>...26

/freebsd/contrib/kyua/utils/
H A Ddatetime_test.cpp267 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
317 const datetime::timestamp now = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
332 const datetime::timestamp first = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
334 const datetime::timestamp second = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
342 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
347 const datetime::timestamp ts2 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
356 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
360 const datetime::timestamp ts2= datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
369 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
378 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
[all …]
H A Ddatetime.cpp281 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) : in timestamp() function in datetime::timestamp
292 datetime::timestamp
315 datetime::timestamp
362 datetime::timestamp
486 datetime::timestamp::operator<(const datetime::timestamp& other) const in operator <()
511 datetime::timestamp::operator>(const datetime::timestamp& other) const in operator >()
535 datetime::timestamp
548 datetime::timestamp&
561 datetime::timestamp
574 datetime::timestamp&
[all …]
H A Ddatetime.hpp94 class timestamp { class
100 timestamp(std::shared_ptr< impl >);
107 static timestamp now(void);
114 bool operator==(const timestamp&) const;
115 bool operator!=(const timestamp&) const;
116 bool operator<(const timestamp&) const;
117 bool operator<=(const timestamp&) const;
118 bool operator>(const timestamp&) const;
122 timestamp& operator+=(const delta&);
124 timestamp& operator-=(const delta&);
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dtrace.h79 __entry->info = ar->pdev->timestamp.info;
82 __entry->mlo_offset_lo = ar->pdev->timestamp.mlo_offset_lo;
83 __entry->mlo_offset_hi = ar->pdev->timestamp.mlo_offset_hi;
84 __entry->mlo_offset_clks = ar->pdev->timestamp.mlo_offset_clks;
85 __entry->mlo_comp_clks = ar->pdev->timestamp.mlo_comp_clks;
86 __entry->mlo_comp_timer = ar->pdev->timestamp.mlo_comp_timer;
124 __entry->info = ar->pdev->timestamp.info;
127 __entry->mlo_offset_lo = ar->pdev->timestamp.mlo_offset_lo;
128 __entry->mlo_offset_hi = ar->pdev->timestamp.mlo_offset_hi;
130 __entry->mlo_comp_clks = ar->pdev->timestamp.mlo_comp_clks;
[all …]
/freebsd/contrib/kyua/utils/signals/
H A Dtimer.cpp113 datetime::timestamp _timer_activation;
164 const datetime::timestamp& now, in compute_timers_to_run_and_prune_old()
192 const datetime::timestamp& now, in reprogram_system_timer()
332 fire(const datetime::timestamp& now) in fire()
360 globals->fire(datetime::timestamp::now()); in sigalrm_handler()
389 datetime::timestamp when;
403 impl(const datetime::timestamp& when_) : in impl()
425 const datetime::timestamp now = datetime::timestamp::now(); in timer()
454 const datetime::timestamp now = datetime::timestamp::now(); in ~timer()
466 const datetime::timestamp&
[all …]
/freebsd/tools/sched/
H A Dschedgraph.d71 …up:\"load\", id:\"global load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[1]);
77 …ad\", id:\"CPU %d load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[0], args[1…
83 … id:\"%s/%s tid %d\", state:\"proc exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
88 …ad\", id:\"%s/%s tid %d\", state:\"exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
98 …", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
103 …e:\"runq add\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
104 … %d\", point:\"wokeup\", attributes: linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
109 …e:\"runq rem\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
114 … tid %d\", point:\"statclock\", attributes: prio:%d, stathz:%d\n", cpu, timestamp, args[0]->td_pro…
120 …ad\", id:\"%s/%s tid %d\", state:\"idle\", attributes: prio:%d\n", cpu, timestamp, curthread->td_p…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timestamp/
H A Dhardware-timestamps-common.yaml4 $id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
7 title: Hardware timestamp providers
13 Some devices/SoCs have hardware timestamp engines (HTE) which can use
14 hardware means to timestamp entity in realtime. The entity could be anything
15 from GPIOs, IRQs, Bus and so on. The hardware timestamp engine present
20 pattern: "^timestamp(@.*|-([0-9]|[1-9][0-9]+))?$"
22 "#timestamp-cells":
27 - "#timestamp-cells"
H A Dnvidia,tegra194-hte.yaml4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
16 timestamp (taken from system counter) in its internal hardware FIFO. It has
48 line/signal that it can enable/configure for the timestamp. It is u32
60 '#timestamp-cells':
72 - "#timestamp-cells"
123 tegra_hte_aon: timestamp@c1e0000 {
128 #timestamp-cells = <1>;
132 tegra_hte_lic: timestamp@3aa0000 {
137 #timestamp-cells = <1>;
H A Dhte-consumer.yaml4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
23 timestamp-names:
27 timestamp property.
30 timestamp-names: [ timestamps ]
38 timestamp-names = "hte-gpio", "hte-i2c";
/freebsd/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/contrib/kyua/utils/process/
H A Ddeadline_killer_test.cpp72 datetime::timestamp start = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
76 datetime::timestamp end = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
91 datetime::timestamp start = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
95 datetime::timestamp end = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
/freebsd/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/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/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/contrib/unbound/util/
H A Dedns.c149 uint32_t timestamp) in edns_cookie_server_write() argument
156 sldns_write_uint32(buf + 12, timestamp); in edns_cookie_server_write()
167 uint32_t timestamp; in edns_cookie_server_validate() local
176 timestamp = sldns_read_uint32(cookie + 12); in edns_cookie_server_validate()
177 if((comp_1982 = compare_1982(now, timestamp)) > 0 in edns_cookie_server_validate()
178 && (subt_1982 = subtract_1982(timestamp, now)) > 3600) in edns_cookie_server_validate()
181 if(comp_1982 <= 0 && subtract_1982(now, timestamp) > 300) in edns_cookie_server_validate()
/freebsd/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/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()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in91 timestamp request to the TSA and one for sending the timestamp response
93 creating a timestamp request based on a data file,
204 otherwise it is a timestamp token (ContentInfo).
266 Specifies a previously created timestamp response or timestamp token
278 of a timestamp response (TimeStampResp). (Optional)
288 The output is a timestamp token (ContentInfo) instead of timestamp
305 timestamp token is valid and matches a particular timestamp request or
544 To create a timestamp response for a request:
557 To create a timestamp token instead of timestamp response:
565 To extract the timestamp token from a response:
[all …]
H A Dtsget.pod26 This command can be used for sending a timestamp request, as specified
27 in RFC 3161, to a timestamp server over HTTP or HTTPS and storing the
28 timestamp response in a file. It cannot be used for creating the requests
33 This command sends the following HTTP request for each timestamp request:
39 Content-Type: application/timestamp-query
40 Accept: application/timestamp-reply
45 It expects a response of type application/timestamp-reply, which is
54 The URL of the HTTP/HTTPS server listening for timestamp requests.
124 List of files containing RFC 3161 DER-encoded timestamp requests. If no
144 Get a timestamp response for F<file1.tsq> over HTTP, output is written to
[all …]
/freebsd/usr.bin/tip/tip/
H A Dlog.c46 char *user, *timestamp; in logent() local
63 timestamp = ctime(&t); in logent()
64 timestamp[24] = '\0'; in logent()
66 user, timestamp, group, in logent()
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c121 struct timeval timestamp; in _svcauth_des() local
224 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
225 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
246 &timestamp); in _svcauth_des()
257 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
262 if (nick && BEFORE(&timestamp, in _svcauth_des()
269 if (!BEFORE(&current, &timestamp)) { in _svcauth_des()
285 IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1); in _svcauth_des()
286 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
317 entry->laststamp = timestamp; in _svcauth_des()
[all …]
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c388 uint64_t timestamp, expiry; in prep_data() local
436 timestamp = (uint64_t)*qstate->env->now; in prep_data()
438 timestamp = htobe64(timestamp); in prep_data()
441 if(oldlim + sizeof(timestamp)+sizeof(expiry) >= in prep_data()
445 sldns_buffer_write_at(buf, oldlim, &timestamp, sizeof(timestamp)); in prep_data()
521 uint64_t timestamp, expiry; in parse_data() local
524 if(lim < LDNS_HEADER_SIZE+sizeof(timestamp)+sizeof(expiry)) in parse_data()
530 &timestamp, sizeof(timestamp)); in parse_data()
532 timestamp = be64toh(timestamp); in parse_data()
579 if(*qstate->env->now <= (time_t)timestamp) { in parse_data()
[all …]
/freebsd/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()

12345678910>>...26