Home
last modified time | relevance | path

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

/Linux-v6.1/security/tomoyo/
Dload_policy.c106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
/Linux-v6.1/include/linux/
Dumh.h16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */ macro
/Linux-v6.1/kernel/
Dkmod.c170 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
Dumh.c122 if (!(sub_info->wait & UMH_WAIT_PROC)) in call_usermodehelper_exec_async()
166 if (sub_info->wait & UMH_WAIT_PROC) { in call_usermodehelper_exec_work()
/Linux-v6.1/init/
Ddo_mounts_initrd.c106 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/Linux-v6.1/net/bridge/
Dbr_stp_if.c135 rc = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_call_user()
/Linux-v6.1/fs/ocfs2/
Dstackglue.c432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
/Linux-v6.1/security/keys/
Drequest_key.c194 UMH_WAIT_PROC); in call_sbin_request_key()
/Linux-v6.1/fs/nfsd/
Dnfs4layouts.c634 UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
Dnfs4recover.c1821 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c276 call_usermodehelper(ac_dc_script, argv, envp, UMH_WAIT_PROC); in _rtl92e_dm_check_ac_dc_power()
1710 call_usermodehelper(RadioPowerPath, argv, envp, UMH_WAIT_PROC); in _rtl92e_dm_check_rf_ctrl_gpio()
/Linux-v6.1/drivers/net/hamradio/
Dbaycom_epp.c312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
/Linux-v6.1/drivers/video/fbdev/
Duvesafb.c125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
/Linux-v6.1/drivers/block/drbd/
Ddrbd_nl.c383 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()