/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.h | 48 int current_vt; member in struct:SDL_PrivateVideoData 74 #define current_vt (this->hidden->current_vt) macro
|
SDL_gsevents.c | 156 if ( current_vt > 0 ) { 162 if ( ioctl(keyboard_fd, VT_ACTIVATE, current_vt) == 0 ) { 163 ioctl(keyboard_fd, VT_WAITACTIVE, current_vt); 251 ioctl(tty0_fd, VT_OPENQRY, ¤t_vt); 253 if ( (geteuid() == 0) && (current_vt > 0) ) { 257 SDL_snprintf(vtpath, SDL_arraysize(vtpath), vcs[i], current_vt); 278 current_vt = 0; 282 fprintf(stderr, "Current VT: %d\n", current_vt);
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.h | 68 int current_vt; member in struct:SDL_PrivateVideoData 112 #define current_vt (this->hidden->current_vt) macro
|
SDL_fbevents.c | 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, ¤t_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 ) { [all...] |