/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_set_initialized(nstime_t *time) { in nstime_init() argument 14 time->magic = NSTIME_MAGIC; in nstime_init() 19 nstime_assert_initialized(const nstime_t *time) { in nstime_init2() 25 assert(time->magic == NSTIME_MAGIC || 26 (time->magic == 0 && time->ns == 0)); 37 nstime_initialize_operand(nstime_t *time) { in nstime_nsec() argument 43 nstime_assert_initialized(time); in nstime_copy() 44 nstime_set_initialized(time); in nstime_copy() 48 nstime_init(nstime_t *time, uint64_ in nstime_compare() 17 nstime_init2(nstime_t * time,uint64_t sec,uint64_t nsec) nstime_init2() argument 22 nstime_ns(const nstime_t * time) nstime_ns() argument 27 nstime_msec(const nstime_t * time) nstime_msec() argument 32 nstime_sec(const nstime_t * time) nstime_sec() argument 42 nstime_copy(nstime_t * time,const nstime_t * source) nstime_copy() argument 52 nstime_add(nstime_t * time,const nstime_t * addend) nstime_add() argument 59 nstime_iadd(nstime_t * time,uint64_t addend) nstime_iadd() argument 66 nstime_subtract(nstime_t * time,const nstime_t * subtrahend) nstime_subtract() argument 73 nstime_isubtract(nstime_t * time,uint64_t subtrahend) nstime_isubtract() argument 80 nstime_imultiply(nstime_t * time,uint64_t multiplier) nstime_imultiply() argument 88 nstime_idivide(nstime_t * time,uint64_t divisor) nstime_idivide() argument 95 nstime_divide(const nstime_t * time,const nstime_t * divisor) nstime_divide() argument 104 nstime_get(nstime_t * time) nstime_get() argument 116 nstime_get(nstime_t * time) nstime_get() argument 125 nstime_get(nstime_t * time) nstime_get() argument 134 nstime_get(nstime_t * time) nstime_get() argument 140 nstime_get(nstime_t * time) nstime_get() argument 156 nstime_update_impl(nstime_t * time) nstime_update_impl() argument [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 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 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 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 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. 178 When creating local time information, put the configuration link in 192 A time of 24:00 or more appears in the input. 202 A time zone abbreviation uses a 261 A time zone abbreviation has fewer than 3 or more than 6 characters. 291 although output file names and time zone abbreviations can contain 347 Rules can describe times that are not representable as time values, 349 among hosts with differing time value types. [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/secure/lib/libcrypto/man/man3/ |
H A D | ASN1_TIME_set.3 | 76 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup \- ASN.1 Time functions 129 functions set the structure \fIs\fR to the time represented by the time_t 130 value \fIt\fR. If \fIs\fR is NULL a new time structure is allocated and returned. 133 functions set the time structure \fIs\fR to the time represented 134 by the time \fIoffset_day\fR and \fIoffset_sec\fR after the time_t value \fIt\fR. 136 time before \fIt\fR. The \fIoffset_sec\fR value can also exceed the number of 141 \&\fBASN1_GENERALIZEDTIME_set_string()\fR functions set the time structure \fIs\fR 142 to the time represented by string \fIstr\fR which must be in appropriate ASN.1 143 time format (for example YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ). If \fIs\fR is NULL 147 \&\fBASN1_TIME_set_string_X509()\fR sets \fBASN1_TIME\fR structure \fIs\fR to the time [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 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 D | ctime.3 | 47 .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 …]
|
/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/crypto/openssl/doc/internal/man3/ |
H A D | OSSL_TIME.pod | 19 #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 …]
|