Home
last modified time | relevance | path

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

12345678910>>...24

/dragonfly/test/cocci/
HDunlock_return.cocci42 ... when != ACPI_SERIAL_END(E);
60 ... when != crit_exit();
78 ... when != rel_mplock();
98 ... when != lockmgr(E,LK_RELEASE);
118 ... when != lwkt_reltoken(E);
138 ... when != lwkt_serialize_exit(E);
158 ... when != nlookup_done(E);
178 ... when != spin_unlock(E);
198 ... when != vm_object_drop(E);
230 ... when != \(vn_unlock\|vput\)(E);
[all …]
/dragonfly/games/trek/
HDschedule.c142 double when; in xsched() local
145 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor; in xsched()
146 return (schedule(ev, when, x, y, z)); in xsched()
162 double when; in xresched() local
166 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor; in xresched()
167 reschedule(e, when); in xresched()
/dragonfly/contrib/gdb-7/gdb/
HDevent-loop.c206 struct timeval when; member
1154 timer_ptr->when.tv_sec = time_now.tv_sec + delta.tv_sec; in create_timer()
1155 timer_ptr->when.tv_usec = time_now.tv_usec + delta.tv_usec; in create_timer()
1157 if (timer_ptr->when.tv_usec >= 1000000) in create_timer()
1159 timer_ptr->when.tv_sec += 1; in create_timer()
1160 timer_ptr->when.tv_usec -= 1000000; in create_timer()
1176 if ((timer_index->when.tv_sec > timer_ptr->when.tv_sec) in create_timer()
1177 || ((timer_index->when.tv_sec == timer_ptr->when.tv_sec) in create_timer()
1178 && (timer_index->when.tv_usec > timer_ptr->when.tv_usec))) in create_timer()
1252 if ((timer_ptr->when.tv_sec > time_now.tv_sec) in handle_timer_event()
[all …]
/dragonfly/contrib/less/
HDNEWS51 * Add message when search with ^W wraps (github #459).
80 * Fix -J display when searching for non-ASCII characters (github #422).
84 * Fix bug when horizontally shifting long lines (github #425).
93 * Fix bug with --mouse on Windows when used with pipes (github #440).
97 * Fix display bug when using -w with an empty line with a CR/LF
103 * Fix wrong sleep time when system has usleep but not nanosleep (github #489).
105 * Fix bug when file name contains a newline.
107 * Fix bug when file name contains nonprintable characters (github #503).
117 * Fix problem when a program piping into less reads from the tty,
130 * Fix erroneous EOF when terminal window size changes (github #372).
[all …]
/dragonfly/tools/regression/bin/sh/expansion/
HDtrim6.018 [ "$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"
/dragonfly/contrib/lvm2/dist/lib/format_text/
HDimport.c88 time_t *when, char **desc) in text_vg_import_fd() argument
97 *when = 0; in text_vg_import_fd()
119 (*vsn)->read_desc(fid->fmt->cmd->mem, cft, when, desc); in text_vg_import_fd()
130 time_t *when, char **desc) in text_vg_import_file() argument
133 when, desc); in text_vg_import_file()
HDimport-export.h53 time_t *when, char **desc);
72 time_t *when, char **desc);
80 time_t *when, char **desc);
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDconstraints.md105 ;; for SSE4_1 target, when inter-unit moves to SSE register are enabled
107 ;; for SSE4_1 target, when inter-unit moves from SSE register are enabled
110 ;; p Integer register when TARGET_PARTIAL_REG_STALL is disabled
111 ;; a Integer register when zero extensions with AND are disabled
112 ;; b Any register that can be used as the GOT base when calling
116 ;; f x87 register when 80387 floating point arithmetic is enabled
117 ;; r SSE regs not requiring REX prefix when prefixes avoidance is enabled
128 "@internal Any SSE register, when SSE2 and inter-unit moves to vector registers are enabled.")
132 "@internal Any SSE register, when SSE2 and inter-unit moves from vector registers are enabled.")
140 …%xmm0-%xmm31}) for AVX512DQ target or any SSE register for SSE4_1 target, when inter-unit moves to…
[all …]
/dragonfly/sbin/dhclient/
HDdispatch.c128 if (timeout.when <= cur_time) { in dispatch()
140 howlong = timeout.when - cur_time; in dispatch()
314 set_timeout(time_t when, void (*where)(void)) in set_timeout() argument
316 timeout.when = when; in set_timeout()
323 timeout.when = time(NULL) + secs; in set_timeout_interval()
330 timeout.when = 0; in cancel_timeout()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDconstraints.md92 ;; p Integer register when TARGET_PARTIAL_REG_STALL is disabled
93 ;; d Integer register when integer DFmode moves are enabled
94 ;; x Integer register when integer XFmode moves are enabled
95 ;; f x87 register when 80387 floating point arithmetic is enabled
102 "@internal Any SSE register, when SSE2 and inter-unit moves are enabled.")
106 "@internal Any MMX register, when inter-unit moves are enabled.")
110 "@internal Any integer register when TARGET_PARTIAL_REG_STALL is disabled.")
116 "@internal Any integer register when integer DFmode moves are enabled.")
120 "@internal Any integer register when integer XFmode moves are enabled.")
124 "@internal Any x87 register when 80387 FP arithmetic is enabled.")
/dragonfly/contrib/gcc-4.7/gcc/
HDgdbinit.in26 Works only when an inferior is executing.
35 Works only when an inferior is executing.
50 Works only when an inferior is executing.
59 Works only when an inferior is executing.
68 Works only when an inferior is executing.
77 Works only when an inferior is executing.
86 Works only when an inferior is executing.
95 Works only when an inferior is executing.
HDparams.def75 "The maximum number of instructions when automatically inlining",
100 … "Inline recursively only when the probability of call being executed exceeds the parameter",
136 /* The maximum number of instructions to consider when looking for an
148 to consider when searching for a block with valid live register
151 parameter should be removed when the delay slot code is rewritten
168 /* This parameter limits the number of backtracking attempts when using the
172 …"The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop",
222 /* This is the threshold ratio when to perform partial redundancy
224 when the following holds:
351 … "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA",
[all …]
/dragonfly/sbin/hammer2/
HDTODO4 need to do is queue the conn (when possible) or the node
5 (when possible), or just flag it w/ a global, and then
8 link->dist propagation is still a bit screwy when there are a
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW13 Fix deadlock when changing mirrors due to unpaired memlock refcount changes.
33 Fix clvmd segfault when refresh_toolcontext fails.
46 Only include selinux libs in libdevmapper.pc when selinux build enabled.
69 Fix lvm2app test to run under test/api subdirectory only when configured.
87 Fix vgcfgrestore error paths when locking fails (2.02.49).
164 Return EINVALID_CMD_LINE not success when invalid VG name format is used.
197 Fix memory leak in vgsplit when re-reading the vg.
208 Fix segfault in vg_release when vg->cmd is NULL.
212 Abort if automatic metadata correction fails when reading VG to update it.
216 Suggest using lvchange --resync when adding leg to not-yet-synced mirror.
[all …]
HDWHATS_NEW_DM4 Support udev flags even when udev_sync is disabled or not compiled in.
8 Fix hash lookup segfault when keys compared are different lengths.
15 Make libdm ABI consistent when built with/without selinux support.
29 Check udev is running when processing cookies and retain state internally.
32 Restore umask when device node creation fails.
58 Do not fork daemon when dmeventd cannot be found.
66 Only generate libdevmapper.a when configured to link statically.
69 Detect failure to free memory pools when releasing the library.
70 Fix segfault when getopt processes dmsetup -U, -G and -M options.
108 Skip add_dev_node when ioctls disabled.
[all …]
/dragonfly/stand/boot/common/
HDboot.c190 time_t when, otime, ntime; in autoboot() local
220 when = otime + timeout; /* when to boot */ in autoboot()
233 if (ntime >= when) { in autoboot()
240 kernelname, (int)(when - ntime), in autoboot()
241 (when-ntime)==1?"":"s"); in autoboot()
/dragonfly/contrib/zstd/
HDCHANGELOG12 cli : provide a condensed summary by default when processing multiple files
21 build: fix cmake script when using path with spaces, by @terrelln
28 fix : Always return dstSize_tooSmall when that is the case
35 cli : Warn when (de)compressing multiple files into a single output, by @senhuang42 (#2279)
36 cli : Improved progress bar and status summary when (de)compressing multiple files, by @senhuang42 …
65 perf: Automatically downsizes ZSTD_DCtx when too large for too long (#2069, by @bimbashreshta)
90 perf: Better compression speed when re-using a context, by @felixhandte
91 perf: Fix compression ratio when compressing large files with small dictionary, by @senhuang42
132 perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
136 cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640)
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDlanguages.texi23 of these, such as alias analysis, may work better when GCC is
24 compiling directly from source code then when it is compiling from
26 @item Better debugging information is generated when compiling
27 directly from source code than when going via intermediate generated C
/dragonfly/contrib/gcc-8.0/gcc/
HDparams.def83 "The maximum number of instructions when automatically inlining.",
108 … "Inline recursively only when the probability of call being executed exceeds the parameter.",
144 /* The maximum number of instructions to consider when looking for an
156 to consider when searching for a block with valid live register
159 parameter should be removed when the delay slot code is rewritten
176 /* This parameter limits the number of backtracking attempts when using the
180 …"The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop.…
240 /* This is the threshold ratio when to perform partial redundancy
242 when the following holds:
285 … "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant.",
[all …]
/dragonfly/contrib/ee/
HDee.i18n.guide30 67 message displayed when info window turned off
31 68 indication that no file name was entered when invoking ee
59 92 prompt for name of file to be saved (used when no name was
102 162 error message when unable to save configuration file
105 168 error message when unable to save configuration file
106 169 error message for ree when not specifying the file
108 181 - 182 indicators of more information in menu (for when scrolling
114 Care should be taken when translating commands and initialization keywords
121 catalog used when running the software. The standard syntax would be:
/dragonfly/games/quiz/datfiles/
HDucc73 3-501:when presentment, notice of dishonor, and protest necessary or permissible
86 4-209:when bank gives value for purposes of holder in due course
89 4-401:when bank may charge customer's account
114 9-302:when filing is required to perfect security interest
115 9-303:when security interest is perfected
117 9-305:when possession by secured party perfects security interest without filing
124 9-501:default; procedure when security agreement covers real and personal property
/dragonfly/bin/sh/
HDTOUR49 which call error when there is no memory left. It also defines a
52 big advantage is that when an exception occurs all we have to do
76 called from main to parse the shell arguments when the shell is
85 four tables: one for normal use, one for use when inside single
86 quotes and dollar single quotes, one for use when inside double
101 machines, but the code to keep track of when to delete the tem-
146 sign. If the type is not VSNORMAL (including when it is VSLENGTH),
151 ${var[7]} and generate an error when they are expanded.
248 loop if the shell is interactive), but when called from a non-
257 be the name of the routine to use when the program is linked into
[all …]
/dragonfly/contrib/bmake/mk/
HDChangeLog10 ${DEP_${TARGET_SPEC_VAR}:U${TARGET_SPEC_VAR}} when refering to
29 * yacc.mk: when we have *.y in SRCS used explicit rules and .ORDER
104 forked when generating dirdeps.cache
116 * init.mk (_SKIP_BUILD): when doing DIRDEPS_BUILD
158 * meta.sys.mk: check for nofilemon support when we skip level 0
168 * dirdeps.mk: when building dirdeps.cache, minimize the amount of
238 * dirdeps.mk: when using .MAKE.DEPENDFILE_PREFERENCE to find
247 cater for local complexities, when ONLY_TARGET_SPEC_LIST
263 * dirdeps.mk: when generating dirdeps.cache
288 and use := when setting SHELL
[all …]
/dragonfly/tools/regression/bin/sh/execution/
HDfunc3.03 # This may fail when parsing or when defining the function, or the definition
/dragonfly/contrib/gdb-7/gdb/doc/
HDobserver.texi23 when GDB reaches certain states, or certain events occur in GDB.
35 when attaching the callback. In return, the subject will provide
40 as it lacks a mechanism that would deallocate this data when the
46 data when attaching the callback.
61 @value{GDBN} notifies all @code{normal_stop} observers when the
66 Note that the @code{normal_stop} notification is not emitted when
75 Using the function @var{f}, create an observer that is notified when
80 Remove @var{observer} from the list of observers to be notified when
125 when @value{GDBN} calls this observer, the library's symbols probably
131 Note that when @value{GDBN} calls this observer, the library's

12345678910>>...24