Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkmod.h52 #define UMH_WAIT_EXEC 1 /* wait for the exec, but not the process */ macro
/linux-4.4.14/fs/nfs/
Dcache_lib.c51 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
/linux-4.4.14/kernel/
Dreboot.c403 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
Dkmod.c183 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
Dcgroup.c5775 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup_release_agent()
/linux-4.4.14/drivers/macintosh/
Dwindfarm_core.c85 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
/linux-4.4.14/drivers/pnp/pnpbios/
Dcore.c142 value = call_usermodehelper(argv [0], argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
/linux-4.4.14/fs/
Dcoredump.c623 UMH_WAIT_EXEC); in do_coredump()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c1051 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in netvsc_link_change()