Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dload_policy.c105 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
/linux-4.4.14/kernel/
Dkmod.c183 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/
Dkmod.h53 #define UMH_WAIT_PROC 2 /* wait for the process to complete */ macro
/linux-4.4.14/init/
Ddo_mounts_initrd.c78 call_usermodehelper_exec(info, UMH_WAIT_PROC); in handle_initrd()
/linux-4.4.14/net/bridge/
Dbr_stp_if.c146 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/
Dstackglue.c442 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
/linux-4.4.14/security/keys/
Drequest_key.c176 UMH_WAIT_PROC); in call_sbin_request_key()
/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.c623 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in __objlayout_upcall()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c604 error = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
Dnfs4recover.c1217 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c286 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/
Dbaycom_epp.c323 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_nl.c352 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/
Duvesafb.c121 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()