Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dumh.c374 struct subprocess_info *call_usermodehelper_setup(const char *path, char **argv, in call_usermodehelper_setup() function
401 EXPORT_SYMBOL(call_usermodehelper_setup);
601 info = call_usermodehelper_setup(path, argv, envp, gfp_mask, in call_usermodehelper()
Dkmod.c94 info = call_usermodehelper_setup(modprobe_path, argv, envp, GFP_KERNEL, in call_modprobe()
/Linux-v4.19/include/linux/
Dumh.h38 call_usermodehelper_setup(const char *path, char **argv, char **envp,
/Linux-v4.19/init/
Ddo_mounts_initrd.c65 info = call_usermodehelper_setup("/linuxrc", argv, envp_init, in handle_initrd()
/Linux-v4.19/security/keys/
Drequest_key.c80 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
/Linux-v4.19/fs/
Dcoredump.c648 sub_info = call_usermodehelper_setup(helper_argv[0], in do_coredump()
/Linux-v4.19/lib/
Dkobject_uevent.c608 info = call_usermodehelper_setup(env->argv[0], env->argv, in kobject_uevent_env()