Home
last modified time | relevance | path

Searched refs:UMH_WAIT_PROC (Results 1 – 7 of 7) sorted by relevance

/linux/security/tomoyo/
H A Dload_policy.c106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
/linux/include/linux/
H A Dumh.h16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */ macro
/linux/kernel/
H A Dumh.c118 if (!(sub_info->wait & UMH_WAIT_PROC)) in call_usermodehelper_exec_async()
162 if (sub_info->wait & UMH_WAIT_PROC) { in call_usermodehelper_exec_work()
/linux/kernel/module/
H A Dkmod.c173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
/linux/fs/ocfs2/
H A Dstackglue.c432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
/linux/security/keys/
H A Drequest_key.c197 UMH_WAIT_PROC); in call_sbin_request_key()
/linux/drivers/video/fbdev/
H A Duvesafb.c125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()