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

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
varname-dot-path.mk 19 # Only existing directories are added to the path, the others are ignored.
25 # Only directories are added to the path, not regular files.
31 # Relative directories can be added as well.
32 # Each directory is only added once to the path.
38 # The pathnames are not normalized before being added to the path.
sh-errctl.exp 19 JobExec: target all, pid <pid> added to jobs table
depsrc-usebefore-double-colon.mk 8 # The dependency operator :: allows commands to be added later to the same
27 # This command is not added to the "action" target since it comes too late.
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.
dep-double-colon.mk 17 # groups is added separately to the .ALLTARGETS variable.
varmod-sun-shell.mk 6 # This modifier has been added on 1996-05-29.
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
suff-incomplete.mk 14 # and not added to the transformation rules.
directive-ifmake.mk 58 # line options can be added at parse time. This means that it is
62 # expect+1: Targets can even be added at parse time.
63 . info Targets can even be added at parse time.
65 . info No, targets cannot be added at parse time anymore.
  /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/gpl2/dts/dist/arch/arm/boot/dts/
s3c6400.dtsi 13 * nodes can be added to this file.
imx6dl-b1x5v2.dtsi 39 * (and support cannot be added without some ugly hacks). Since this
s3c6410.dtsi 13 * nodes can be added to this file.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apple/
t8103-j274.dts 32 /* Format properties will be added by loader */
  /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 in function:mach_init
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 in function:mach_init
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:__anon55e960fb0208
  /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 in function:dumpino
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 in function:blksout64
722 added = appendextdata(dp);
736 writeextdata(dp, ino, added);
    [all...]
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 941 int added, cleared; local in function:db_md_break_cmd
948 added = -1;
969 added = i;
979 if (added >= 0)
981 added, addr);
993 int added, cleared; local in function:db_md_watch_cmd
1034 added = -1;
1056 added = i;
1066 if (added >= 0)
1068 added, addr)
    [all...]

Completed in 21 milliseconds

1 2 3 4 5