Searched refs:tty (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | PppController.cpp | 51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument 64 if (!strcmp(tty, *it)) { in attachPppd() 69 ALOGE("Invalid tty '%s' specified", tty); in attachPppd() 91 snprintf(dev, sizeof(dev), "/dev/%s", tty); in attachPppd() 110 int PppController::detachPppd(const char *tty) { in detachPppd() argument 117 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 121 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
|
D | PppController.h | 34 int attachPppd(const char *tty, struct in_addr local, 37 int detachPppd(const char *tty);
|
/system/core/rootdir/ |
D | ueventd.rc | 8 /dev/tty 0666 root root
|