Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/sys/kern/
H A Dkern_tslog.c51 } timestamps[TSLOGSIZE]; variable
67 if (pos < nitems(timestamps)) { in tslog()
68 timestamps[pos].td = td; in tslog()
69 timestamps[pos].type = type; in tslog()
70 timestamps[pos].f = f; in tslog()
71 timestamps[pos].s = s; in tslog()
72 timestamps[pos].tsc = tsc; in tslog()
105 limit = MIN(nrecs, nitems(timestamps)); in sysctl_debug_tslog()
107 sbuf_printf(sb, "%p", timestamps[i].td); in sysctl_debug_tslog()
109 (unsigned long long)timestamps[i].tsc); in sysctl_debug_tslog()
[all …]
/freebsd/contrib/tzdata/
H A DNEWS9 Changes to future timestamps
50 Changes to past and future timestamps
59 Europe/Athens for future timestamps.
140 Changes to past timestamps
152 reproducible timestamps. Formerly, only the contents of the
153 compressed tarballs had reproducible timestamps.
263 last-modified and expiration timestamps for leap second data.
277 Changes to future timestamps
285 Changes to past timestamps
304 Changes to future timestamps
[all …]
H A Dleapseconds9 # less volatile last-modified and expiration timestamps, from
75 # Here are POSIX timestamps for the data in this file.
H A Dzonenow.tab1 # tzdb timezone descriptions, for users who do not care about old timestamps
7 # where civil timestamps are predicted to agree from now on.
H A Dbackward11 # for pre-1970 timestamps and so is out of scope for tzdb proper.
266 # Non-zone.tab locations with timestamps since 1970 that duplicate
/freebsd/contrib/tzcode/
H A DNEWS9 Changes to future timestamps
50 Changes to past and future timestamps
59 Europe/Athens for future timestamps.
140 Changes to past timestamps
152 reproducible timestamps. Formerly, only the contents of the
153 compressed tarballs had reproducible timestamps.
263 last-modified and expiration timestamps for leap second data.
277 Changes to future timestamps
285 Changes to past timestamps
304 Changes to future timestamps
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td25 "zero for UIDs, GIDs, and timestamps).">;
33 "real values for UIDs, GIDs, and timestamps).">;
39 HelpText<"Preserve access and modification timestamps">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td22 Desc<"Enable the use of TSC timestamps. This is supported on all "
74 "option forces the capture of TSC timestamps (see --tsc). Also, "
100 Desc<"Enable the use of TSC timestamps. This is supported on all "
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get0_peer_scts.pod15 SSL_get0_peer_scts() returns the signed certificate timestamps (SCTs) that have
H A DSSL_CTX_set_ct_validation_callback.pod33 certificate timestamps (SCTs) either for a given SSL connection or for all
105 presented SCTs have timestamps that are in the future (and therefore invalid).
H A DSSL_get_handshake_rtt.pod22 This metric is created by taking two timestamps during the handshake and
/freebsd/sys/dev/dpaa/
H A Dfman.h71 bool timestamps; member
/freebsd/contrib/tcsh/
H A DNewThings60 * History timestamps preserved in .history. The history file contains
61 now the timestamps as csh comments.
/freebsd/sbin/pfctl/
H A Dpf.os92 # - Timestamp - some systems that implement timestamps set them to
172 # functionality, enable or disable timestamps or selective ACK,
245 # Popular cluster config scripts disable timestamps and
263 S4:64:1:52:M*,N,N,S,N,W0: Linux:2.4:ts:Linux 2.4 w/o timestamps
264 S22:64:1:52:M*,N,N,S,N,W0: Linux:2.2:ts:Linux 2.2 w/o timestamps
292 # 16384:64:1:60:M*,N,N,N,N,N,N,T:FreeBSD:4.4:noTS:FreeBSD 4.4 (w/o timestamps)
/freebsd/contrib/ntp/
H A DREADME.leapsmear36 timestamps can occur.
156 sites that do not require correct timestamps for legal purposes. You just
177 system time at all. Only the timestamps and refid in outgoing reply packets
/freebsd/crypto/openssl/test/
H A DCAtsa.cnf140 ordering = yes # Is ordering defined for timestamps?
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt22 The interrupt line is used to signal availability of PTP TX timestamps and for
/freebsd/crypto/heimdal/admin/
H A Dktutil-commands.in175 help = "show timestamps"
/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc577 TEST_F(CopyFileRange, timestamps) in TEST_F() argument
740 TEST_F(CopyFileRangeNoAtime, timestamps) in TEST_F() argument
H A Dwrite.cc804 TEST_F(Write, timestamps) in TEST_F() argument
1479 TEST_F(WriteBackAsync, timestamps) in TEST_F() argument
/freebsd/sys/net80211/
H A DDATAPATH_RECEIVE.md99 that isn't strictly the data payload. These include receive timestamps
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi149timestamps included in requests which require authentication. This is used to enable (unreliable)…
439 Some NTP timestamps are represented in the format YYYYMMDDTTTT,
H A Dntpq-opts.def306 Specify a time interval to be added to timestamps included in
312 server does not now require timestamps in authenticated requests,
711 Some NTP timestamps are represented in the format
/freebsd/contrib/openpam/
H A Daclocal.m4865 # timestamps. The coarsest we know of is FAT, with a resolution
900 # timestamps than when they have distinct timestamps, keeping
941 # timestamps if the operating system supports them at all.
/freebsd/crypto/openssl/apps/
H A Dopenssl.cnf328 ordering = yes # Is ordering defined for timestamps?

123