Home
last modified time | relevance | path

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

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