Searched refs:call_usermodehelper_exec (Results 1 – 3 of 3) sorted by relevance
405 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function471 EXPORT_SYMBOL(call_usermodehelper_exec);496 return call_usermodehelper_exec(info, wait); in call_usermodehelper()
98 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()