Home | History | Annotate | Download | only in fbcon

Lines Matching refs:current_vt

163 		if ( current_vt > 0 ) {
169 if ( ioctl(keyboard_fd, VT_ACTIVATE, current_vt) == 0 ) {
170 ioctl(keyboard_fd, VT_WAITACTIVE, current_vt);
261 ioctl(tty0_fd, VT_OPENQRY, &current_vt);
263 if ( (geteuid() == 0) && (current_vt > 0) ) {
267 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt);
293 current_vt = vtstate.v_active;
295 current_vt = 0;
299 fprintf(stderr, "Current VT: %d\n", current_vt);
1052 vtstate.v_active == current_vt ) {