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

/linux-master/security/tomoyo/
H A Dload_policy.c106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC);
/linux-master/include/linux/
H A Dumh.h16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */ macro
/linux-master/kernel/module/
H A Dkmod.c173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC);
/linux-master/init/
H A Ddo_mounts_initrd.c107 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE);
/linux-master/kernel/
H A Dumh.c119 if (!(sub_info->wait & UMH_WAIT_PROC))
126 /* Handles UMH_WAIT_PROC. */
152 * UMH_WAIT_PROC requests without blocking pending request (up to some limit).
163 if (sub_info->wait & UMH_WAIT_PROC) {
/linux-master/net/bridge/
H A Dbr_stp_if.c135 rc = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC);
/linux-master/fs/ocfs2/
H A Dstackglue.c432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC);
/linux-master/security/keys/
H A Drequest_key.c197 UMH_WAIT_PROC);
/linux-master/fs/nfsd/
H A Dnfs4layouts.c648 UMH_WAIT_PROC);
H A Dnfs4recover.c1836 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC);
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC);
/linux-master/drivers/video/fbdev/
H A Duvesafb.c125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC);
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c383 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC);
425 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC);

Completed in 227 milliseconds