Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 2336) sorted by relevance

12345678910>>...94

/freebsd/contrib/kyua/utils/signals/
H A Dtimer.cpp141 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/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt50 - 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
84 - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal
85 utmi_l1_suspend_n, false when asserts utmi_sleep_n
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def101 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when
103 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when
117 ///< Set when -femit-compact-unwind-non-canonical is enabled.
120 ///< Set when -fxray-always-emit-customevents is enabled.
123 ///< Set when -fxray-always-emit-typedevents is enabled.
126 ///< Set when -fxray-ignore-loops is enabled.
149 CODEGENOPT(JMCInstrument, 1, 0) ///< Set when -fjmc is enabled.
150 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled.
151 CODEGENOPT(CallFEntry , 1, 0) ///< Set when -mfentry is enabled.
152 CODEGENOPT(MNopMCount , 1, 0) ///< Set when -mnop-mcount is enabled.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt40 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 …]
H A Dstericsson,dma40.yaml87 The second cell is the DMA request line number. This is only used when
94 Logical channel when unset
95 Physical channel when set
97 Memory to Device when unset
98 Device to Memory when set
100 Little endian when unset
101 Big endian when set
103 Use automatic channel selection when unset
104 Use DMA request line number when set
106 Normal priority when unset
[all …]
/freebsd/sys/netgraph/
H A Dng_pipe.c636 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec 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()
815 when = &ngp_h->when; in pipe_dequeue()
857 when->tv_usec += priv->delay; in pipe_dequeue()
858 when->tv_sec += when->tv_usec / 1000000; in pipe_dequeue()
859 when->tv_usec = when->tv_usec % 1000000; in pipe_dequeue()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmisc.exp2 :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 Dvarmisc.mk23 @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/bin/sh/tests/expansion/
H A Dtrim6.017 [ "$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"
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def41 /// 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/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp121 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);
/freebsd/contrib/less/
H A DNEWS33 * Fix crash on Windows when writing logfile (github #405).
35 * Fix regression in exit code when stdin is /dev/null and
159 * Fix bug when empty file is modified while viewing it.
178 * Fix termlib detection when compiler doesn't accept
183 * Escape filenames when invoking LESSCLOSE.
225 * Support OSC 8 hyperlinks when -R is in effect.
252 * Fix crash when using the @ search modifier.
279 * Fix memory corruption when built with libtermcap.
383 * Fix bug when terminal has no "cm" termcap entry.
461 when compiling with no regex library.
[all …]
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c471 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
482 when->cyt_interval = prof->prof_interval; in profile_online()
483 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online()
485 pcpu->profc_expected = when->cyt_when; in profile_online()
486 pcpu->profc_interval = when->cyt_interval; in profile_online()
506 cyc_time_t when; in profile_enable() local
515 when.cyt_interval = prof->prof_interval; in profile_enable()
516 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable()
525 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td13 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.">;
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.">;
100 Desc<"Maximum number of characters to show when using %s in summary strings.">;
106 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
167 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
194 Desc<"Always install the main executable when connected to a remote platform.">;
228 Desc<"If true, stop when a shared library is loaded or unloaded.">;
[all …]
/freebsd/contrib/kyua/store/
H A Dlayout.cpp113 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/contrib/nvi/files/
H A Dconfig.h.in1 /* 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/sbin/dhclient/
H A Ddispatch.c176 if (timeouts->when <= cur_time) { in dispatch()
191 howlong = timeouts->when - cur_time; in dispatch()
359 add_timeout(time_t when, void (*where)(void *), void *what) in add_timeout() argument
393 q->when = when; in add_timeout()
398 if (!timeouts || timeouts->when > q->when) { in add_timeout()
406 if (t->next->when > q->when) { in add_timeout()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.49 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/contrib/libevent/
H A DChangeLog-1.49 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/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcomplex47 // 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/contrib/libbegemot/
H A Drpoll.c166 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/sys/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml48 value is sent for events this button generates when pressed.
50 when all buttons with linux,input-type == type and
71 Specifies whether the key should wake the system when asserted, when
73 system (e.g., when the "wakeup-source" property is also provided).
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt15 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.
/freebsd/sbin/ipf/libipf/
H A Dsave_v1trap.c290 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()
/freebsd/sys/contrib/device-tree/Bindings/mux/
H A Dmux-controller.yaml33 have when it is idle. The idle-state property is used for this. If the
34 idle-state is not present, the mux controller is typically left as is when
39 as is when it is idle. This is the default, but can still be useful for
40 mux controller chips with more than one mux controller, particularly when
91 Mux controller nodes can specify the state the mux should have when it is
93 left as is when it is idle. For multiplexer chips that expose several mux
98 as is when it is idle. This is the default, but can still be useful for
99 mux controller chips with more than one mux controller, particularly when

12345678910>>...94