Home
last modified time | relevance | path

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

12345678910>>...65

/src/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 …]
/src/secure/usr.bin/openssl/man/ !
H A Dopenssl-ts.1126 [\fB\-attime\fR \fItimestamp\fR]
171 signs them and sends the timestamp token back to the client. By
175 The TSA client receives the timestamp token and verifies the
180 timestamp request to the TSA and one for sending the timestamp response
182 creating a timestamp request based on a data file,
183 creating a timestamp response based on a request, verifying if a
196 Generate a TS query. For details see "Timestamp Request generation".
199 Generate a TS reply. For details see "Timestamp Response generation".
202 Verify a TS response. For details see "Timestamp Response verification".
203 .SS "Timestamp Request generation"
[all …]
H A Dtsget.186 This command can be used for sending a timestamp request, as specified
87 in RFC 3161, to a timestamp server over HTTP or HTTPS and storing the
88 timestamp response in a file. It cannot be used for creating the requests
93 This command sends the following HTTP request for each timestamp request:
100 \& Content\-Type: application/timestamp\-query
101 \& Accept: application/timestamp\-reply
107 It expects a response of type application/timestamp\-reply, which is
113 The URL of the HTTP/HTTPS server listening for timestamp requests.
122 server. The timestamp response will be written to the given output file. \*(Aq\-\*(Aq
123 means standard output. In case of multiple timestamp requests or the absence
[all …]
/src/contrib/googletest/googletest/test/ !
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 …]
H A Dgtest_xml_output_unittest.py70 <testsuites tests="28" failures="5" disabled="2" errors="0" time="*" timestamp="*" name="AllTests">
74 …"SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
75 …output_unittest_.cc" line="53" status="run" result="completed" time="*" timestamp="*" classname="S…
77 …ame="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
78 …output_unittest_.cc" line="61" status="run" result="completed" time="*" timestamp="*" classname="F…
85 …MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time="*" timestamp="*">
86 …output_unittest_.cc" line="88" status="run" result="completed" time="*" timestamp="*" classname="M…
87 …output_unittest_.cc" line="93" status="run" result="completed" time="*" timestamp="*" classname="M…
97 …ut_unittest_.cc" line="98" status="notrun" result="suppressed" time="*" timestamp="*" classname="M…
99 …"XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
[all …]
/src/crypto/openssl/doc/man1/ !
H A Dopenssl-ts.pod.in80 signs them and sends the timestamp token back to the client. By
86 The TSA client receives the timestamp token and verifies the
93 timestamp request to the TSA and one for sending the timestamp response
95 creating a timestamp request based on a data file,
96 creating a timestamp response based on a request, verifying if a
113 Generate a TS query. For details see L</Timestamp Request generation>.
117 Generate a TS reply. For details see L</Timestamp Response generation>.
121 Verify a TS response. For details see L</Timestamp Response verification>.
125 =head2 Timestamp Request generation
127 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 …]
/src/usr.sbin/makefs/tests/ !
H A Dmakefs_msdos_tests.sh50 timestamp=1742574908 # Even value, timestamp precision is 2s.
55 $MAKEFS -T $timestamp -s 1m $TEST_IMAGE $TEST_INPUTS_DIR
60 #atf_check_equal $st_atime $timestamp
61 atf_check_equal $st_mtime $timestamp
62 atf_check_equal $st_ctime $timestamp
73 timestamp_F=1742574908 # Even value, timestamp precision is 2s.
86 #atf_check_equal $st_atime $timestamp
99 timestamp=1742574908 # Even value, timestamp precision is 2s.
105 $MAKEFS -T $timestamp -s 1m $TEST_IMAGE $TEST_SPEC_FILE
110 #atf_check_equal $st_atime $timestamp
[all …]
H A Dmakefs_ffs_tests.sh236 timestamp=1742574909
241 $MAKEFS -M 1m -T $timestamp $TEST_IMAGE $TEST_INPUTS_DIR
245 atf_check_equal $st_atime $timestamp
246 atf_check_equal $st_mtime $timestamp
247 atf_check_equal $st_ctime $timestamp
283 timestamp=1742574909
289 $MAKEFS -M 1m -T $timestamp $TEST_IMAGE $TEST_SPEC_FILE
293 atf_check_equal $st_atime $timestamp
294 atf_check_equal $st_mtime $timestamp
295 atf_check_equal $st_ctime $timestamp
/src/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 …]
/src/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";
/src/contrib/bmake/unit-tests/ !
H A Dopt-tracefile.exp4 <timestamp> 0 BEG <make-pid> <curdir>
5 <timestamp> 1 JOB <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
6 <timestamp> 1 DON <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
7 <timestamp> 1 JOB <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
8 <timestamp> 1 DON <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
9 <timestamp> 1 JOB <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DE…
10 <timestamp> 1 DON <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DE…
11 <timestamp> 0 END <make-pid> <curdir>
/src/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 …]
/src/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 …]
/src/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 …]
/src/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 …]
/src/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()
/src/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()
/src/contrib/tcpdump/ !
H A Dprint-arista.c17 The Arista timestamp header consists of the following fields:
19 2. A 2-byte subtype field; 0x01 indicates the timestamp header
21 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field
38 | timestamp... |
45 2. The timestamp format and length. Currently assigned values include:
46 1 = 64-bit timestamp
47 2 = 48-bit timestamp
65 { ARISTA_SUBTYPE_TIMESTAMP, "Timestamp" },
135 // Timestamp has 32-bit lsb in nanosec and remaining msb in sec in arista_ethertype_print()
136 ND_PRINT("Format %s (%u), HwInfo %s (%u), Timestamp ", in arista_ethertype_print()
/src/sys/contrib/dev/iwlwifi/mld/ !
H A Dlow_latency.c20 unsigned long timestamp) in iwl_mld_calc_low_latency() argument
37 time_after(timestamp, ll->window_start[mac_id] + in iwl_mld_calc_low_latency()
41 ll->window_start[mac_id] = timestamp; in iwl_mld_calc_low_latency()
94 unsigned long timestamp = jiffies; in iwl_mld_low_latency_wk() local
104 low_latency_active = iwl_mld_calc_low_latency(mld, timestamp); in iwl_mld_low_latency_wk()
106 /* Update the timestamp now after the low-latency calculation */ in iwl_mld_low_latency_wk()
107 mld->low_latency.timestamp = timestamp; in iwl_mld_low_latency_wk()
144 ll->timestamp = ts; in iwl_mld_low_latency_init()
165 ll->timestamp = jiffies; in iwl_mld_low_latency_restart_cleanup()
295 if (time_is_before_jiffies(mld->low_latency.timestamp + MLD_LL_PERIOD)) in iwl_mld_low_latency_update_counters()
[all …]
/src/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 …]

12345678910>>...65