Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dumh.c404 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
459 EXPORT_SYMBOL(call_usermodehelper_exec);
484 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
Dkmod.c98 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
Dusermode_driver.c185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()
/linux-5.19.10/include/linux/
Dumh.h42 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux-5.19.10/init/
Ddo_mounts_initrd.c112 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
/linux-5.19.10/lib/
Dkobject_uevent.c618 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/linux-5.19.10/security/keys/
Drequest_key.c108 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/linux-5.19.10/fs/
Dcoredump.c631 retval = call_usermodehelper_exec(sub_info, in do_coredump()