Searched defs:tty (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DPppController.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, argument
64 if (!strcmp(tty, *it)) {
69 ALOGE("Invalid tty '%s' specified", tty);
89 snprintf(dev, sizeof(dev), "/dev/%s", tty);
105 int PppController::detachPppd(const char *tty) { argument
112 ALOGD("Stopping PPPD services on port %s", tty);
116 ALOGD("PPPD services on port %s stopped", tty);
133 DIR *d = opendir("/sys/class/tty");
135 ALOGE("Error opening /sys/class/tty (
[all...]
/system/core/toolbox/
H A Dps.c43 int ppid, tty; local
91 tty = atoi(nexttok(&ptr));
133 tty = atoi(nexttok(&ptr));

Completed in 18 milliseconds