Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds