HomeSort by: relevance | last modified time | path
    Searched refs:Env (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91sam9x5cm.dtsi 91 label = "U-Boot Env Redundant";
96 label = "U-Boot Env";
at91-cosino.dtsi 88 label = "U-Boot Env";
omap3-gta04a5one.dts 96 label = "U-Boot Env";
am335x-moxa-uc-2100-common.dtsi 210 label = "U-Boot Env";
ls1021a-moxa-uc-8410a.dts 221 label = "U-Boot Env";
am335x-igep0033.dtsi 180 label = "U-Boot Env";
ls1021a-tsn.dts 276 label = "U-Boot Env";
at91-sam9x60ek.dts 188 label = "U-Boot Env Redundant";
193 label = "U-Boot Env";
638 label = "qspi: bootloader env redundant";
643 label = "qspi: bootloader env";
am335x-moxa-uc-8100-common.dtsi 419 label = "U-Boot Env";
da850-evm.dts 299 label = "U-Boot-Env";
da850-lego-ev3.dts 357 label = "U-Boot Env";
omap3-beagle.dts 457 label = "U-Boot Env";
omap3-devkit8000-common.dtsi 243 label = "U-Boot Env";
omap3-tao3530.dtsi 320 label = "U-Boot Env";
am3874-iceboard.dts 456 label = "U-Boot Env";
omap3-gta04.dtsi 807 label = "U-Boot Env";
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 123 if (auto Env = getenv("TMPDIR"))
124 return Env;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 462 for (char **Env = StoredEnviron; *Env != 0; Env++) {
463 if (internal_strncmp(*Env, name, NameLen) == 0 && (*Env)[NameLen] == '=')
464 return (*Env) + NameLen + 1;
sanitizer_linux.cc 516 // Like getenv, but reads env directly from /proc (on Linux) or parses the
524 for (char **Env = ::environ; *Env != 0; Env++) {
525 if (internal_strncmp(*Env, name, NameLen) == 0 && (*Env)[NameLen] == '=')
526 return (*Env) + NameLen + 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 376 const char *Env = GetEnv("XRAY_PROFILING_OPTIONS");
377 if (Env == nullptr)
378 Env = "";
379 ConfigParser.ParseString(Env);
xray_basic_logging.cc 490 auto *Env = GetEnv("XRAY_BASIC_OPTIONS");
492 __xray_log_init_mode("xray-basic", Env == nullptr ? "" : Env);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-3720-db.dts 183 label = "U-boot Env";
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 578 64-bit Wake Env Required (V2) : 0

Completed in 153 milliseconds