Lines Matching defs:path
109 retval = kernel_execve(sub_info->path,
334 * @path: path to usermode executable
355 struct subprocess_info *call_usermodehelper_setup(const char *path, char **argv,
369 sub_info->path = CONFIG_STATIC_USERMODEHELPER_PATH;
371 sub_info->path = path;
407 if (!sub_info->path) {
422 if (strlen(sub_info->path) == 0)
471 * @path: path to usermode executable
482 int call_usermodehelper(const char *path, char **argv, char **envp, int wait)
487 info = call_usermodehelper_setup(path, argv, envp, gfp_mask,