/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/device/lge/mako/overlay/packages/apps/Phone/res/values/ |
config.xml | 24 <!-- Flag indicating if the tty is enabled -->
|
/external/dropbear/ |
sshpty.h | 10 * tty.
|
cli-kex.c | 118 FILE *tty = NULL; local 134 tty = fopen(_PATH_TTY, "r"); 135 if (tty) { 136 response = getc(tty); 137 fclose(tty);
|
/external/genext2fs/ |
genext2fs.8 | 149 /dev/tty c 666 0 0 5 0 0 0 - 150 /dev/tty c 666 0 0 4 0 0 1 6 159 node /dev/mem (major 1, minor 1), and also creates /dev/tty, 160 /dev/tty[0-5], /dev/loop[0-1], /dev/hda, /dev/hda1 to /dev/hda15 and
|
/external/libppp/src/ |
defs.h | 33 # define MODEM_LIST "/dev/cuad1\0/dev/cuad0" /* name of tty device */ 36 # define MODEM_LIST "/dev/cua01\0/dev/cua00" /* name of tty device */ 38 # define MODEM_LIST "/dev/tty01\0/dev/tty00" /* name of tty device */ 50 #define MODEM_SPEED B38400 /* tty speed */
|
tty.c | 26 * $FreeBSD: src/usr.sbin/ppp/tty.c,v 1.32.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $ 76 #include "tty.h" 188 dev->Timer.name = "tty CD"; 282 log_Printf(LogDEBUG, "%s: Couldn't get tty line discipline\n", 293 /* Get the name of the tty node */ 310 /* Set the ``hot char'' on the TTY node */ 312 log_Printf(LogDEBUG, "%s: Set tty hotchar to 0x%02x\n", p->link.name, hot); 368 log_Printf(LogPHASE, "%s: Loaded netgraph tty line discipline\n", 388 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real.speed); 398 log_Printf(LogPHASE, "%s: Unloaded netgraph tty line discipline\n" [all...] |
prompt.h | 61 struct termios oldtio; /* Original tty mode */ 62 struct termios comtio; /* Command level tty mode */
|
/external/openssh/ |
sshpty.h | 8 * tty.
|
session.c | 443 * This is called to fork and execute a command when we have no tty. This 637 * This is called to fork and execute a command when we have a tty. This 639 * setting up file descriptors, controlling tty, updating wtmp, utmp, 693 /* Close the master side of the pseudo tty. */ 696 /* Make the pseudo tty our controlling tty. */ 697 pty_make_controlling_tty(&ttyfd, s->tty); 699 /* Redirect stdin/stdout/stderr from the pseudo tty. */ 707 /* Close the extra descriptor for the pseudo tty. */ 742 /* Parent. Close the slave side of the pseudo tty. * [all...] |
/hardware/qcom/bt/libbt-vendor/include/ |
userial_vendor.h | 30 /*BT HS UART TTY DEVICE */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
pt_chown | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
pt_chown | |
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 65 if (const TagType *TTy = dyn_cast<TagType>(QTy)) 66 return TTy->getDecl()->hasAttr<MayAliasAttr>(); 69 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { 70 if (TTy->getDecl()->hasAttr<MayAliasAttr>()) 73 return TypeHasMayAlias(TTy->desugar()); 181 if (const RecordType *TTy = QTy->getAs<RecordType>()) { 182 const RecordDecl *RD = TTy->getDecl()->getDefinition();
|
/external/llvm/include/llvm/Support/ |
Process.h | 180 /// "tty" or "console" window. That is, the output would be displayed to 185 /// "tty" or "console" window. That is, the output would be displayed to 190 /// a "tty" or "console" window. That is, the output would be displayed to 199 /// if standard output is connected to a "tty" or "console" 200 /// window. If standard output is not connected to a tty or 206 /// if standard error is connected to a "tty" or "console" 207 /// window. If standard error is not connected to a tty or
|
/external/ppp/pppd/ |
tty.c | 2 * tty.c - code for handling serial ports in pppd. 71 #define RCSID "$Id: tty.c,v 1.22 2004/11/13 12:07:29 paulus Exp $" 129 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */ 146 bool notty = 0; /* Stdin/out is not a tty */ 171 { "tty speed", o_wild, (void *) &setspeed, 193 "Script to run on pseudo-tty master side", 197 "Input/output is not a tty", OPT_DEVNAM | 1 }, 398 * tty_init - do various tty-related initializations. 408 * tty_process_extra_options - work out which tty device we are using 419 option_error("no device specified and stdin is not a tty"); [all...] |
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 196 * Returns the list of currently known TTY devices on the system 201 * Attaches a PPP server daemon to the specified TTY with the specified 204 void attachPppd(String tty, String localAddr, String remoteAddr, String dns1Addr, 208 * Detaches a PPP server daemon from the specified TTY. 210 void detachPppd(String tty);
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 113 mStatusBarManager.removeIcon("tty"); 118 mStatusBarManager.setIcon("tty", R.drawable.stat_sys_phone, 0, null); 121 mStatusBarManager.setIcon("tty", R.drawable.stat_sys_phone, 0, null); 124 mStatusBarManager.removeIcon("tty"); 330 "tty",
|
/external/openssl/crypto/ui/ |
ui_openssl.c | 227 # define TTY_get(tty,data) tcgetattr(tty,data) 228 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) 235 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) 236 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) 243 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data [all...] |
/external/mksh/src/ |
jobs.c | 67 #define JF_FG 0x010 /* running in foreground (also has tty pgrp) */ 73 #define JF_USETTYMODE 0x400 /* tty mode saved if process exits normally */ 92 mksh_ttyst ttystat; /* saved tty state for stopped jobs */ 93 pid_t saved_ttypgrp; /* saved tty process group for stopped jobs */ 137 static bool ttypgrp_ok; /* set if can use tty pgrps */ 267 * Need to restore the tty pgrp to what it was when the 269 * will be able to access the tty when we are done. 272 * process we are to become will be able to access the tty. 294 /* don't call mksh_tcget until we own the tty process group */ 298 /* no controlling tty, no SIGT* * [all...] |
/device/asus/flo/ |
mixer_paths.xml | 9 <ctl name="TTY Mode" value="Off" /> 426 <!-- TTY devices --> 428 <path name="tty-headphones"> 435 <path name="voice-tty-full-headphones"> 436 <ctl name="TTY Mode" value="FULL" /> 437 <path name="tty-headphones" /> 440 <path name="voice-tty-vco-headphones"> 441 <ctl name="TTY Mode" value="VCO" /> 442 <path name="tty-headphones" /> 445 <path name="voice-tty-hco-handset" [all...] |
/device/lge/mako/ |
mixer_paths.xml | 9 <ctl name="TTY Mode" value="Off" /> 407 <!-- TTY devices --> 409 <path name="tty-headphones"> 418 <path name="voice-tty-full-headphones"> 419 <ctl name="TTY Mode" value="FULL" /> 420 <path name="tty-headphones" /> 423 <path name="voice-tty-vco-headphones"> 424 <ctl name="TTY Mode" value="VCO" /> 425 <path name="tty-headphones" /> 428 <path name="voice-tty-hco-handset" [all...] |
/external/qemu/ |
qemu-char.c | 805 struct termios tty; local 807 tty = oldtty; 809 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP 811 tty.c_oflag |= OPOST; 812 tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN); 813 tty.c_cflag &= ~(CSIZE|PARENB); 814 tty.c_cflag |= CS8; 815 tty.c_cc[VMIN] = 1; 816 tty.c_cc[VTIME] = 0; 820 tty.c_lflag &= ~ISIG 1044 struct termios tty; local 1087 struct termios tty; local [all...] |
/bionic/libc/stdio/ |
makebuf.c | 43 * Per the ANSI C standard, ALL tty devices default to line buffered. 91 /* could be a tty iff it is a character device */
|
/external/kernel-headers/original/asm-mips/ |
signal.h | 53 #define SIGTTIN 26 /* Background read from tty (POSIX). */ 54 #define SIGTTOU 27 /* Background write to tty (POSIX). */
|