Home
last modified time | relevance | path

Searched refs:v86d_path (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Duvesafb.c37 static char v86d_path[PATH_MAX] = "/sbin/v86d"; variable
121 v86d_path, in uvesafb_helper_start()
125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
205 pr_err("failed to execute %s\n", v86d_path); in uvesafb_exec()
1869 return snprintf(buf, PAGE_SIZE, "%s\n", v86d_path); in v86d_show()
1875 strncpy(v86d_path, buf, PATH_MAX); in v86d_store()
1999 module_param_string(v86d, v86d_path, PATH_MAX, 0660);
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Duvesafb.c37 static char v86d_path[PATH_MAX] = "/sbin/v86d"; variable
121 v86d_path, in uvesafb_helper_start()
125 return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); in uvesafb_helper_start()
205 pr_err("failed to execute %s\n", v86d_path); in uvesafb_exec()
1864 return snprintf(buf, PAGE_SIZE, "%s\n", v86d_path); in v86d_show()
1870 strncpy(v86d_path, buf, PATH_MAX - 1); in v86d_store()
1994 module_param_string(v86d, v86d_path, PATH_MAX, 0660);

Completed in 5 milliseconds