set_all_vcs
Section: Kernel Hacker's Manual (9)
Updated: set_all_vcs
Index
Return to Main Contents
NAME
set_all_vcs - set all virtual consoles to match
SYNOPSIS
int set_all_vcs
(int fbidx,
struct fb_ops *fb,
struct fb_var_screeninfo *var,
struct fb_info *info);
ARGUMENTS
- fbidx
-
frame buffer index (e.g. fb0, fb1, ...)
- fb
-
frame buffer ops structure
- var
-
frame buffer screen structure to set
- info
-
frame buffer info structure
DESCRIPTION
Set all virtual consoles to match screen info set in var
for device info.
Returns negative errno on error, or zero on success.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:45 GMT, June 12, 2005