HomeSort by: relevance | last modified time | path
    Searched defs:tty_mode (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 48 static int tty_mode; /* kbd mode to restore */ variable
215 SYSCALL(ioctl(xf86Info.consoleFd, KDGKBMODE, &tty_mode));
271 SYSCALL(ioctl(xf86Info.consoleFd, KDSKBMODE, tty_mode));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 54 static int tty_mode; /* kbd mode to restore */ variable
259 SYSCALL(ioctl(xf86Info.consoleFd, KDGKBMODE, &tty_mode));
322 SYSCALL(ioctl(xf86Info.consoleFd, KDSKBMODE, tty_mode));
  /src/external/bsd/ppp/dist/pppd/
tty.c 133 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */ variable
656 tty_mode = statbuf.st_mode;
891 if (tty_mode != (mode_t) -1) {
892 if (fchmod(real_ttyfd, tty_mode) != 0)
tty.c 133 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */ variable
656 tty_mode = statbuf.st_mode;
891 if (tty_mode != (mode_t) -1) {
892 if (fchmod(real_ttyfd, tty_mode) != 0)

Completed in 86 milliseconds