Home
last modified time | relevance | path

Searched refs:call_usermodehelper_setup (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
H A Dumh.c355 struct subprocess_info *call_usermodehelper_setup(const char *path, char **argv, in call_usermodehelper_setup() function
382 EXPORT_SYMBOL(call_usermodehelper_setup);
487 info = call_usermodehelper_setup(path, argv, envp, gfp_mask, in call_usermodehelper()
/linux/include/linux/
H A Dumh.h37 call_usermodehelper_setup(const char *path, char **argv, char **envp,
/linux/kernel/module/
H A Dkmod.c98 info = call_usermodehelper_setup(modprobe_path, argv, envp, GFP_KERNEL, in call_modprobe()
/linux/security/keys/
H A Drequest_key.c104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
/linux/lib/
H A Dkobject_uevent.c628 info = call_usermodehelper_setup(env->argv[0], env->argv, in kobject_uevent_env()
/linux/fs/
H A Dcoredump.c1015 sub_info = call_usermodehelper_setup(helper_argv[0], helper_argv, NULL, in coredump_pipe()