/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | main.c | 32 static int bcma_device_uevent(const struct device *dev, struct kobj_uevent_env *env); 631 static int bcma_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in bcma_device_uevent() argument 635 return add_uevent_var(env, in bcma_device_uevent()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | core.c | 249 static int part_uevent(const struct device *dev, struct kobj_uevent_env *env) in part_uevent() argument 253 add_uevent_var(env, "PARTN=%u", part->bd_partno); in part_uevent() 255 add_uevent_var(env, "PARTNAME=%s", part->bd_meta_info->volname); in part_uevent()
|
/third_party/icu/icu4c/source/common/ |
H A D | icuplug.cpp | 728 const char *env = getenv("ICU_PLUGINS"); in uplug_init() 731 if(env != NULL) { in uplug_init() 732 plugin_dir.append(env, -1, *status); in uplug_init()
|
/third_party/node/src/ |
H A D | node_platform.cc | 4 #include "env-inl.h" 420 Environment* env = Environment::GetCurrent(isolate_); in RunForegroundTask() local 421 if (env != nullptr) { in RunForegroundTask() 423 InternalCallbackScope cb_scope(env, Object::New(isolate_), { 0, 0 }, in RunForegroundTask() 427 // The task is moved out of InternalCallbackScope if env is not available. in RunForegroundTask()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | icuplug.cpp | 728 const char *env = getenv("ICU_PLUGINS"); in uplug_init() 731 if(env != nullptr) { in uplug_init() 732 plugin_dir.append(env, -1, *status); in uplug_init()
|
/third_party/python/Lib/ |
H A D | platform.py | 1 #!/usr/bin/env python3 622 env = dict(os.environ, LC_ALL='C') 627 env=env)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | icuplug.cpp | 728 const char *env = getenv("ICU_PLUGINS"); in uplug_init() 731 if(env != NULL) { in uplug_init() 732 plugin_dir.append(env, -1, *status); in uplug_init()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | Makefile | 8 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | elf.h | 194 unsigned long env; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 113 unsigned long env; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 15 if (env.consumer_cnt != 1) { in trigger_validate()
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.h | 74 int tui__header_window(struct perf_env *env);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.h | 12 #include "env.h" 90 struct perf_env env; member
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | browser.h | 74 int tui__header_window(struct perf_env *env);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | module_fentry_shadow.c | 64 if (!env.has_testmod) { in test_module_fentry_shadow()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_strncmp.c | 53 if (env.consumer_cnt != 0) { in strncmp_validate()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 113 unsigned long env; member
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.h | 185 int init_report(const char *env, FILE **file);
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 22 - env vars:
|
/third_party/jerryscript/tools/ |
H A D | run_jerry_tdd_executable.py | 1 #!/usr/bin/env python3 38 parser.add_argument('--env-path', help='LD_LIBRARY_PATH env') 56 env={'LD_LIBRARY_PATH': str(input_args.env_path)})
|
/third_party/json/docs/docset/ |
H A D | Makefile | 1 SHELL=/usr/bin/env bash
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 26 RegExpPrototypeExec(kInspectArgRegex, process.env.NODE_OPTIONS) !== null);
|
/third_party/node/test/parallel/ |
H A D | test-repl-preview.js | 13 process.env.TERM = '';
|
/third_party/node/test/sequential/ |
H A D | test-dgram-bind-shared-ports.js | 75 const isSecondWorker = process.env.WORKER2_NAME === WORKER2_NAME;
|
/third_party/node/test/common/ |
H A D | child_process.js | 18 .execFileSync(`${process.env.SystemRoot}\\System32\\wbem\\WMIC.exe`, [
|