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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c164 vtmode_t vtmode; local in function:xf86OpenConsole
269 vtmode.mode = VT_PROCESS;
270 vtmode.relsig = SIGUSR1;
271 vtmode.acqsig = SIGUSR1;
272 vtmode.frsig = SIGUSR1;
273 if (ioctl(xf86Info.consoleFd, VT_SETMODE, &vtmode) < 0) {
343 vtmode_t vtmode; local in function:xf86OpenSyscons
351 if (ioctl(fd, VT_GETMODE, &vtmode) >= 0) {
418 if (ioctl(fd, VT_GETMODE, &vtmode) < 0) {
450 vtmode_t vtmode; local in function:xf86OpenPcvt
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c162 vtmode_t vtmode; local in function:xf86OpenConsole
288 vtmode.mode = VT_PROCESS;
289 vtmode.relsig = SIGUSR1;
290 vtmode.acqsig = SIGUSR1;
291 vtmode.frsig = SIGUSR1;
292 if (ioctl(xf86Info.consoleFd, VT_SETMODE, &vtmode) < 0)
371 vtmode_t vtmode; local in function:xf86OpenSyscons
381 if (ioctl(fd, VT_GETMODE, &vtmode) >= 0)
435 && (ioctl(0, VT_GETMODE, &vtmode) >= 0))
470 if (ioctl(fd, VT_GETMODE, &vtmode) <
507 vtmode_t vtmode; local in function:xf86OpenPcvt
[all...]

Completed in 5 milliseconds