Home
last modified time | relevance | path

Searched defs:envp (Results 1 – 25 of 80) sorted by relevance

1234

/Linux-v5.15/security/tomoyo/
Dcondition.c61 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp()
107 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm()
319 struct tomoyo_envp *envp) in tomoyo_parse_envp()
502 struct tomoyo_envp *envp = NULL; in tomoyo_get_condition() local
775 const struct tomoyo_envp *envp; in tomoyo_condition() local
Dload_policy.c89 char *envp[3]; in tomoyo_load_policy() local
/Linux-v5.15/fs/
Dexec.c1866 struct user_arg_ptr envp, in do_execveat_common()
1934 const char *const *argv, const char *const *envp) in kernel_execve()
1991 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve() local
2001 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat() local
2015 struct user_arg_ptr envp = { in compat_do_execve() local
2031 struct user_arg_ptr envp = { in compat_do_execveat() local
2066 const char __user *const __user *, envp) in SYSCALL_DEFINE3() argument
2074 const char __user *const __user *, envp, in SYSCALL_DEFINE5() argument
2085 const compat_uptr_t __user *, envp) in COMPAT_SYSCALL_DEFINE3() argument
2093 const compat_uptr_t __user *, envp, in COMPAT_SYSCALL_DEFINE5() argument
Dbinfmt_aout.c62 char __user * __user *envp; in create_aout_tables() local
/Linux-v5.15/tools/testing/selftests/x86/
Dtest_syscall_vdso.c28 int main(int argc, char **argv, char **envp) in main()
36 long get_syscall(char **envp) in get_syscall()
376 int main(int argc, char **argv, char **envp) in main()
Dtest_FISTTP.c118 int main(int argc, char **argv, char **envp) in main()
Dtest_FCMOV.c54 int main(int argc, char **argv, char **envp) in main()
Dtest_mremap_vdso.c57 int main(int argc, char **argv, char **envp) in main()
Dtest_FCOMI.c299 int main(int argc, char **argv, char **envp) in main()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_sysfs.c317 char *envp[] = { event_string, NULL }; in drm_sysfs_lease_event() local
338 char *envp[] = { event_string, NULL }; in drm_sysfs_hotplug_event() local
361 char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; in drm_sysfs_connector_status_event() local
/Linux-v5.15/drivers/vfio/mdev/
Dmdev_core.c129 char *envp[] = { env_string, NULL }; in mdev_register_device() local
209 char *envp[] = { env_string, NULL }; in mdev_unregister_device() local
/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_uevent.c16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
/Linux-v5.15/arch/um/os-Linux/
Delf_aux.c26 __init void scan_elf_aux( char **envp) in scan_elf_aux()
Dmain.c107 int __init main(int argc, char **argv, char **envp) in main()
/Linux-v5.15/kernel/
Dumh.c359 char **envp, gfp_t gfp_mask, in call_usermodehelper_setup()
474 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
Dkmod.c72 static char *envp[] = { in call_modprobe() local
/Linux-v5.15/tools/testing/selftests/rlimits/
Drlimits-per-userns.c77 char *const envp[] = { "I_AM_SERVICE=1", NULL }; in fork_child() local
/Linux-v5.15/tools/testing/selftests/exec/
Dexecveat.c27 static char *envp[] = { "IN_TEST=yes", NULL, NULL }; variable
30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_()
/Linux-v5.15/include/linux/
Dumh.h24 char **envp; member
/Linux-v5.15/security/keys/
Drequest_key.c96 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys()
122 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local
/Linux-v5.15/arch/mips/netlogic/xlr/
Dsetup.c173 int *argv, *envp; /* passed as 32 bit ptrs */ in prom_init() local
/Linux-v5.15/fs/nfs/
Dcache_lib.c37 static char *envp[] = { "HOME=/", in nfs_cache_upcall() local
/Linux-v5.15/drivers/greybus/
Dsvc_watchdog.c47 static char *envp[] = { in greybus_reset() local
/Linux-v5.15/arch/x86/ia32/
Dia32_aout.c65 u32 __user *argv, *envp, *sp; in create_aout_tables() local
/Linux-v5.15/drivers/s390/net/
Dsmsgiucv_app.c54 char *envp[4]; member

1234