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

1 2 3

  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.exp 2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
dep-duplicate.exp 2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
deptgt-begin.exp 2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
varmod-assign-shell.mk 14 # unsuccessful commands, it put the previous value of the variable into the
16 # counterintuitive error message 'make: "previous" returned non-zero status'
19 DIRECT= previous
23 ASSIGNED= previous
varmod-to-many-words.mk 4 # to undo a previous :tW modifier.
varmod-shell.mk 12 # The previous value of the expression is irrelevant for this modifier.
21 # Between 2000-04-29 and 2020-11-17, the error message mentioned the previous
varmod-assign.mk 22 # operator '=' overwrites the previous value, therefore the variable LAST ends
118 # If the command fails, the variable keeps its previous value.
119 @${SH_ERR::=previous}
125 APPEND.prev= previous
132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}"
140 VAR= previous
174 # Existing variables are updated in their previous scope, and environment
203 # Existing variables are updated in their previous scope, and environment
depsrc-usebefore-double-colon.mk 28 # The commands had been copied in the previous line already.
suff-clear-regular.mk 15 # The empty .SUFFIXES discards all previous suffixes.
deptgt-main.mk 20 # previous main target, which was 'all'.
dep-colon-bug-cross-file.mk 41 # expect+1: warning: using previous script for "all" defined here
deptgt-makeflags.mk 111 .MAKEFLAGS: VAR=previous
113 .if ${VAR} != "previous"
deptgt-begin.mk 17 # expect-9: warning: using previous script for ".BEGIN" defined here
varmod-remember.mk 30 # value of '_' from the previous evaluation in command line scope.
  /src/lib/csu/arch/hppa/
crtn.S 43 .previous
crti.S 52 .previous
  /src/sys/external/bsd/drm2/dist/drm/
drm_bridge.c 118 * @previous: previous bridge in the chain (optional)
120 * Called by a kms driver to link the bridge to an encoder's chain. The previous
121 * argument specifies the previous bridge in the chain. If NULL, the bridge is
123 * previous bridge's output.
125 * If non-NULL the previous bridge must be already attached by a call to this
136 struct drm_bridge *previous)
143 if (previous && (!previous->dev || previous->encoder != encoder)
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_name.c 256 struct aml_name_group *previous; local in function:aml_delete_name_group
258 previous = name_group_list;
259 if (previous == target)
262 while (previous && previous->next != target)
263 previous = previous->next;
264 if (previous)
265 previous->next = target->next;
  /src/usr.sbin/bootp/common/
hash.c 156 * Hopefully, this function is better than the previous one which returned
247 hash_member *previous = NULL;
274 previous = memberptr;
280 previous->next = memberptr = memberptr->next;
288 previous = memberptr;
241 hash_member *previous = NULL; local in function:hash_Delete
  /src/sys/arch/x68k/stand/xxboot/
boot.S 4 | (1) IPL (or previous stage loader) loads first 1KB of this primary
95 | of the IPL (or the previous bootloader). At this point
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-hrefprev60.dtsi 87 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_bridge.h 413 struct drm_bridge *previous);
432 * drm_bridge_get_prev_bridge() - Get the previous bridge in the chain
436 * the previous bridge in the chain, or NULL if @bridge is the first.
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 804 u32 previous = 0; local in function:validate_cmds_sorted
812 if (curr < previous) {
816 i, j, curr, previous);
820 previous = curr;
832 u32 previous = 0; local in function:check_sorted
838 if (curr < previous) {
842 i, curr, previous);
846 previous = curr;
  /src/sys/arch/ia64/stand/ia64/efi/
start.S 110 .previous
118 .previous
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_ppc64.S 15 .previous
158 .previous

Completed in 22 milliseconds

1 2 3