v86d_path 37 drivers/video/fbdev/uvesafb.c static char v86d_path[PATH_MAX] = "/sbin/v86d"; v86d_path 121 drivers/video/fbdev/uvesafb.c v86d_path, v86d_path 125 drivers/video/fbdev/uvesafb.c return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); v86d_path 205 drivers/video/fbdev/uvesafb.c pr_err("failed to execute %s\n", v86d_path); v86d_path 1868 drivers/video/fbdev/uvesafb.c return snprintf(buf, PAGE_SIZE, "%s\n", v86d_path); v86d_path 1874 drivers/video/fbdev/uvesafb.c strncpy(v86d_path, buf, PATH_MAX); v86d_path 1998 drivers/video/fbdev/uvesafb.c module_param_string(v86d, v86d_path, PATH_MAX, 0660);