Home
last modified time | relevance | path

Searched refs:envp (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dumh.c108 sub_info->argv, sub_info->envp); in call_usermodehelper_exec_async()
114 (const char __user *const __user *)sub_info->envp); in call_usermodehelper_exec_async()
380 char **envp, gfp_t gfp_mask, in call_usermodehelper_setup() argument
398 sub_info->envp = envp; in call_usermodehelper_setup()
618 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper() argument
623 info = call_usermodehelper_setup(path, argv, envp, gfp_mask, in call_usermodehelper()
Dkmod.c73 static char *envp[] = { in call_modprobe() local
94 info = call_usermodehelper_setup(modprobe_path, argv, envp, GFP_KERNEL, in call_modprobe()
Dreboot.c427 static char *envp[] = { in run_cmd() local
435 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
/kernel/cgroup/
Dcgroup-v1.c780 char *argv[3], *envp[3]; in cgroup1_release_agent() local
801 envp[0] = "HOME=/"; in cgroup1_release_agent()
802 envp[1] = "PATH=/sbin:/bin:/usr/sbin:/usr/bin"; in cgroup1_release_agent()
803 envp[2] = NULL; in cgroup1_release_agent()
806 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()