HomeSort by: relevance | last modified time | path
    Searched refs:added (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
sh-errctl.exp 19 JobExec: target all, pid <pid> added to jobs table
directive-ifmake.exp 6 make: directive-ifmake.mk:63: Targets can even be added at parse time.
opt-debug-jobs.exp 17 JobExec: target all, pid <pid> added to jobs table
var-op-append.mk 10 # The '+=' variable assignment operator is planned to be added in
17 # The '+=' variable assignment operator was added before 1993-03-21.
20 # The variable is created, and no extra space is added before the value.
varmod-sun-shell.mk 6 # This modifier has been added on 1996-05-29.
varmod-sun-shell1.mk 6 # This modifier has been added on 2025-11-11
dep-colon-bug-cross-file.mk 10 # preventing any commands from being added later.
13 # In this pass, another command is added to the "current dependency group",
vardebug.mk 7 # expect: Global: VAR = added
8 VAR= added # VarAdd
varmod-order-numeric.mk 7 # The variable modifiers ':On', ':Onr' and ':Orn' were added in var.c 1.939
varmod-shell.mk 6 # This modifier has been added on 2000-04-29.
varname-dot-curdir.mk 30 # Since 2020-10-04, the output of the shell command is added to .PATH.
varname-dot-parsedir.mk 12 # .PARSEDIR and .PARSEFILE were added on 1999-08-09.
varname-dot-parsefile.mk 12 # .PARSEDIR and .PARSEFILE were added on 1999-08-09.
varname-makefile.mk 47 # Additional makefiles can be added while reading a makefile. They will be
  /src/sys/secmodel/
secmodel.c 143 secmodel_adjust_behavior(secmodel_t sm, bool added)
149 #define ADJUST_COUNTER(which, added) \
151 if (added) { \
162 ADJUST_COUNTER(secmodel_copy_cred_on_fork, added);
  /src/sys/external/bsd/dwc2/
dwctwo2netbsd 96 mv /tmp/dwc2n$$ $c && echo added NetBSD RCS tag to $c
  /src/sys/external/bsd/gnu-efi/
gnu-efi2netbsd 39 # - check makefiles to see if any extra sources have been added.
69 mv /tmp/gnu-efi2n$$ $c && echo added NetBSD RCS tag to $c
  /src/sys/arch/evbmips/sbmips/
machdep.c 228 int added; local
239 added = 0;
256 added = 1;
259 if (added)
260 printf("added to map\n");
262 printf("not added to map\n");
  /src/sys/arch/sbmips/sbmips/
machdep.c 214 int added; local
224 added = 0;
241 added = 1;
244 if (added)
245 printf("added to map\n");
247 printf("not added to map\n");
  /src/sys/external/gpl2/dts/
dts2netbsd 94 mv /tmp/dts2n$$ $c && echo added NetBSD RCS tag to $c
  /src/sys/sys/
rndio.h 58 uint32_t added; member in struct:__anon7670
  /src/sbin/dump/
traverse.c 63 static void writeextdata(union dinode *dp, ino_t ino, int added);
266 * files in it. If it does, and has not already been added to the dump
481 int ind_level, cnt, last, added; local
547 added = appendextdata(dp);
556 writeextdata(dp, ino, added);
571 added = appendextdata(dp);
573 writeextdata(dp, ino, added);
690 int i, j, count, blks, tbperdb, added = 0; local
722 added = appendextdata(dp);
736 writeextdata(dp, ino, added);
    [all...]
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 941 int added, cleared; local
948 added = -1;
969 added = i;
979 if (added >= 0)
981 added, addr);
993 int added, cleared; local
1034 added = -1;
1056 added = i;
1066 if (added >= 0)
1068 added, addr)
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
bsdstart.S 64 addl %a0,%d0 | added makes our absolute entry point
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 219 bool added = false; local
239 added = true;
240 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
254 added = true;
255 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
260 if (!added || mtx->nlink == 0) {

Completed in 90 milliseconds

1 2