Home
last modified time | relevance | path

Searched full:time (Results 1 – 25 of 9740) sorted by relevance

12345678910>>...390

/src/contrib/jemalloc/src/
H A Dnstime.c12 nstime_set_initialized(nstime_t *time) { in nstime_set_initialized() argument
14 time->magic = NSTIME_MAGIC; in nstime_set_initialized()
19 nstime_assert_initialized(const nstime_t *time) { in nstime_assert_initialized() argument
25 assert(time->magic == NSTIME_MAGIC || in nstime_assert_initialized()
26 (time->magic == 0 && time->ns == 0)); in nstime_assert_initialized()
37 nstime_initialize_operand(nstime_t *time) { in nstime_initialize_operand() argument
43 nstime_assert_initialized(time); in nstime_initialize_operand()
44 nstime_set_initialized(time); in nstime_initialize_operand()
48 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init() argument
49 nstime_set_initialized(time); in nstime_init()
[all …]
/src/share/doc/papers/sysperf/
H A Da2.t36 make clean; time make
37 time syscall 100000
38 time seqpage -p 7500 10
39 time seqpage -v -p 7500 10
40 time randpage -p 7500 30000
41 time randpage -v -p 7500 30000
42 time gausspage -p 7500 -s 1 30000
43 time gausspage -p 7500 -s 10 30000
44 time gausspage -p 7500 -s 30 30000
45 time gausspage -p 7500 -s 40 30000
[all …]
/src/contrib/libpcap/
H A Dpcap-tstamp.manmisc.in24 pcap-tstamp \- packet time stamps in libpcap
26 When capturing traffic, each packet is given a time stamp representing,
27 for incoming packets, the arrival time of the packet and, for outgoing
28 packets, the transmission time of the packet. This time is an
29 approximation of the arrival or transmission time. If it is supplied by
32 arrival or transmission time:
34 if the time stamp is applied to the packet when the networking stack
37 networking device driver to poll for packets, and the time stamp might
40 between the time when the last bit of the packet is received by the
41 capture device and when the networking stack time-stamps the packet;
[all …]
/src/contrib/libxo/tests/core/saved/
H A Dtest_12.X.out1time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</n…
H A Dtest_12.XP.out8 <time>2:15</time>
11 <time>3:45</time>
16 <time>2:15</time>
19 <time>3:45</time>
24 <time>2:15</time>
27 <time>3:45</time>
32 <time>2:15</time>
35 <time>3:45</time>
40 <time>2:15</time>
43 <time>3:45</time>
[all …]
H A Dtest_12.J.out1time":"2:15","hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"…
H A Dtest_12.JP.out10 "time": "2:15",
13 "time": "3:45"
18 "time": "2:15",
21 "time": "3:45"
26 "time": "2:15",
29 "time": "3:45"
34 "time": "2:15",
37 "time": "3:45"
42 "time": "2:15",
45 "time": "3:45"
[all …]
H A Dtest_12.JPu.out10 "time": "2:15",
13 "time": "3:45"
18 "time": "2:15",
21 "time": "3:45"
26 "time": "2:15",
29 "time": "3:45"
34 "time": "2:15",
37 "time": "3:45"
42 "time": "2:15",
45 "time": "3:45"
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp48 AddSignal(26, "SIGVTALRM", false, true, true, "virtual time alarm"); in Reset()
49 AddSignal(27, "SIGPROF", false, false, false, "profiling time alarm"); in Reset()
68 AddSignal(45, "SIG33", false, false, false, "real-time event 33"); in Reset()
69 AddSignal(46, "SIG34", false, false, false, "real-time event 34"); in Reset()
70 AddSignal(47, "SIG35", false, false, false, "real-time event 35"); in Reset()
71 AddSignal(48, "SIG36", false, false, false, "real-time event 36"); in Reset()
72 AddSignal(49, "SIG37", false, false, false, "real-time event 37"); in Reset()
73 AddSignal(50, "SIG38", false, false, false, "real-time event 38"); in Reset()
74 AddSignal(51, "SIG39", false, false, false, "real-time event 39"); in Reset()
75 AddSignal(52, "SIG40", false, false, false, "real-time event 40"); in Reset()
[all …]
H A DFreeBSDSignals.cpp75 AddSignal(33, "SIGLIBRT", false, false, false, "reserved by real-time library"); in Reset()
76 AddSignal(65, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset()
77 AddSignal(66, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset()
78 AddSignal(67, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset()
79 AddSignal(68, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset()
80 AddSignal(69, "SIGRTMIN+4", false, false, false, "real time signal 4"); in Reset()
81 AddSignal(70, "SIGRTMIN+5", false, false, false, "real time signal 5"); in Reset()
82 AddSignal(71, "SIGRTMIN+6", false, false, false, "real time signal 6"); in Reset()
83 AddSignal(72, "SIGRTMIN+7", false, false, false, "real time signal 7"); in Reset()
84 AddSignal(73, "SIGRTMIN+8", false, false, false, "real time signal 8"); in Reset()
[all …]
/src/contrib/tzcode/
H A Dnewtzset.33 .TH newtzset 3 "" "Time Zone Database"
5 tzset \- initialize time conversion information
8 .B #include <time.h>
47 clock) time, as specified by the
51 in the system time conversion information directory.
57 uses Universal Time (UT), with the abbreviation "UTC"
67 from which to read the time conversion information;
70 pathname of a file from which to read the time conversion information,
72 the time conversion information.
79 the pathname is relative to a system time conversion information
[all …]
H A Dtzfile.544 (UT is Universal Time.)
53 The number of local time types for which data entries are stored
56 The number of bytes of time zone abbreviation strings
67 Each is used as a transition time (as returned by
68 .Xt time 2 )
69 at which the rules for computing local time change.
72 each one but the last tells which of the different types of local time types
73 described in the file is associated with the time period
74 starting with the same-indexed transition time
75 and continuing up to but not including the next transition time.
[all …]
H A Dzdump.828 program prints the current time in each
47 Output a description of time intervals.
56 Output a verbose description of time intervals.
60 print the times at the two extreme time values,
67 each detected time discontinuity.
73 the given time is daylight saving time, standard time,
74 or an unknown time type, respectively.
77 if the given local time is known to be
83 except omit output concerning extreme time and year values.
85 implementations with different time representations.
[all …]
H A Dzic.878 Create time conversion information files in the named directory rather than
83 as local time.
124 transitions are at standard time or Universal Time (UT) instead of local time.
194 When creating local time information, put the configuration link in
220 A time of 24:00 or more appears in the input.
230 A time zone abbreviation uses a
289 A time zone abbreviation has fewer than 3 or more than 6 characters.
321 although output file names and time zone abbreviations can contain
377 Rules can describe times that are not representable as time values,
379 among hosts with differing time value types.
[all …]
/src/sbin/adjkerntz/
H A Dadjkerntz.833 .Nd adjust real-time clock (rtc) and kernel timezone offset
43 is always set to UTC and the real-time clock, which may be set to local time.
47 maintain proper timestamps for local time file systems such as the MS-DOS
57 exists, it means that the real-time clock keeps local time
59 If that file does not exist, it means that the real-time clock keeps UTC time.
67 whenever a time zone change occurs.
82 Then, for a local time real-time clock,
84 reads the local time from it
85 and sets the kernel clock to the corresponding UTC time.
88 utility also stores the local time zone offset in the
[all …]
/src/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
27 # ASPEED BMC ast2400 Real-time Clock
29 # ASPEED BMC ast2500 Real-time Clock
31 # ASPEED BMC ast2600 Real-time Clock
33 # Conexant Digicolor Real Time Clock Controller
37 # Dallas DS1672 Real-time Clock
41 # SD2405AL Real-Time Clock
45 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
47 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
[all …]
/src/share/doc/smm/11.timedop/
H A Dtimed.ms63 time daemons (\fItimed\fP) running on the machines in a local
66 The time daemons communicate with each other using the
67 \fITime Synchronization Protocol\fP (TSP) which
70 A time daemon has a twofold function.
74 among slave time daemons when, for any reason, the master disappears.
78 The next paragraphs are a brief overview of how the time daemon works.
82 A \fImaster time daemon\fP measures the time
85 The master computes the \fInetwork time\fP as the average of the
93 It then sends to each \fIslave time daemon\fP the
96 Since the correction is expressed as a time difference rather than an
[all …]
/src/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc22 // [time.traits], customization traits
31 // [time.duration.nonmember], duration arithmetic
38 // [time.duration.comparisons], duration comparisons
46 // [time.duration.cast], conversions
52 // [time.duration.io], duration I/O
70 // [time.point.nonmember], time_point arithmetic
72 // [time.point.comparisons], time_point comparisons
74 // [time.point.cast], conversions
77 // [time.duration.alg], specialized algorithms
80 // [time.clock.system], class system_clock
[all …]
/src/secure/lib/libcrypto/man/man3/
H A DASN1_TIME_set.379 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup \- ASN.1 Time functions
132 functions set the structure \fIs\fR to the time represented by the time_t
133 value \fIt\fR. If \fIs\fR is NULL a new time structure is allocated and returned.
136 functions set the time structure \fIs\fR to the time represented
137 by the time \fIoffset_day\fR and \fIoffset_sec\fR after the time_t value \fIt\fR.
139 time before \fIt\fR. The \fIoffset_sec\fR value can also exceed the number of
144 \&\fBASN1_GENERALIZEDTIME_set_string()\fR functions set the time structure \fIs\fR
145 to the time represented by string \fIstr\fR which must be in appropriate ASN.1
146 time format (for example YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ). If \fIs\fR is NULL
150 \&\fBASN1_TIME_set_string_X509()\fR sets \fBASN1_TIME\fR structure \fIs\fR to the time
[all …]
/src/lib/libc/stdtime/
H A Dtzset.339 .Nd initialize time conversion information
53 initializes time conversion information used by the library routine
62 to local wall clock time, as specified by the
71 Universal Time (UTC) is used (without leap second correction).
79 file from which to read the time conversion information.
83 pathname relative to the system time conversion information directory.
86 pathname of a file (as described above) from which to read the time
89 specification (the format is described below) of the time conversion
103 Universal Time (UTC) and the local time.
106 variable is set to 0 if the local timezone is observing standard time.
[all …]
H A Dctime.347 .Nd transform binary date and time values
86 functions all take as argument a pointer to a time value representing
87 the time in seconds since the Epoch (00:00:00 UTC on January 1, 1970;
89 .Xr time 3 ) .
93 function converts the time value pointed to by
98 the broken-out time information for the value after adjusting for the current
99 time zone (see
101 When the specified time translates to a year that will not fit in an
110 to initialize time conversion information if
121 to a pointer to an ASCII string that is the time zone abbreviation to be
[all …]
/src/crypto/openssl/doc/man3/
H A DASN1_TIME_set.pod17 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup - ASN.1 Time functions
70 functions set the structure I<s> to the time represented by the time_t
71 value I<t>. If I<s> is NULL a new time structure is allocated and returned.
74 functions set the time structure I<s> to the time represented
75 by the time I<offset_day> and I<offset_sec> after the time_t value I<t>.
77 time before I<t>. The I<offset_sec> value can also exceed the number of
82 ASN1_GENERALIZEDTIME_set_string() functions set the time structure I<s>
83 to the time represented by string I<str> which must be in appropriate ASN.1
84 time format (for example YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ). If I<s> is NULL
88 ASN1_TIME_set_string_X509() sets B<ASN1_TIME> structure I<s> to the time
[all …]
/src/bin/date/
H A Ddate.137 .Nd display or set date and time
39 .\" Display time.
54 .\" Set time with the default input format.
76 .\" Set time with the user-provided input format.
94 utility displays the current date and time.
97 will set the date and time or print it in a user-defined way.
101 utility displays the date and time read from the kernel clock.
102 When used to set the date and time,
109 the time may not be changed by more than 1 second.
148 The date and time is formatted to the specified precision.
[all …]
/src/share/doc/smm/12.timed/
H A Dtimed.ms33 Time Synchronization Protocol
53 .OH 'The Berkeley UNIX Time Synchronization Protocol''SMM:12-%'
54 .EH 'SMM:12-%''The Berkeley UNIX Time Synchronization Protocol'
58 The Time Synchronization Protocol (TSP)
70 among slave time daemons when, for any reason, the master disappears.
76 local area network, consists of a collection of \fItime daemons\fP
81 A \fImaster time daemon\fP measures the time
84 uses ICMP \fITime Stamp Requests\fP [5] to measure the clock difference
86 The master computes the \fInetwork time\fP as the average of the
95 It then sends to each \fIslave time daemon\fP the
[all …]
/src/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod19 #include "internal/time.h"
60 These functions allow the current time to be obtained and for basic
63 B<OSSL_TIME> can represent a duration, or a point in time. Where it is
64 used to represent a point in time, it does so by expressing a duration
72 a time can represent. The accuracy is independent of this and is system
75 B<ossl_ticks2time> converts an integral number of counts to a time.
77 B<ossl_time2ticks> converts a time to an integral number of counts.
81 to a time. These functions are implemented as macros.
84 time to an integral number of second, milliseconds and microseconds
89 This value represents the time Epoch and it is returned when an underflow
[all …]

12345678910>>...390