HomeSort by relevance Sort by last modified time
    Searched refs:ldisc (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 405 int ldisc, len; local
522 ldisc = line_discipline;
523 if (ioctl(dev_fd, TIOCSETD, &ldisc) < 0) {
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 351 int ldisc, len, fd; local
504 ldisc = 22;
505 if (ioctl(dev_fd, TIOCSETD, &ldisc) < 0) {
  /external/libppp/src/
tty.c 262 int ldisc, cs, ds, hot; local
286 ldisc = NETGRAPHDISC;
287 if (ID0ioctl(p->fd, TIOCSETD, &ldisc) < 0) {
  /system/core/sh/
jobs.c 144 int ldisc; local
203 if (ioctl(ttyfd, TIOCGETD, (char *)&ldisc) < 0
204 || ldisc != NTTYDISC) {
  /external/kernel-headers/original/linux/
tty.h 178 struct tty_ldisc ldisc; member in struct:tty_struct
246 #define TTY_IO_ERROR 1 /* Canse an I/O error (may be no ldisc too) */

Completed in 215 milliseconds