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

1 2

  /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-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
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
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"
var-op-default.mk 14 # ignores the new variable value, preserving the previous "default value".
varmod-remember.mk 30 # value of '_' from the previous evaluation in command line scope.
varparse-undef-partial.mk 36 # In contrast to the previous line, evaluating the original LIST again now
  /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
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
  /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/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/arch/ia64/stand/ia64/efi/
start.S 110 .previous
118 .previous
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 804 u32 previous = 0; local
812 if (curr < previous) {
816 i, j, curr, previous);
820 previous = curr;
832 u32 previous = 0; local
838 if (curr < previous) {
842 i, curr, previous);
846 previous = curr;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_ppc64.S 15 .previous
158 .previous
  /src/usr.sbin/autofs/
common.c 268 * Move (reparent) node 'n' to make it sibling of 'previous', placed
272 node_move_after(struct node *n, struct node *previous)
276 n->n_parent = previous->n_parent;
277 TAILQ_INSERT_AFTER(&previous->n_parent->n_children, previous, n, n_next);
  /src/sys/kern/
sysv_msg.c 1087 struct __msg *previous; local
1090 for (previous = NULL, prev = &msqptr->_msg_first;
1092 previous = msghdr, prev = &msghdr->msg_next) {
1120 if (previous == NULL) {
1126 msqptr->_msg_last = previous;
  /src/doc/
TODO.compat-module 22 recursion level (for auto-loading) have been removed. Previous code
47 13. Cleaned up some previous vectored routines (related to if_43.c) to

Completed in 450 milliseconds

1 2