HomeSort by relevance Sort by last modified time
    Searched defs:tty_fd (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/plugins/
pnat.c 201 int tty_fd; local
203 tty_fd = open(client->tty_name, O_RDONLY | O_NOCTTY);
204 if (tty_fd < 0) {
224 client->io = g_io_channel_unix_new(tty_fd);
  /external/dbus/tools/
dbus-launch.c 420 int tty_fd; local
450 tty_fd = 0;
452 tty_fd = -1;
454 if (tty_fd >= 0)
459 if (tty_fd < 0 && x_fd < 0)
481 if (tty_fd >= 0)
483 FD_SET (tty_fd, &read_set);
484 FD_SET (tty_fd, &err_set);
493 select (MAX (tty_fd, x_fd) + 1,
511 if (tty_fd >= 0
    [all...]

Completed in 687 milliseconds