Searched refs:UMH_WAIT_PROC (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | load_policy.c | 105 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
|
/linux-4.1.27/kernel/ |
D | kmod.c | 184 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module() 262 if (!(sub_info->wait & UMH_WAIT_PROC)) in ____call_usermodehelper() 313 if (sub_info->wait & UMH_WAIT_PROC) in __call_usermodehelper()
|
/linux-4.1.27/include/linux/ |
D | kmod.h | 53 #define UMH_WAIT_PROC 2 /* wait for the process to complete */ macro
|
/linux-4.1.27/init/ |
D | do_mounts_initrd.c | 78 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
|
/linux-4.1.27/net/bridge/ |
D | br_stp_if.c | 132 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_start() 164 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_stop()
|
/linux-4.1.27/fs/ocfs2/ |
D | stackglue.c | 442 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
|
/linux-4.1.27/security/keys/ |
D | request_key.c | 176 UMH_WAIT_PROC); in call_sbin_request_key()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objlayout.c | 623 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in __objlayout_upcall()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4layouts.c | 603 error = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
|
D | nfs4recover.c | 1212 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | baycom_epp.c | 323 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 213 call_usermodehelper(ac_dc_check_script_path, argv, envp, UMH_WAIT_PROC); in dm_check_ac_dc_power() 2291 call_usermodehelper(RadioPowerPath, argv, envp, UMH_WAIT_PROC); in dm_CheckRfCtrlGPIO()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 352 ret = call_usermodehelper(usermode_helper, argv, envp, UMH_WAIT_PROC); in drbd_khelper() 392 ret = call_usermodehelper(usermode_helper, argv, envp, UMH_WAIT_PROC); in conn_khelper()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | uvesafb.c | 121 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
|