Home
last modified time | relevance | path

Searched refs:env (Results 4601 - 4625 of 4971) sorted by relevance

1...<<181182183184185186187188189190>>...199

/third_party/python/Modules/clinic/
H A Dposixmodule.c.h2174 "execve($module, /, path, argv, env)\n"
2183 " env\n"
2190 os_execve_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env);
2196 static const char * const _keywords[] = {"path", "argv", "env", NULL}; in os_execve()
2201 PyObject *env; in os_execve() local
2211 env = args[2]; in os_execve()
2212 return_value = os_execve_impl(module, &path, argv, env); in os_execve()
2226 "posix_spawn($module, path, argv, env, /, *, file_actions=(),\n"
2237 " env\n"
2259 PyObject *env, PyObjec
2274 PyObject *env; os_posix_spawn() local
2401 PyObject *env; os_posix_spawnp() local
2559 PyObject *env; os_spawnve() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dbus.c896 static int acpi_device_uevent(struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent() argument
898 return __acpi_device_uevent_modalias(to_acpi_device(dev), env); in acpi_device_uevent()
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c122 static int fsl_mc_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in fsl_mc_bus_uevent() argument
126 if (add_uevent_var(env, "MODALIAS=fsl-mc:v%08Xd%s", in fsl_mc_bus_uevent()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dserio.c897 int err = add_uevent_var(env, fmt, val); \
902 static int serio_uevent(struct device *dev, struct kobj_uevent_env *env) in serio_uevent() argument
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmdio_bus.c965 static int mdio_uevent(struct device *dev, struct kobj_uevent_env *env) in mdio_uevent() argument
970 rc = of_device_uevent_modalias(dev, env); in mdio_uevent()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h756 /* Structure for "misc env" directive in domain policy. */
759 const struct tomoyo_path_info *env; /* environment variable */ member
973 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorbus_main.c112 static int visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env) in visorbus_uevent() argument
119 return add_uevent_var(env, "MODALIAS=visorbus:%pUl", guid); in visorbus_uevent()
/kernel/linux/linux-5.10/fs/dlm/
H A Dlockspace.c219 struct kobj_uevent_env *env) in dlm_uevent()
223 add_uevent_var(env, "LOCKSPACE=%s", ls->ls_name); in dlm_uevent()
218 dlm_uevent(struct kset *kset, struct kobject *kobj, struct kobj_uevent_env *env) dlm_uevent() argument
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c1014 static int acpi_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in acpi_device_uevent() argument
1016 return __acpi_device_uevent_modalias(to_acpi_device(dev), env); in acpi_device_uevent()
/kernel/linux/linux-6.6/fs/dlm/
H A Dlockspace.c218 static int dlm_uevent(const struct kobject *kobj, struct kobj_uevent_env *env) in dlm_uevent() argument
222 add_uevent_var(env, "LOCKSPACE=%s", ls->ls_name); in dlm_uevent()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c128 static int fsl_mc_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in fsl_mc_bus_uevent() argument
132 if (add_uevent_var(env, "MODALIAS=fsl-mc:v%08Xd%s", in fsl_mc_bus_uevent()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmdio_bus.c1358 static int mdio_uevent(const struct device *dev, struct kobj_uevent_env *env) in mdio_uevent() argument
1363 rc = of_device_uevent_modalias(dev, env); in mdio_uevent()
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dbus.c347 struct kobj_uevent_env *env) in host1x_device_uevent()
349 of_device_uevent(dev->parent, env); in host1x_device_uevent()
346 host1x_device_uevent(const struct device *dev, struct kobj_uevent_env *env) host1x_device_uevent() argument
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dserio.c893 int err = add_uevent_var(env, fmt, val); \
898 static int serio_uevent(const struct device *dev, struct kobj_uevent_env *env) in serio_uevent() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h756 /* Structure for "misc env" directive in domain policy. */
759 const struct tomoyo_path_info *env; /* environment variable */ member
972 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env);
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py1 #!/usr/bin/env python3
269 env=request.get(ConfigConst.test_environment, ""))
303 env=request.get(ConfigConst.test_environment, ""))
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits1 #! /usr/bin/env perl
331 # "env" lines end at a newline.
335 if ( $syn !~ /^ \s*(env .*?|#.*?|.*?;)\s*$/ms ) {
375 if ( $line =~ /env (\S*)=/ ) {
376 # environment variable env NAME=...
/third_party/openssl/util/
H A Dfind-doc-nits1 #! /usr/bin/env perl
331 # "env" lines end at a newline.
335 if ( $syn !~ /^ \s*(env .*?|#.*?|.*?;)\s*$/ms ) {
375 if ( $line =~ /env (\S*)=/ ) {
376 # environment variable env NAME=...
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_context_test.cpp852 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST_F() local
855 env, consumer, shader, SPV_TEXT_TO_BINARY_OPTION_PRESERVE_NUMERIC_IDS); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp852 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST_F() local
855 env, consumer, shader, SPV_TEXT_TO_BINARY_OPTION_PRESERVE_NUMERIC_IDS); in TEST_F()
/third_party/python/Lib/test/
H A Dtest_tcl.py267 with os_helper.EnvironmentVarGuard() as env:
268 env.unset("TCL_LIBRARY")
/third_party/rust/crates/once_cell/tests/
H A Dit.rs443 let mut exe = std::env::current_exe().unwrap(); in reentrant_init()
451 .with_extension(std::env::consts::EXE_EXTENSION); in reentrant_init()
/third_party/spirv-tools/test/val/
H A Dval_version_test.cpp50 std::string version(spv_target_env env) { in version() argument
51 switch (env) { in version()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1176 CompilationEnv env = native_module->CreateCompilationEnv(); in CompileLazy() local
1180 &env, compilation_state->GetWireBytesStorage().get(), counters, in CompileLazy()
1475 const CompilationEnv& env) { in GetCompilationEventName()
1484 static_cast<int>(env.module->num_imported_functions)) { in GetCompilationEventName()
1509 base::Optional<CompilationEnv> env; in ExecuteCompilationUnits() local
1531 env.emplace(compile_scope.native_module()->CreateCompilationEnv()); in ExecuteCompilationUnits()
1544 const char* event_name = GetCompilationEventName(unit.value(), env.value()); in ExecuteCompilationUnits()
1549 &env.value(), wire_bytes.get(), counters, &detected_features); in ExecuteCompilationUnits()
3957 CompilationEnv env = native_module->CreateCompilationEnv(); in CompileImportWrapper() local
3959 &env, kin in CompileImportWrapper()
1474 GetCompilationEventName(const WasmCompilationUnit& unit, const CompilationEnv& env) GetCompilationEventName() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.c19 #include "env.h"
49 size_t mmap_len, decomp_len = session->header.env.comp_mmap_len; in perf_session__process_compressed_event()
212 perf_env__init(&session->header.env); in __perf_session__new()
248 session->machines.host.env = &perf_env; in __perf_session__new()
252 perf_env__single_address_space(session->machines.host.env); in __perf_session__new()
304 perf_env__exit(&session->header.env); in perf_session__delete()
1556 dump_sample(evsel, event, sample, perf_env__arch(machine->env)); in machines__deliver_event()
2724 int nr_cpus = min(session->header.env.nr_cpus_avail, MAX_NR_CPUS); in perf_session__cpu_bitmap()

Completed in 52 milliseconds

1...<<181182183184185186187188189190>>...199