Searched refs:UMH_WAIT_EXEC (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dumh.h15 #define UMH_WAIT_EXEC 0x01 /* wait for the exec, but not the process */ macro
/linux-master/fs/nfs/
H A Dcache_lib.c52 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);
/linux-master/kernel/module/
H A Dkmod.c173 ret = call_modprobe(module_name, wait ? UMH_WAIT_PROC : UMH_WAIT_EXEC);
/linux-master/drivers/greybus/
H A Dsvc_watchdog.c60 call_usermodehelper(start_path, argv, envp, UMH_WAIT_EXEC);
/linux-master/kernel/
H A Dusermode_driver.c185 err = call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC);
H A Dreboot.c840 ret = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);
/linux-master/drivers/macintosh/
H A Dwindfarm_core.c82 argv, envp, UMH_WAIT_EXEC);
/linux-master/drivers/pnp/pnpbios/
H A Dcore.c130 value = call_usermodehelper(sbin_pnpbios, argv, envp, UMH_WAIT_EXEC);
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c772 * The final arg to call_usermodehelper() is UMH_WAIT_EXEC, which
817 call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);
/linux-master/fs/
H A Dcoredump.c640 UMH_WAIT_EXEC);

Completed in 150 milliseconds