Home
last modified time | relevance | path

Searched refs:UMH_WAIT_EXEC (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dumh.h15 #define UMH_WAIT_EXEC 0x01 /* wait for the exec, but not the process */ macro
/linux/kernel/module/
H A Dkmod.c173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
/linux/fs/nfs/
H A Dcache_lib.c52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
/linux/drivers/greybus/
H A Dsvc_watchdog.c60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC); in greybus_reset()
/linux/drivers/macintosh/
H A Dwindfarm_core.c82 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
/linux/drivers/pnp/pnpbios/
H A Dcore.c130 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
/linux/kernel/cgroup/
H A Dcgroup-v1.c838 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup1_release_agent()
/linux/fs/
H A Dcoredump.c1020 if (call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC)) { in coredump_pipe()