Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dload_policy.c106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
/linux/include/linux/
H A Dumh.h16 #define UMH_WAIT_PROC 0x02 /* wait for the process to complete */ macro
/linux/init/
H A Ddo_mounts_initrd.c106 call_usermodehelper_exec(info, UMH_WAIT_PROC|UMH_FREEZABLE); in handle_initrd()
/linux/net/bridge/
H A Dbr_stp_if.c135 rc = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); in br_stp_call_user()
/linux/fs/ocfs2/
H A Dstackglue.c432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
/linux/security/keys/
H A Drequest_key.c197 UMH_WAIT_PROC); in call_sbin_request_key()
/linux/fs/nfsd/
H A Dnfs4layouts.c648 UMH_WAIT_PROC); in nfsd4_cb_layout_fail()
/linux/drivers/net/hamradio/
H A Dbaycom_epp.c312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
/linux/drivers/video/fbdev/
H A Duvesafb.c125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
/linux/drivers/block/drbd/
H 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()