Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkmod.c100 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
537 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
583 EXPORT_SYMBOL(call_usermodehelper_exec);
608 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
/linux-4.1.27/include/linux/
Dkmod.h78 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux-4.1.27/init/
Ddo_mounts_initrd.c78 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
/linux-4.1.27/lib/
Dkobject_uevent.c350 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/linux-4.1.27/security/keys/
Drequest_key.c87 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/linux-4.1.27/fs/
Dcoredump.c618 retval = call_usermodehelper_exec(sub_info, in do_coredump()