Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dumh.c507 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_blob()
526 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
581 EXPORT_SYMBOL(call_usermodehelper_exec);
606 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
Dkmod.c99 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/Linux-v4.19/include/linux/
Dumh.h54 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/Linux-v4.19/init/
Ddo_mounts_initrd.c69 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
/Linux-v4.19/security/keys/
Drequest_key.c87 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/Linux-v4.19/lib/
Dkobject_uevent.c612 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/Linux-v4.19/fs/
Dcoredump.c652 retval = call_usermodehelper_exec(sub_info, in do_coredump()