Searched refs:envp (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | umh.c | 108 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()
|
D | kmod.c | 73 static char *envp[] = { in call_modprobe() local 94 info = call_usermodehelper_setup(modprobe_path, argv, envp, GFP_KERNEL, in call_modprobe()
|
D | reboot.c | 427 static char *envp[] = { in run_cmd() local 435 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 780 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()
|