Home
last modified time | relevance | path

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

12345678910>>...82

/freebsd/contrib/kyua/utils/signals/
H A Dtimer.cpp124 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 …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt41 - 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def56 ///< 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 …]
/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 …]
/freebsd/sys/netgraph/
H A Dng_pipe.c68 struct timeval when; /* this packet's due time */
601 * Shortcut from inbound to outbound hook when neither of in ngp_rcvdata()
635 struct timeval *when = &hinfo->qin_utime; in ngp_rcvdata()
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()
755 when in pipe_dequeue()
67 struct timeval when; /* this packet's due time */ global() member
634 struct timeval *when = &hinfo->qin_utime; ngp_rcvdata() local
736 struct timeval *when; pipe_dequeue() local
[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.mk22 @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
/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.def26 /// 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 …]
/freebsd/contrib/less/
H A DNEWS21 * Fix crash when using --header on command line (github #545).
23 * Fix possible crash when scrolling left/right or toggling -S (github #547).
25 * Fix bug when using #stop in a lesskey file (github #551).
27 * Fix bug when using --shift or --match-shift on command line with
30 * Fix bug in R command when file size changes (github #553).
32 * Fix bug using --header when file does not fill screen (github #556).
34 * Fix ^X bug when output is not a terminal (github #558).
84 * Add message when search with ^W wraps (github #459).
113 * Fix -J display when searching for non-ASCII characters (github #422).
117 * Fix bug when horizontall
[all...]
/freebsd/sbin/dhclient/
H A Ddispatch.c181 if (timespeccmp(&timeouts->when, &time_now, <=)) { in dispatch()
196 timespecsub(&timeouts->when, &time_now, &howlong); in dispatch()
368 struct timespec when = { .tv_sec = when_s, .tv_nsec = 0 }; in add_timeout() local
369 add_timeout_timespec(when, where, what); in add_timeout()
373 add_timeout_timespec(struct timespec when, void (*where)(void *), void *what) in add_timeout_timespec() argument
407 q->when = when; in add_timeout_timespec()
412 if (!timeouts || timespeccmp(&timeouts->when, &q->when, >)) { in add_timeout_timespec()
420 if (timespeccmp(&t->next->when, &q->when, >)) { in add_timeout_timespec()
/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/llvm-project/lldb/source/Target/
H A DTargetProperties.td6 …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 …]
/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/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/ntp/sntp/libevent/
H A DChangeLog-1.49 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 …]
H A DChangeLog-2.03 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
13 o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)
15 o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
21 o win32: avoid crash when waiting forever on zero fds. (160e58b)
25 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
27 …o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (…
64 …o Cancel a probe request when the server is freed, and ignore cancelled probe callbacks (94d2336 G…
98 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-1.49 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 …]
H A DChangeLog-2.03 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
13 o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)
15 o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
21 o win32: avoid crash when waiting forever on zero fds. (160e58b)
25 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
27 …o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (…
64 …o Cancel a probe request when the server is freed, and ignore cancelled probe callbacks (94d2336 G…
98 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
[all …]
/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/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/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/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/sys/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt49 Default to 8 when undefined.
52 Default to "select" when undefined.
55 Default to "ncs" when undefined.
58 Default to "ncs" when undefined.
61 Default to "disabled" when undefined.
72 Default to "normal" when undefined.

12345678910>>...82