Home
last modified time | relevance | path

Searched full:timestamp (Results 1 – 25 of 1499) sorted by relevance

12345678910>>...60

/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp54 static optional< datetime::timestamp > mock_now = none;
260 /// Internal representation for datetime::timestamp.
261 struct timestamp::impl : utils::noncopyable {
262 /// The raw timestamp as provided by libc.
267 /// \param data_ The raw timestamp to use.
278 /// Constructs a new timestamp.
281 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) : in timestamp() function in datetime::timestamp
287 /// Constructs a timestamp from the amount of microseconds since the epoch.
291 /// \return A new timestamp.
292 datetime::timestamp
[all …]
H A Ddatetime_test.cpp267 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
270 const datetime::timestamp ts2 = ts1; in ATF_TEST_CASE_BODY()
271 const datetime::timestamp ts3 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
284 const datetime::timestamp ts = datetime::timestamp::from_microseconds( in ATF_TEST_CASE_BODY()
297 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); in ATF_TEST_CASE_BODY()
299 datetime::set_mock_now(datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
302 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); in ATF_TEST_CASE_BODY()
304 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); 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()
[all …]
H A Ddatetime.hpp94 class timestamp { class
100 timestamp(std::shared_ptr< impl >);
103 static timestamp from_microseconds(const int64_t);
104 static timestamp from_values(const int, const int, const int,
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;
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py70 <testsuites tests="26" failures="5" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" …
71 …"SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
72 …output_unittest_.cc" line="53" status="run" result="completed" time="*" timestamp="*" classname="S…
74 …ame="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
75 …output_unittest_.cc" line="61" status="run" result="completed" time="*" timestamp="*" classname="F…
82 …MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time="*" timestamp="*">
83 …output_unittest_.cc" line="88" status="run" result="completed" time="*" timestamp="*" classname="M…
84 …output_unittest_.cc" line="93" status="run" result="completed" time="*" timestamp="*" classname="M…
94 …ut_unittest_.cc" line="98" status="notrun" result="suppressed" time="*" timestamp="*" classname="M…
96 …"XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
[all …]
H A Dgoogletest-json-output-unittest.py64 'timestamp': '*',
76 'timestamp': '*',
84 'timestamp': '*',
95 'timestamp': '*',
103 'timestamp': '*',
123 'timestamp': '*',
131 'timestamp': '*',
142 'timestamp': '*',
151 'timestamp': '*',
164 'timestamp': '*',
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-ts.1197 [\fB\-attime\fR \fItimestamp\fR]
241 signs them and sends the timestamp token back to the client. By
245 The \s-1TSA\s0 client receives the timestamp token and verifies the
250 timestamp request to the \s-1TSA\s0 and one for sending the timestamp response
252 creating a timestamp request based on a data file,
253 creating a timestamp response based on a request, verifying if a
266 Generate a \s-1TS\s0 query. For details see \*(L"Timestamp Request generation\*(R".
269 Generate a \s-1TS\s0 reply. For details see \*(L"Timestamp Response generation\*(R".
272 Verify a \s-1TS\s0 response. For details see \*(L"Timestamp Response verification\*(R".
273 .SS "Timestamp Request generation"
[all …]
H A Dtsget.1159 This command can be used for sending a timestamp request, as specified
160 in \s-1RFC 3161,\s0 to a timestamp server over \s-1HTTP\s0 or \s-1HTTPS\s0 and storing the
161 timestamp response in a file. It cannot be used for creating the requests
166 This command sends the following \s-1HTTP\s0 request for each timestamp request:
173 \& Content\-Type: application/timestamp\-query
174 \& Accept: application/timestamp\-reply
180 It expects a response of type application/timestamp\-reply, which is
186 The \s-1URL\s0 of the \s-1HTTP/HTTPS\s0 server listening for timestamp requests.
195 server. The timestamp response will be written to the given output file. '\-'
196 means standard output. In case of multiple timestamp requests or the absence
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in78 signs them and sends the timestamp token back to the client. By
84 The TSA client receives the timestamp token and verifies the
91 timestamp request to the TSA and one for sending the timestamp response
93 creating a timestamp request based on a data file,
94 creating a timestamp response based on a request, verifying if a
111 Generate a TS query. For details see L</Timestamp Request generation>.
115 Generate a TS reply. For details see L</Timestamp Response generation>.
119 Verify a TS response. For details see L</Timestamp Response verification>.
123 =head2 Timestamp Request generation
125 The B<-query> command can be used for creating and printing a timestamp
[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.
65 server. The timestamp response will be written to the given output file. '-'
66 means standard output. In case of multiple timestamp requests or the absence
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dtrace.h79 __entry->info = ar->pdev->timestamp.info;
80 __entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
81 __entry->sync_tstmp_hi_us = ar->pdev->timestamp.sync_timestamp_lo_us;
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;
125 __entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
[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/kyua/utils/signals/
H A Dtimer.cpp100 /// Collection of active timestamps by their activation timestamp.
104 typedef std::map< datetime::timestamp, timers_set > timers_by_timestamp_map;
113 datetime::timestamp _timer_activation;
115 /// Mapping of all active timers using their timestamp as the key.
152 /// Calculates all timers to execute at this timestamp.
154 /// \param now The current timestamp.
164 const datetime::timestamp& now, in compute_timers_to_run_and_prune_old()
187 /// \param now The current timestamp.
192 const datetime::timestamp& now, in reprogram_system_timer()
210 datetime::timestamp next = (*iter).first; in reprogram_system_timer()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c39 /* Access macro for slots in vblank timestamp ringbuffer. */
44 /* Retry timestamp calculation up to 3 times to satisfy
82 * Clear vblank timestamp buffer for a crtc.
115 * vblank timestamp, repeat until they are consistent. in vblank_disable_and_save()
133 /* Compute time difference to stored timestamp of last vblank in vblank_disable_and_save()
141 * timestamp and tvblank, then we are currently executing our in vblank_disable_and_save()
142 * disable inside a new vblank interval, the tvblank timestamp in vblank_disable_and_save()
148 * Skip this step if there isn't any high precision timestamp in vblank_disable_and_save()
252 DRM_INFO("Supports vblank timestamp caching Rev 1 (10.10.2010).\n"); in drm_vblank_init()
256 DRM_INFO("Driver supports precise vblank timestamp query.\n"); in drm_vblank_init()
[all …]
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c40 * (1) The timestamp microseconds do not exceed 1 million.
41 * (2) The timestamp plus the window is less than the current time.
42 * (3) The timestamp is not less than the one previously
121 struct timeval timestamp; in _svcauth_des() local
201 * Decrypt the timestamp in _svcauth_des()
221 * XDR the decrypted timestamp in _svcauth_des()
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()
[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…
93 …", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
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…
[all …]
/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/contrib/tcpdump/
H A Dprint-arista.c16 The Arista timestamp header consists of the following fields:
18 2. A 2-byte subtype field; 0x01 indicates the timestamp header
20 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field
37 | timestamp... |
44 2. The timestamp format and length. Currently assigned values include:
45 1 = 64-bit timestamp
46 2 = 48-bit timestamp
64 { ARISTA_SUBTYPE_TIMESTAMP, "Timestamp" },
134 // Timestamp has 32-bit lsb in nanosec and remaining msb in sec in arista_ethertype_print()
135 ND_PRINT("Format %s (%u), HwInfo %s (%u), Timestamp ", in arista_ethertype_print()
/freebsd/sbin/camcontrol/
H A Dtimestamp.c35 * SCSI tape drive timestamp support
93 * enable SCSI control over the tape drive's timestamp in set_restore_flags()
141 * tape drive's timestamp. in set_restore_flags()
219 warn("error sending Report Timestamp"); in report_timestamp()
230 memcpy(&temp_timestamp[2], &report_buf->timestamp, 6); in report_timestamp()
287 scsi_create_timestamp(ts_p.timestamp, ts); in set_timestamp()
304 warn("error sending Set Timestamp"); in set_timestamp()
315 printf("Timestamp set to %ju\n", (uintmax_t)ts); in set_timestamp()
328 timestamp(struct cam_device *device, int argc, char **argv, char *combinedopt, in timestamp() function
421 "setting the timestamp"); in timestamp()
[all …]
/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/sys/contrib/device-tree/Bindings/net/
H A Dti,k3-am654-cpts.yaml19 - 64-bit timestamp mode in ns with PPM and nudge adjustment.
20 - hardware timestamp push inputs (HWx_TS_PUSH)
21 - timestamp counter compare output (TS_COMP)
22 - timestamp counter bit output (TS_SYNC)
25 - external hardware timestamp push inputs (HWx_TS_PUSH) timestamping
88 Number of hardware timestamp push inputs (HWx_TS_PUSH)
94 Number of timestamp Generator function outputs (TS_GENFx)
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk19 # time, without an error or warning message. The returned timestamp differs
29 # The ':mtime' modifier accepts a timestamp in seconds as an optional
30 # argument. This timestamp is used as a fallback in case the file's time
37 # The fallback timestamp must start with a digit, and it is interpreted as a
44 # The fallback timestamp must only be an integer, without trailing characters.
53 # The timestamp of a newly created file must be at least as great as the
54 # timestamp when parsing of this makefile started.
/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,

12345678910>>...60