Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dumh.c402 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
468 EXPORT_SYMBOL(call_usermodehelper_exec);
493 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
H A Dusermode_driver.c185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()
/openbmc/linux/include/linux/
H A Dumh.h43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/openbmc/linux/kernel/module/
H A Dkmod.c103 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/openbmc/linux/init/
H A Ddo_mounts_initrd.c107 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/openbmc/linux/security/keys/
H A Drequest_key.c111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/openbmc/linux/lib/
H A Dkobject_uevent.c633 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/openbmc/linux/fs/
H A Dcoredump.c639 retval = call_usermodehelper_exec(sub_info, in do_coredump()