/freebsd/share/doc/papers/sysperf/ |
H A D | a2.t | 36 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 …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-tstamp.manmisc.in | 24 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 …]
|
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init() argument 13 time->ns = ns; in nstime_init() 17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2() argument 18 time->ns = sec * BILLION + nsec; in nstime_init2() 22 nstime_ns(const nstime_t *time) { in nstime_ns() argument 23 return time->ns; in nstime_ns() 27 nstime_msec(const nstime_t *time) { in nstime_msec() argument 28 return time->ns / MILLION; in nstime_msec() 32 nstime_sec(const nstime_t *time) { in nstime_sec() argument 33 return time->ns / BILLION; in nstime_sec() [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_12.X.out | 1 …time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</n…
|
H A D | test_12.XP.out | 8 <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 D | test_12.JP.out | 10 "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 D | test_12.JPu.out | 10 "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 D | test_12.J.out | 1 …time":"2:15","hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"…
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | GDBRemoteSignals.cpp | 48 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 D | FreeBSDSignals.cpp | 75 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 …]
|
/freebsd/contrib/tzcode/ |
H A D | newtzset.3 | 3 .TH newtzset 3 "" "Time Zone Database" 5 tzset \- initialize time conversion information 10 .B #include <time.h> 49 clock) time, as specified by the 53 in the system time conversion information directory. 59 uses Universal Time (UT), with the abbreviation "UTC" 69 from which to read the time conversion information; 72 pathname of a file from which to read the time conversion information, 74 the time conversion information. 81 the pathname is relative to a system time conversio [all...] |
H A D | tzfile.5 | 44 (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 D | zdump.8 | 28 program prints the current time in each 39 Output a description of time intervals. 48 Output a verbose description of time intervals. 52 print the times at the two extreme time values, 59 each detected time discontinuity. 65 the given time is daylight saving time, standard time, 66 or an unknown time type, respectively. 69 if the given local time is known to be 75 except omit output concerning extreme time and year values. 77 implementations with different time representations. [all …]
|
H A D | zic.8 | 74 Create time conversion information files in the named directory rather than 79 as local time. 128 transitions are at standard time or Universal Time (UT) instead of local time. 174 When creating local time information, put the configuration link in 188 A time of 24:00 or more appears in the input. 198 A time zone abbreviation uses a 257 A time zone abbreviation has fewer than 3 or more than 6 characters. 287 although output file names and time zon [all...] |
H A D | newctime.3 | 3 .TH newctime 3 "" "Time Zone Database" 5 asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time 10 .B #include <time.h> 84 timestamp represents the time in seconds since 1970-01-01 00:00:00 85 Coordinated Universal Time (UTC). 90 introduction of UTC and are some other flavor of Universal Time (UT). 113 corrects for the time zone and any time zone adjustments 114 (such as Daylight Saving Time in the United States). 119 converts to Coordinated Universal Time [all...] |
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | trivial-rtc.yaml | 23 # 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 …]
|
/freebsd/share/doc/smm/11.timedop/ |
H A D | timed.ms | 63 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 …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | chrono.cppm |
|
H A D | chrono.inc | 22 // [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 …]
|
/freebsd/lib/libc/stdtime/ |
H A D | tzset.3 | 39 .Nd initialize time conversion information 53 initializes time conversion information used by the library routine 62 local wall clock time, as specified by the 71 Universal Time 81 file from which to read the time conversion information. 86 the system time conversion information directory. 89 of a file (as described above) from which to read the time conversion 92 specification (the format is described below) of the time conversion 108 Time (UTC) and the local time. 111 variable is set to 0 if the local timezone is observing standard time. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 17 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 …]
|
/freebsd/share/doc/smm/12.timed/ |
H A D | timed.ms | 33 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 …]
|
/freebsd/bin/date/ |
H A D | date.1 | 37 .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. 147 The date and time is formatted to the specified precision. [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | ASN1_TIME_set.3 | 152 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup \- ASN.1 Time functions 205 functions set the structure \fIs\fR to the time represented by the time_t 206 value \fIt\fR. If \fIs\fR is \s-1NULL\s0 a new time structure is allocated and returned. 209 functions set the time structure \fIs\fR to the time represented 210 by the time \fIoffset_day\fR and \fIoffset_sec\fR after the time_t value \fIt\fR. 212 time before \fIt\fR. The \fIoffset_sec\fR value can also exceed the number of 217 \&\fBASN1_GENERALIZEDTIME_set_string()\fR functions set the time structure \fIs\fR 218 to the time represented by string \fIstr\fR which must be in appropriate \s-1ASN.1\s0 219 time format (for example \s-1YYMMDDHHMMSSZ\s0 or \s-1YYYYMMDDHHMMSSZ\s0). If \fIs\fR is \s-1NULL\s0 223 \&\fBASN1_TIME_set_string_X509()\fR sets \fB\s-1ASN1_TIME\s0\fR structure \fIs\fR to the time [all …]
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_time.c | 38 void pt_time_init(struct pt_time *time) in pt_time_init() argument 40 if (!time) in pt_time_init() 43 memset(time, 0, sizeof(*time)); in pt_time_init() 47 uint32_t *lost_cyc, const struct pt_time *time) in pt_time_query_tsc() argument 49 if (!tsc || !time) in pt_time_query_tsc() 52 *tsc = time->tsc; in pt_time_query_tsc() 55 *lost_mtc = time->lost_mtc; in pt_time_query_tsc() 57 *lost_cyc = time->lost_cyc; in pt_time_query_tsc() 59 if (!time->have_tsc) in pt_time_query_tsc() 65 int pt_time_query_cbr(uint32_t *cbr, const struct pt_time *time) in pt_time_query_cbr() argument [all …]
|