| /src/contrib/kyua/utils/signals/ |
| H A D | timer.cpp | 124 timers_set& timers = _all_timers[timer->when()]; in add_to_all_timers() 141 timer->when()); in remove_from_all_timers() 243 _timer_activation(timer->when()) in global_state() 245 PRE(now < timer->when()); in global_state() 249 const datetime::delta delta = timer->when() - now; in global_state() 251 timer->when() % now); in global_state() 257 _timer_activation = timer->when(); in global_state() 315 LD(F("Unprogramming timer; previously firing on %s") % timer->when()); in unprogram() 389 datetime::timestamp when; member 404 when(when_), programmed(true), fired(false) in impl() [all …]
|
| /src/sys/contrib/device-tree/Bindings/usb/ |
| H A D | dwc3.txt | 41 - snps,dis-start-transfer-quirk: when set, disable isoc START TRANSFER command 44 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 46 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled 50 - snps,req_p1p2p3_quirk: when set, the core will always request for 52 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 54 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 56 - snps,lfps_filter_quirk: when set core will filter LFPS reception. 57 - snps,rx_detect_poll_quirk: when set core will disable a 400us delay to start 59 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value. 62 - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy. [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 56 ///< aliases to base ctors when possible. 57 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled. 81 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled. 84 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs 91 ///< Only useful when running CodeGen as a 102 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled. 103 CODEGENOPT(BBAddrMap , 1, 0) ///< Set when -fbasic-block-address-map is enabled. 104 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is 106 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when 108 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when [all …]
|
| /src/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 40 3. The DMA request line number (only when 'use fixed channel' is set) 44 Logical channel when unset 45 Physical channel when set 47 Memory to Device when unset 48 Device to Memory when set 50 Little endian when unset 51 Big endian when set 53 Use automatic channel selection when unset 54 Use DMA request line number when set 56 Normal priority when unset [all …]
|
| /src/sys/netgraph/ |
| H A D | ng_pipe.c | 68 struct timeval when; /* this packet's due time */ member 635 struct timeval *when = &hinfo->qin_utime; in ngp_rcvdata() local 636 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec in ngp_rcvdata() 637 && when->tv_usec < now->tv_usec)) { in ngp_rcvdata() 638 when->tv_sec = now->tv_sec; in ngp_rcvdata() 639 when->tv_usec = now->tv_usec; in ngp_rcvdata() 743 struct timeval *when; in pipe_dequeue() local 755 when = &hinfo->qin_utime; in pipe_dequeue() 756 if (when->tv_sec > now->tv_sec || (when->tv_sec == now->tv_sec in pipe_dequeue() 757 && when->tv_usec > now->tv_usec)) in pipe_dequeue() [all …]
|
| /src/sbin/dhclient/ |
| H A D | dispatch.c | 181 if (timespeccmp(&timeouts->when, &time_now, <=)) { in dispatch() 196 timespecsub(&timeouts->when, &time_now, &howlong); in dispatch() 368 struct timespec when; in add_timeout() local 371 clock_gettime(CLOCK_MONOTONIC, &when); in add_timeout() 372 when.tv_sec += when_s - cur_time; in add_timeout() 373 add_timeout_timespec(when, where, what); in add_timeout() 377 add_timeout_timespec(struct timespec when, void (*where)(void *), void *what) in add_timeout_timespec() argument 411 q->when = when; in add_timeout_timespec() 416 if (!timeouts || timespeccmp(&timeouts->when, &q->when, >)) { in add_timeout_timespec() 424 if (timespeccmp(&t->next->when, &q->when, >)) { in add_timeout_timespec()
|
| /src/contrib/bmake/unit-tests/ |
| H A D | varmisc.exp | 2 :D expanded when var set 5 :U expanded when var undef 10 :U skipped when var set 12 :? only lhs when value true 15 :? only rhs when value false
|
| H A D | varmisc.mk | 22 @echo :U skipped when var set 30 @echo :U expanded when var undef 34 @echo :D expanded when var set 38 @echo :? only lhs when value true 42 @echo :? only rhs when value false
|
| /src/contrib/less/ |
| H A D | NEWS | 74 * Fix bug when entering search modifier key at start of non-empty 84 * Fix incorrect display when returning to a mark after resizeing window 117 * Fix bug when pasting a search pattern while --incsearch is active 120 * Fix bug in Windows build when autorepeating a search pattern (github #639). 187 * Fix unexpected behavior when entering a partial command followed by 190 * Fix bug when coloring prompt string with SGR sequences (github #516). 192 * Fix bug when searching for text near an invalid UTF-8 sequence (github #542). 194 * Fix display bug when file contains ESC followed by NUL (github #550). 196 * Fix bug when using +:n +:p +:x or +:d on the command line (github #552). 198 * Fix bug with --no-number-headers when header is not at start of file [all …]
|
| /src/bin/sh/tests/expansion/ |
| H A D | trim6.0 | 17 [ "$y" = @ ] || echo "error when unquoted in non-splitting context" 18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context" 19 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context" 21 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 26 /// MergePolicy: How to behave when the value of the field is different in 41 /// True when this class is an aggregate. 44 /// True when this class is a POD-type. 47 /// True when this class is empty for traits purposes, that is: 55 /// True when this class is polymorphic, i.e., has at 59 /// True when this class is abstract, i.e., has at least 63 /// True when this class is standard-layout, per the applicable 67 /// True when this class was standard-layout under the C++11 84 /// True when any base class has any declared non-static data 90 /// True when any base class has any declared non-static data [all …]
|
| /src/sys/cddl/dev/profile/ |
| H A D | profile.c | 469 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument 480 when->cyt_interval = prof->prof_interval; in profile_online() 481 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online() 483 pcpu->profc_expected = when->cyt_when; in profile_online() 484 pcpu->profc_interval = when->cyt_interval; in profile_online() 504 cyc_time_t when; in profile_enable() local 513 when.cyt_interval = prof->prof_interval; in profile_enable() 514 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable() 523 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 121 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3() 124 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3() 140 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue, 167 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, 170 REAL(dispatch_after)(when, queue, lsan_block);
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 6 …bles explicitly into the expression text. This will fix symbol resolution when there are name coll… 13 Desc<"Default architecture to choose, when there's a choice.">; 19 Desc<"The language to use when interpreting expressions entered in commands.">; 45 Desc<"Skip function prologues when setting breakpoints by name.">; 54 …Desc<"Executable search paths to use when locating executable files whose paths don't match the lo… 57 …Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable… 60 Desc<"List of directories to be searched when locating modules for Clang.">; 88 Desc<"Whether to display leading zeroes when printing variable values in hex format.">; 91 …Desc<"The maximum number of zeroes to insert when displaying a very small float before falling bac… 100 Desc<"Maximum number of characters to show when using %s in summary strings.">; [all …]
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-fipsinstall.pod.in | 112 The path provided in the filename is used to load the module when it is 142 used when building OpenSSL. 161 If no key is provided, the default that was specified when OpenSSL was 169 If no key is provided, the default that was specified when OpenSSL was 210 when using the TLS1_PRF KDF algorithm. This check is disabled by default. 220 Configure the module to not allow small keys sizes when using HMAC. 225 Configure the module to not allow small keys sizes when using KMAC. 244 Configure the module to enable a run-time digest check when deriving a key by 250 Configure the module to enable a run-time digest check when deriving a key by 256 Configure the module to enable a run-time digest check when deriving a key by [all …]
|
| /src/contrib/kyua/store/ |
| H A D | layout.cpp | 113 new_id(const std::string& test_suite, const datetime::timestamp& when) in new_id() argument 115 const std::string when_datetime = when.strftime("%Y%m%d-%H%M%S"); in new_id() 116 const int when_ms = static_cast<int>(when.to_microseconds() % 1000000); in new_id() 213 const datetime::timestamp& when) in new_db_for_migration() argument 215 const std::string generated_id = new_id(test_suite_for_path(root), when); in new_db_for_migration()
|
| /src/contrib/nvi/files/ |
| H A D | config.h.in | 1 /* Define when using wide characters */ 4 /* Define when iconv can be used */ 7 /* Define when the 2nd argument of iconv(3) is not const */
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) 24 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) 25 o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini) 33 …ead, start out accepting 32 events at a time, and double the queue's size when it seems that the O… 35 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec 38 o Fix a problem with excessive memory allocation when using multiple event priorities. 43 …o Try to contain degree of failure when running on a win32 version so heavily firewalled that we c… 45 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC. 48 o Do not break evdns connections to nameservers when our IP changes. [all …]
|
| /src/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) 24 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) 25 o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini) 33 …ead, start out accepting 32 events at a time, and double the queue's size when it seems that the O… 35 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec 38 o Fix a problem with excessive memory allocation when using multiple event priorities. 43 …o Try to contain degree of failure when running on a win32 version so heavily firewalled that we c… 45 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC. 48 o Do not break evdns connections to nameservers when our IP changes. [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_get_handshake_rtt.pod | 25 When acting as the server, one timestamp is taken when the server is finished 27 ServerHelloDone in TLS 1.2. The other timestamp is taken when the server is 31 When acting as the client, one timestamp is taken when the client is finished 32 writing the ClientHello and early data (if any). The other is taken when 40 especially when the processing includes asymmetric cryptographic operations.
|
| /src/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | complex | 47 // functions that don't exist when compiling CUDA device code). 52 // // Present only when compiling for host. 57 // // Present when compiling for host and for device. 64 // This is safe because when compiling for device, all function calls in 66 // resolve to the same function as they resolve to when compiling for host. We 68 // codegen this host code when compiling for device.
|
| /src/contrib/libbegemot/ |
| H A D | rpoll.c | 166 tval_t when; /* next time to trigger in usecs! */ member 395 p->when = GETUSECS() + usecs; in poll_start_utimer() 448 return tims[t1].when < tims[t2].when ? -1 in tim_cmp() 449 : tims[t1].when > tims[t2].when ? +1 in tim_cmp() 524 i, tfd[i]->when - now); in poll_dispatch() 527 if((tout = tims[tfd[0]].when - now) < 0) in poll_dispatch() 618 if(tims[tfd[i]].when > now) in poll_dispatch() 627 tims[tfd[i]].when = now + tims[tfd[i]].usecs; in poll_dispatch()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 22 various key points during the handshake lifecycle such as when new keys are 23 established, crypto frame data is ready to be sent or consumed, or when the 77 /* Called when a traffic secret is available for a given TLS protection level. */ 85 * Called when we receive transport parameters from the peer. 96 * Called when the handshake has been completed as far as the handshake 104 * Called when something has gone wrong with the connection as far as the 122 QUIC-TLS handshake when there is new CRYPTO frame data to be sent, or when it 126 OpenSSL QUIC implementation via the `yield_secret_cb`, and when the handshake 208 Invoked when the TLS implementation wants to read more handshake data. This 211 This design does introduce an extra "copy" in the process when `crypto_recv_cb` [all …]
|
| /src/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | us5182d.txt | 15 fractional bits - Q4.4) applied when light > threshold 18 fractional bits - Q4.4) applied when light < threshold 33 There will be no dark-gain compensation by default when ALS > thresh 34 (0 * dark-gain), and a 1.35 compensation factor when ALS < thresh.
|
| /src/sbin/ipf/libipf/ |
| H A D | save_v1trap.c | 290 int msglen, u_32_t ipaddr, time_t when) in maketrap_v1() argument 363 s[0] = when >> 24; in maketrap_v1() 364 s[1] = when >> 16; in maketrap_v1() 365 s[2] = when >> 8; in maketrap_v1() 366 s[3] = when & 0xff; in maketrap_v1() 430 sendtrap_v1_0(int fd, char *community, char *msg, int msglen, time_t when) in sendtrap_v1_0() argument 437 (u_char *)msg, msglen, 0, when); in sendtrap_v1_0()
|