HomeSort by relevance Sort by last modified time
    Searched full:tty (Results 26 - 50 of 787) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/
SHLIBS 9 Description: Generic Subsystem library (Simple tty UI)
  /external/kernel-headers/original/linux/
serial_core.h 143 #include <linux/tty.h>
310 struct tty_struct *tty; member in struct:uart_info
405 ((port)->info->tty->stopped || (port)->info->tty->hw_stopped)
446 do_SAK(info->tty);
470 else if (info->tty)
471 tty_hangup(info->tty);
484 struct tty_struct *tty = info->tty; local
489 if (tty->hw_stopped)
510 struct tty_struct *tty = port->info->tty; local
    [all...]
  /external/linux-tools-perf/Documentation/
manpage-bold-literal.xsl 8 viewed on a tty -->
  /external/ppp/pppd/
Android.mk 20 tty.c \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
89 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
89 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
  /external/openssh/openbsd-compat/
readpassphrase.h 34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */
38 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */
port-linux.c 138 /* Set the TTY context for the specified user */
140 ssh_selinux_setup_pty(char *pwname, const char *tty)
149 debug3("%s: setting TTY context on %s", __func__, tty);
155 if (getfilecon(tty, &old_tty_ctx) == -1) {
167 if (setfilecon(tty, new_tty_ctx) != 0)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 158 // TTY status
159 mService.setIcon("tty", R.drawable.stat_sys_tty_mode, 0, null);
160 mService.setIconVisibility("tty", false);
290 // TTY is on
291 if (false) Slog.v(TAG, "updateTTY: set TTY on");
292 mService.setIcon("tty", R.drawable.stat_sys_tty_mode, 0,
294 mService.setIconVisibility("tty", true);
296 // TTY is off
297 if (false) Slog.v(TAG, "updateTTY: set TTY off");
298 mService.setIconVisibility("tty", false)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 227 #define SND_USE_CASE_DEV_TTY_HEADSET_RX "TTY Headset Rx"
228 #define SND_USE_CASE_DEV_TTY_HEADSET_TX "TTY Headset Tx"
229 #define SND_USE_CASE_DEV_TTY_FULL_RX "TTY Full Rx"
230 #define SND_USE_CASE_DEV_TTY_FULL_TX "TTY Full Tx"
231 #define SND_USE_CASE_DEV_TTY_HANDSET_RX "TTY Handset Rx"
232 #define SND_USE_CASE_DEV_TTY_HANDSET_TX "TTY Handset Tx"
233 #define SND_USE_CASE_DEV_TTY_HANDSET_ANALOG_TX "TTY Handset Analog Tx"
  /external/openssh/
sshlogin.c 10 * on a tty.
126 record_login(pid_t pid, const char *tty, const char *user, uid_t uid,
134 li = login_alloc_entry(pid, user, host, tty);
156 record_logout(pid_t pid, const char *tty, const char *user)
160 li = login_alloc_entry(pid, user, NULL, tty);
session.h 39 /* tty */
43 char tty[TTYSZ]; member in struct:Session
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 107 const NL1 = 0x00000100; /* tty 37 */
112 const TAB1 = 0x00000400; /* tty 37 */
118 const CR2 = 0x00002000; /* tty 37 */
122 const FF1 = 0x00004000; /* tty 37 */
172 sgttyb basic; /* standard unix tty flags */
212 * Send tty modes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 107 const NL1 = 0x00000100; /* tty 37 */
112 const TAB1 = 0x00000400; /* tty 37 */
118 const CR2 = 0x00002000; /* tty 37 */
122 const FF1 = 0x00004000; /* tty 37 */
172 sgttyb basic; /* standard unix tty flags */
212 * Send tty modes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 107 const NL1 = 0x00000100; /* tty 37 */
112 const TAB1 = 0x00000400; /* tty 37 */
118 const CR2 = 0x00002000; /* tty 37 */
122 const FF1 = 0x00004000; /* tty 37 */
172 sgttyb basic; /* standard unix tty flags */
212 * Send tty modes
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
  /external/genext2fs/
test-mount.sh 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
  /external/ppp/pppd/plugins/radius/
clientid.c 99 * Arguments: full pathname of the tty
118 warn("rc_map2id: can't find tty %s in map database", ttyname);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)")
54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")

Completed in 767 milliseconds

12 3 4 5 6 7 8 91011>>