Searched refs:UMH_WAIT_PROC (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/security/tomoyo/ |
H A D | load_policy.c | 106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
|
/openbmc/linux/include/linux/ |
H A D | umh.h | 16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */ macro
|
/openbmc/linux/kernel/ |
H A D | umh.c | 119 if (!(sub_info->wait & UMH_WAIT_PROC)) in call_usermodehelper_exec_async() 163 if (sub_info->wait & UMH_WAIT_PROC) { in call_usermodehelper_exec_work()
|
/openbmc/linux/kernel/module/ |
H A D | kmod.c | 173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
|
/openbmc/linux/init/ |
H A D | do_mounts_initrd.c | 107 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
|
/openbmc/linux/net/bridge/ |
H A D | br_stp_if.c | 135 rc = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_call_user()
|
/openbmc/linux/fs/ocfs2/ |
H A D | stackglue.c | 432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
|
/openbmc/linux/security/keys/ |
H A D | request_key.c | 197 UMH_WAIT_PROC); in call_sbin_request_key()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4layouts.c | 634 UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
|
H A D | nfs4recover.c | 1830 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | baycom_epp.c | 312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | uvesafb.c | 125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 383 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in drbd_khelper() 425 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in conn_khelper()
|