Searched refs:UMH_WAIT_EXEC (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kmod.h | 52 #define UMH_WAIT_EXEC 1 /* wait for the exec, but not the process */ macro
|
/linux-4.4.14/fs/nfs/ |
D | cache_lib.c | 51 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in nfs_cache_upcall()
|
/linux-4.4.14/kernel/ |
D | reboot.c | 403 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in run_cmd()
|
D | kmod.c | 183 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC); in __request_module()
|
D | cgroup.c | 5775 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in cgroup_release_agent()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 85 argv, envp, UMH_WAIT_EXEC); in wf_critical_overtemp()
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | core.c | 142 value = call_usermodehelper(argv [0], argv, envp, UMH_WAIT_EXEC); in pnp_dock_event()
|
/linux-4.4.14/fs/ |
D | coredump.c | 623 UMH_WAIT_EXEC); in do_coredump()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 1051 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC); in netvsc_link_change()
|