| /freebsd-head/share/doc/papers/sysperf/ |
| HD | 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-head/contrib/libpcap/ |
| HD | 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-head/contrib/jemalloc/src/ |
| HD | 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-head/contrib/libxo/tests/core/saved/ |
| HD | 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 …]
|
| HD | test_12.X.out | 1 …time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</n…
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | test_12.J.out | 1 …time":"2:15","hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"…
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | 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 …]
|
| HD | 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-head/contrib/tzcode/ |
| HD | 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 conversion information [all …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 zone abbreviations can contain 343 Rules can describe times that are not representable as time values, 345 among hosts with differing time value types. [all …]
|
| /freebsd-head/sbin/adjkerntz/ |
| HD | adjkerntz.8 | 33 .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 …]
|
| /freebsd-head/sys/contrib/device-tree/Bindings/rtc/ |
| HD | 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-head/share/doc/smm/11.timedop/ |
| HD | 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-head/contrib/llvm-project/libcxx/modules/std/ |
| HD | 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-head/lib/libc/stdtime/ |
| HD | 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 …]
|
| HD | ctime.3 | 45 .Nd transform binary date and time values 79 functions all take as argument a pointer to a time value representing 80 the time in seconds since the Epoch (00:00:00 UTC on January 1, 1970; 82 .Xr time 3 ) . 86 function converts the time value pointed to by 91 the broken-out time information for the value after adjusting for the current 92 time zone (see 94 When the specified time translates to a year that will not fit in an 103 to initialize time conversion information if 114 to a pointer to an ASCII string that is the time zone abbreviation to be [all …]
|
| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | 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-head/share/doc/smm/12.timed/ |
| HD | 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-head/secure/lib/libcrypto/man/man3/ |
| HD | 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-head/contrib/processor-trace/libipt/src/ |
| HD | 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 …]
|
| /freebsd-head/share/man/man9/ |
| HD | inittodr.9 | 37 .Nd initialize system time 46 function determines the time and sets the system clock. 47 It tries to pick the correct time using a set of heuristics that examine 48 the system's battery backed clock and the time obtained from the root 58 If the battery-backed clock has a valid time, it is used. 60 .\" If the battery-backed clock does not have a valid time, and 61 .\" the time provided in 65 .\" is used as the current time. 70 .\" a arbitrary base (typically some time in the late 1970s) 73 If the battery-backed clock does not have a valid time, [all …]
|