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

1 2

  /src/usr.bin/make/unit-tests/
varmod-tail.mk 8 # ':from=to' modifier is tried as a fallback.
posix-varassign.mk 50 VAR?= fallback
55 VAR?= fallback
56 .if ${VAR} != "fallback"
varname-empty.mk 8 # fallback value to the expression (but not to the variable).
27 # and other places that assume that ${:Ufallback} expands to "fallback".
35 .if ${:Ufallback} != "fallback"
40 .if ${:Ufallback} != "fallback"
45 .if ${:Ufallback} != "fallback"
varname-makefile.mk 28 # serves as a fallback for the "Global" namespace (see VarFind).
35 # When the overwritten value is deleted, the fallback value becomes
varmod-mtime.mk 30 # argument. This timestamp is used as a fallback in case the file's time
37 # The fallback timestamp must start with a digit, and it is interpreted as a
44 # The fallback timestamp must only be an integer, without trailing characters.
84 # Only the word 'error' can be used as a fallback argument to the modifier.
93 # Ensure that the fallback for a missing modification time is indeed the
varmod.exp 30 make: varmod.mk:206: Invalid variable name "}", at "$} != "fallback""
31 while evaluating "${:Ufallback$} != "fallback"" with value ""
40 make: varmod.mk:230: Invalid argument "fallback$" for modifier ":mtime"
varmod.mk 67 # | from=to | greedy | SysV, fallback | --- |
205 # expect+1: Invalid variable name "}", at "$} != "fallback""
206 .if ${:Ufallback$} != "fallback"
229 # expect+1: Invalid argument "fallback$" for modifier ":mtime"
230 .if ${.:L:mtime=fallback$}
varmod-head.mk 65 # ':from=to' modifier is tried as a fallback.
varname-dot-newline.mk 26 .newline?= fallback
varname-empty.exp 22 out: fallback
varmod-indirect.mk 246 .if ${UNDEF:${:UUindirect-fallback}} != "indirect-fallback"
249 .if ${UNDEF:${:UUindirect-fallback}:Uouter-fallback} != "outer-fallback"
moderrs.mk 102 # fallback to the SysV substitution modifier.
103 # If there were a fallback, the output would be "exclam",
cond-func-empty.mk 59 # Since the variable was undefined to begin with, the fallback value from the
63 .if ${UNDEF:S,^$,value,W:Ufallback} != "fallback"
  /src/lib/libc/gen/
arc4random.c 680 arc4random_prng_get(struct arc4random_prng *fallback)
709 prng = fallback;
723 struct arc4random_prng *fallback)
727 * If we had to use a stack fallback, zero it before we return
734 if (__predict_false(prng == fallback))
735 explicit_memset(fallback, 0, sizeof(*fallback));
747 struct arc4random_prng *prng, fallback; local in function:arc4random
750 prng = arc4random_prng_get(&fallback);
752 arc4random_prng_put(prng, &fallback);
760 struct arc4random_prng *prng, fallback; local in function:arc4random_buf
781 struct arc4random_prng *prng, fallback; local in function:arc4random_uniform
812 struct arc4random_prng *prng, fallback; local in function:arc4random_stir
826 struct arc4random_prng *prng, fallback; local in function:arc4random_addrandom
    [all...]
  /src/usr.bin/vndcompress/
utils.c 165 const char fallback[] = local in function:vwarnx_ss
167 (void)write(STDERR_FILENO, fallback, __arraycount(fallback));
  /src/usr.bin/rump_dhcpclient/
if-options.h 115 char *fallback; member in struct:if_options
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.c 184 goto fallback;
189 fallback:
219 goto fallback;
223 fallback:
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 128 goto fallback;
146 goto fallback;
166 fallback:
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a7790-lager.dts 309 * IIC0/I2C0 does not appear to support fallback to GPIO.
322 * with a fallback to GPIO also provided.
334 * A fallback to GPIO is also provided.
423 * IIC3/I2C3 does not appear to support fallback to GPIO.
r8a7794-alt.dts 198 * A fallback to GPIO is provided for I2C1.
228 * A fallback to GPIO is provided.
r8a7791-koelsch.dts 346 * A fallback to GPIO is provided.
357 * A fallback to GPIO is provided for I2C2.
452 * A fallback to GPIO is provided.
r8a7793-gose.dts 325 * A fallback to GPIO is provided for I2C2.
431 * A fallback to GPIO is provided.
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 444 * In case of tiled mode if all tiles not present fallback to
578 bool fallback = true, ret = true; local in function:drm_client_firmware_config
659 DRM_DEBUG_KMS("fallback: cloned configuration\n");
705 * then fallback to a non tiled mode.
722 fallback = false;
736 DRM_DEBUG_KMS("fallback: Not all outputs enabled\n");
739 fallback = true;
742 if (fallback) {
  /src/usr.bin/make/
main.c 862 * If the knob is not set, return the fallback.
867 GetBooleanExpr(const char *expr, bool fallback)
874 res = ParseBoolean(value, fallback);
2217 * the empty string is the fallback, everything else is true.
2220 ParseBoolean(const char *s, bool fallback)
2224 return fallback;
  /src/sys/dev/ic/
athnvar.h 325 uint8_t fallback[IEEE80211_RATE_MAXSIZE]; member in struct:athn_node

Completed in 24 milliseconds

1 2