Searched refs:UMH_WAIT_PROC (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | load_policy.c | 105 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
|
/linux-4.4.14/kernel/ |
D | kmod.c | 183 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module() 261 if (!(sub_info->wait & UMH_WAIT_PROC)) in call_usermodehelper_exec_async() 326 if (sub_info->wait & UMH_WAIT_PROC) { in call_usermodehelper_exec_work()
|
/linux-4.4.14/include/linux/ |
D | kmod.h | 53 #define UMH_WAIT_PROC 2 /* wait for the process to complete */ macro
|
/linux-4.4.14/init/ |
D | do_mounts_initrd.c | 78 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
|
/linux-4.4.14/net/bridge/ |
D | br_stp_if.c | 146 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_start() 183 r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_stop()
|
/linux-4.4.14/fs/ocfs2/ |
D | stackglue.c | 442 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 176 UMH_WAIT_PROC); in call_sbin_request_key()
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objlayout.c | 623 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in __objlayout_upcall()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 604 error = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
|
D | nfs4recover.c | 1217 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 286 call_usermodehelper(ac_dc_script, argv, envp, UMH_WAIT_PROC); in _rtl92e_dm_check_ac_dc_power() 1868 call_usermodehelper(RadioPowerPath, argv, envp, UMH_WAIT_PROC); in _rtl92e_dm_check_rf_ctrl_gpio()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_epp.c | 323 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
|
/linux-4.4.14/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.4.14/drivers/video/fbdev/ |
D | uvesafb.c | 121 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
|