| /freebsd-13.1/contrib/kyua/utils/signals/ |
| H A D | timer.cpp | 141 timer->when()); in remove_from_all_timers() 243 _timer_activation(timer->when()) in global_state() 245 PRE(now < timer->when()); in global_state() 251 timer->when() % now); in global_state() 257 _timer_activation = timer->when(); in global_state() 389 datetime::timestamp when; member 455 if (now > _pimpl->when) { in ~timer() 467 signals::timer::when(void) const in when() function in signals::timer 469 return _pimpl->when; in when() 541 if (now > _pimpl->when) { in unprogram() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/usb/ |
| H A D | dwc3.txt | 50 - snps,req_p1p2p3_quirk: when set, the core will always request for 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. 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. 63 - snps,dis_u2_susphy_quirk: when set core will disable USB2 suspend phy. 64 - snps,dis_enblslpm_quirk: when set clears the enblslpm in GUSB2PHYCFG, 73 - snps,dis-del-phy-power-chg-quirk: when set core will change PHY power 81 - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal 82 utmi_l1_suspend_n, false when asserts utmi_sleep_n [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 99 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when 101 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when 113 ///< Set when -fxray-always-emit-customevents is enabled. 116 ///< Set when -fxray-always-emit-typedevents is enabled. 119 ///< Set when -fxray-ignore-loops is enabled. 139 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled. 140 CODEGENOPT(CallFEntry , 1, 0) ///< Set when -mfentry is enabled. 141 CODEGENOPT(MNopMCount , 1, 0) ///< Set when -mnop-mcount is enabled. 142 CODEGENOPT(RecordMCount , 1, 0) ///< Set when -mrecord-mcount is enabled. 143 CODEGENOPT(PackedStack , 1, 0) ///< Set when -mpacked-stack is enabled. [all …]
|
| /freebsd-13.1/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 …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | time.c | 90 svn_time_to_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_cstring() argument 104 apr_time_exp_gmt(&exploded_time, when); in svn_time_to_cstring() 135 svn_time_from_cstring(apr_time_t *when, const char *data, apr_pool_t *pool) in svn_time_from_cstring() argument 167 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring() 198 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring() 211 svn_time_to_human_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_human_cstring() argument 219 ret = apr_time_exp_lt(&exploded_time, when); in svn_time_to_human_cstring()
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_pipe.c | 637 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec in ngp_rcvdata() 639 when->tv_sec = now->tv_sec; in ngp_rcvdata() 640 when->tv_usec = now->tv_usec; in ngp_rcvdata() 738 struct timeval *when; in pipe_dequeue() local 750 when = &hinfo->qin_utime; in pipe_dequeue() 751 if (when->tv_sec > now->tv_sec || (when->tv_sec == now->tv_sec in pipe_dequeue() 799 when = &ngp_h->when; in pipe_dequeue() 841 when->tv_usec += priv->delay; in pipe_dequeue() 842 when->tv_sec += when->tv_usec / 1000000; in pipe_dequeue() 843 when->tv_usec = when->tv_usec % 1000000; in pipe_dequeue() [all …]
|
| /freebsd-13.1/bin/sh/tests/expansion/ |
| H A D | trim6.0 | 18 [ "$y" = @ ] || echo "error when unquoted in non-splitting context" 19 [ "$yq" = @ ] || echo "error when quoted in non-splitting context" 20 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context" 22 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
|
| /freebsd-13.1/contrib/serf/ |
| H A D | CHANGES | 3 Fix issue #151: SCons build broken when only one library in ENVPATH 9 Resolve a bucket (aka "memory") leak when a request bucket is 11 Reset state variables when resetting connection (r1708849) 60 Fix host header when url contains a username or password (r2170) 66 Do not invoke progress callback when no data was received (r2144) 69 Fix build when GSSAPI not in default include path (2155) 104 - continue functioning when a server sets KeepAlive: off 198 Actually disable Nagle when creating a connection (r1441) 203 Fix memory leak when using SSL (r1408, r1416) 208 Fix double free abort when destroying request buckets [all …]
|
| /freebsd-13.1/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 | 23 @echo :U skipped when var set 31 @echo :U expanded when var undef 35 @echo :D expanded when var set 39 @echo :? only lhs when value true 43 @echo :? only rhs when value false
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 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 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 96 /// True when there are private non-static data members. 99 /// True when there are protected non-static data members. [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_time.h | 46 svn_time_to_cstring(apr_time_t when, 59 svn_time_from_cstring(apr_time_t *when, 67 svn_time_to_human_cstring(apr_time_t when,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 122 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3() 125 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3() 141 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue, 168 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, 171 REAL(dispatch_after)(when, queue, lsan_block);
|
| /freebsd-13.1/sys/cddl/dev/profile/ |
| H A D | profile.c | 490 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument 501 when->cyt_interval = prof->prof_interval; in profile_online() 502 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online() 504 pcpu->profc_expected = when->cyt_when; in profile_online() 505 pcpu->profc_interval = when->cyt_interval; in profile_online() 525 cyc_time_t when; in profile_enable() local 534 when.cyt_interval = prof->prof_interval; in profile_enable() 535 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable() 544 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 13 Desc<"Default architecture to choose, when there's a choice.">; 19 Desc<"The language to use when interpreting expressions entered in commands.">; 36 Desc<"Skip function prologues when setting breakpoints by name.">; 48 Desc<"List of directories to be searched when locating modules for Clang.">; 77 Desc<"Maximum number of characters to show when using %s in summary strings.">; 83 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">; 144 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">; 174 Desc<"Always install the main executable when connected to a remote platform.">; 208 Desc<"If true, stop when a shared library is loaded or unloaded.">; 212 Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">; [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 26 Desc<"The default disassembly format string to use when disassembling instruction sequences.">; 30 …Desc<"The default frame format string to use when displaying stack frame information for threads."… 48 Desc<"The number of disassembly lines to show when displaying a stopped context.">; 53 Desc<"Control when to display disassembly when displaying a stopped context.">; 57 Desc<"The size limit to use when disassembling large functions (default: 32KB).">; 61 …Desc<"The number of sources lines to display that come after the current source line when displayi… 65 …Desc<"The number of sources lines to display that come before the current source line when display… 97 Desc<"The default thread format string to use when displaying thread information.">; 101 …Desc<"The default thread format string to use when displaying thread information as part of the s… 129 Desc<"The tab size to use when indenting code in multi-line input mode (default: 4).">; [all …]
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/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 */
|
| /freebsd-13.1/contrib/less/ |
| H A D | NEWS | 49 * Support OSC 8 hyperlinks when -R is in effect. 76 * Fix crash when using the @ search modifier. 90 * Display error message immediately when -o is toggled and 93 * Fix regression: make screen repaint when "squished" and 103 * Fix memory corruption when built with libtermcap. 159 searching, to help when viewing syntax-highlighted code. 167 * Fix buffering bug when using stdin with a LESSOPEN pipe. 207 * Fix bug when terminal has no "cm" termcap entry. 285 when compiling with no regex library. 562 Search highlighting works properly when used with -R. [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 48 o Do not break evdns connections to nameservers when our IP changes. 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] 76 o Fix a memory leak when reading multi-line headers 104 o Do not warn on accept when errno is either EAGAIN or EINTR 112 o Do not use SO_REUSEADDR when connecting 114 o Fix a bug in event_rpcgen when generated fixed-sized entries 156 o do not insert event into list when evsel->add fails 189 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled 216 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined. [all …]
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 48 o Do not break evdns connections to nameservers when our IP changes. 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] 76 o Fix a memory leak when reading multi-line headers 104 o Do not warn on accept when errno is either EAGAIN or EINTR 112 o Do not use SO_REUSEADDR when connecting 114 o Fix a bug in event_rpcgen when generated fixed-sized entries 156 o do not insert event into list when evsel->add fails 189 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled 216 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined. [all …]
|
| /freebsd-13.1/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.
|
| /freebsd-13.1/sbin/dhclient/ |
| H A D | dispatch.c | 189 if (timeouts->when <= cur_time) { in dispatch() 204 howlong = timeouts->when - cur_time; in dispatch() 372 add_timeout(time_t when, void (*where)(void *), void *what) in add_timeout() argument 406 q->when = when; in add_timeout() 411 if (!timeouts || timeouts->when > q->when) { in add_timeout() 419 if (t->next->when > q->when) { in add_timeout()
|
| /freebsd-13.1/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() 617 if(tims[tfd[i]].when > now) in poll_dispatch() 625 tims[tfd[i]].when = now + tims[tfd[i]].usecs; in poll_dispatch()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 211 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in INTERCEPT_DISPATCH_X_F_3() 220 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt, in INTERCEPT_DISPATCH_X_F_3() 243 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue, 274 dispatch_time_t when, dispatch_queue_t queue, void(^work)(void)) { 277 REAL(dispatch_after)(when, queue, asan_block);
|