.TH "set_all_vcs" 9 "set_all_vcs" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME set_all_vcs \- set all virtual consoles to match .SH SYNOPSIS .B "int" set_all_vcs .BI "(int " fbidx "," .BI "struct fb_ops *" fb "," .BI "struct fb_var_screeninfo *" var "," .BI "struct fb_info *" info ");" .SH ARGUMENTS .IP "fbidx" 12 frame buffer index (e.g. fb0, fb1, ...) .IP "fb" 12 frame buffer ops structure .IP "var" 12 frame buffer screen structure to set .IP "info" 12 frame buffer info structure .SH "DESCRIPTION" Set all virtual consoles to match screen info set in \fIvar\fP for device \fIinfo\fP. Returns negative errno on error, or zero on success.