Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
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()
A Dkmod.c98 return call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
A Dusermode_driver.c185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); in fork_usermode_driver()
/linux-6.3-rc2/include/linux/
A Dumh.h43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux-6.3-rc2/init/
A Ddo_mounts_initrd.c106 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/linux-6.3-rc2/lib/
A Dkobject_uevent.c618 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/linux-6.3-rc2/security/keys/
A Drequest_key.c108 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/linux-6.3-rc2/fs/
A Dcoredump.c637 retval = call_usermodehelper_exec(sub_info, in do_coredump()

Completed in 11 milliseconds