Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dumh.c401 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() function
467 EXPORT_SYMBOL(call_usermodehelper_exec);
492 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()
/linux-6.15/include/linux/
H A Dumh.h43 call_usermodehelper_exec(struct subprocess_info *info, int wait);
/linux-6.15/kernel/module/
H A Dkmod.c102 ret = call_usermodehelper_exec(info, wait | UMH_KILLABLE); in call_modprobe()
/linux-6.15/init/
H A Ddo_mounts_initrd.c106 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/linux-6.15/lib/
H A Dkobject_uevent.c632 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
/linux-6.15/security/keys/
H A Drequest_key.c111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
/linux-6.15/fs/
H A Dcoredump.c637 retval = call_usermodehelper_exec(sub_info, in do_coredump()