Home
last modified time | relevance | path

Searched refs:updating (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/contrib/bmake/mk/
H A Dautodep.mk95 @echo updating dependencies for $<
101 @echo updating dependencies for $<
107 @echo updating dependencies for $<
111 @echo updating dependencies for $<
115 @echo updating dependencies for $<
H A DChangeLog1512 updating. Use ${.ALLTARGETS:M*.o} as a clue for .depend
1555 trigger for updating Makefile.depend*
1659 expected to be updating Makefile.depend*
2011 * install-mk: add ability to use cp -f when updating
/dragonfly/sys/netinet6/
H A Din6_rmx.c297 int updating; member
330 if (ap->updating && in in6_rtqkill()
378 arg.draining = arg.updating = 0; in in6_rtqtimo_dispatch()
403 arg.updating = 1; in in6_rtqtimo_dispatch()
507 arg.updating = 0;
/dragonfly/sys/netinet/
H A Din_rmx.c273 int updating; member
302 if (ap->updating && in in_rtqkill()
345 arg.draining = arg.updating = 0; in in_rtqtimo_dispatch()
370 arg.updating = 1; in in_rtqtimo_dispatch()
411 arg.updating = 0; in in_rtqdrain_oncpu()
/dragonfly/sys/kern/
H A Dvfs_cache.c166 int updating; member
3982 update = ncc->updating; in cache_findmount()
4056 atomic_add_int_nonlocked(&ncc->updating, 1); in cache_findmount()
4058 KKASSERT(ncc->updating & 1); in cache_findmount()
4084 atomic_add_int_nonlocked(&ncc->updating, 1); in cache_findmount()
4138 atomic_add_int_nonlocked(&ncc->updating, 1); in cache_ismounting()
4140 KKASSERT(ncc->updating & 1); in cache_ismounting()
4144 ++ncc->updating; in cache_ismounting()
4171 atomic_add_int_nonlocked(&ncc->updating, 1); in cache_ismounting()
4173 KKASSERT(ncc->updating & 1); in cache_ismounting()
[all …]
/dragonfly/contrib/gmp/
H A Dylwrap187 echo updating "$2"
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtree-ssa.texi180 (i.e., those macros take care of updating the statement). If changes
448 It is also still possible to utilize lazy updating of statements, but this
452 When lazy updating is being used, the immediate use information is out of date
453 and cannot be used reliably. Lazy updating is achieved by simply marking
455 @code{update_stmt}. When lazy updating is no longer required, all the
570 updating register or virtual names. In both cases, the general idea
645 for newly exposed symbols and virtual names marked for updating.
646 When updating real names, only insert PHI nodes for a real name
673 SSA form on their own may want to delegate the updating of
H A Dcfg.texi88 to take care of updating of these notes. Many of these notes expect
254 When updating the instruction stream it is easy to change possibly
420 during updating of the profile information numerical error may
450 easily update the profile, so updating it is in the majority of cases
452 updating code, because they manifest themselves only by producing
611 function may be useful to find bugs in the control flow graph updating
H A Dloop.texi149 used to cleanup CFG while updating the loops structures if
260 factor, updating the exit condition, and removing the exits that now
288 @item It makes updating of SSA form during loop transformations simpler.
292 cannot use this advantage (we could have local updating of real
294 updating for it as well; the amount of changes to SSA is the same).
H A Dcppopts.texi249 This feature is used in automatic updating of makefiles.
256 files without updating the @file{Makefile} to match.
/dragonfly/usr.sbin/ypserv/
H A Dypinit.sh89 The `-u' is for updating the ypservers map on a master server.
/dragonfly/contrib/cryptsetup/po/
H A DMakefile.in.in104 # if updating the $(CATALOGS) would always touch them; however, the rule for
354 # General rule for updating PO files.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dsstream224 // Internal function for correctly updating the internal buffer
230 // Internal function for correctly updating egptr() to the actual
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dbitset269 // 853. to_string needs updating with zero and one.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsstream270 // Internal function for correctly updating the internal buffer
276 // Internal function for correctly updating egptr() to the actual
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dbitset313 // 853. to_string needs updating with zero and one.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dbitset313 // 853. to_string needs updating with zero and one.
/dragonfly/crypto/openssh/
H A Dssh-keygen.c2405 do_gen_krl(struct passwd *pw, int updating, const char *ca_key_path, in do_gen_krl() argument
2422 if (updating) in do_gen_krl()
2436 if (updating) in do_gen_krl()
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddmirror_notes.txt110 * Since updating a segment descriptor on-media is expensive
/dragonfly/nrelease/root/
H A DREADME336 you have any problems with the quick targets, try updating your repo
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune.def32 - possibly updating ia32_multipass_dfa_lookahead, ix86_sched_reorder
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-WPS218 processing the credential attributes and updating wpa_supplicant
/dragonfly/
H A DUPDATING516 of 3.6 before updating to 3.8 or later.
857 the quick targets, try updating your repo first, and then a full buildworld
H A DMakefile.inc1627 (touch ${AUTO_BACKUP}/.updating > /dev/null 2>&1 && \
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim214 " BEFORE updating the MBE highlighting groups.
1191 " Auto Update - Function called by auto commands for auto updating the MBE {{{
1744 " 6.2.0 o Major overhaul of autocommand and list updating code,

12