Home
last modified time | relevance | path

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

/linux/kernel/
H A Dumh.c401 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
467 EXPORT_SYMBOL(call_usermodehelper_exec);
492 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
/linux/include/linux/
H A Dumh.h43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux/kernel/module/
H A Dkmod.c103 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/linux/security/keys/
H A Drequest_key.c111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/linux/lib/
H A Dkobject_uevent.c632 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/linux/fs/
H A Dcoredump.c1021 if (call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC)) { in coredump_pipe()