Home
last modified time | relevance | path

Searched refs:call_usermodehelper (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dload_policy.c106 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in tomoyo_load_policy()
/openbmc/linux/include/linux/
H A Dumh.h34 call_usermodehelper(const char *path, char **argv, char **envp, int wait);
/openbmc/linux/kernel/
H A Dumh.c483 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper() function
495 EXPORT_SYMBOL(call_usermodehelper);
H A Dreboot.c824 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
/openbmc/linux/fs/nfs/
H A Dcache_lib.c52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
/openbmc/linux/drivers/greybus/
H A Dsvc_watchdog.c60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC); in greybus_reset()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c83 call_usermodehelper(mce_helper, mce_helper_argv, NULL, UMH_NO_WAIT); in mce_do_trigger()
/openbmc/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()
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_core.c81 return call_usermodehelper(critical_overtemp_path, in wf_critical_overtemp()
/openbmc/linux/drivers/pnp/pnpbios/
H A Dcore.c130 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
/openbmc/linux/fs/ocfs2/
H A Dstackglue.c432 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in ocfs2_leave_group()
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c633 error = call_usermodehelper(nfsd_recall_failed, argv, envp, in nfsd4_cb_layout_fail()
H A Dnfs4recover.c1821 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_PROC); in nfsd4_umh_cltrack_upcall()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c817 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_epp.c312 return call_usermodehelper(eppconfig_path, argv, envp, UMH_WAIT_PROC); in eppconfig()
/openbmc/linux/drivers/video/fbdev/
H A Duvesafb.c125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
/openbmc/u-boot/doc/
H A DREADME.POST328 will run /sbin/reboot using the call_usermodehelper() routine.
/openbmc/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()