Searched refs:master_fd (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | sys-linux.c | 180 static int master_fd = -1; /* pty for old-style demand mode, master */ variable 371 if (master_fd >= 0) in sys_close() 372 close(master_fd); in sys_close() 694 int master_fd; in bundle_attach() local 699 master_fd = open("/dev/ppp", O_RDWR); in bundle_attach() 700 if (master_fd < 0) in bundle_attach() 702 if (ioctl(master_fd, PPPIOCATTACH, &ifnum) < 0) { in bundle_attach() 704 close(master_fd); in bundle_attach() 711 modify_flags(master_fd, 0, SC_MULTILINK); in bundle_attach() 712 close(master_fd); in bundle_attach() [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 1946 int master_fd = pty.ReleaseMasterFD(); in PosixSpawnChildForPTraceDebugging() local 1947 process->SetChildFileDescriptors(master_fd, master_fd, master_fd); in PosixSpawnChildForPTraceDebugging() 2057 int master_fd = pty.ReleaseMasterFD(); in ForkChildForPTraceDebugging() local 2058 process->SetChildFileDescriptors(master_fd, master_fd, master_fd); in ForkChildForPTraceDebugging() 2289 int master_fd = pty.ReleaseMasterFD(); in SBForkChildForPTraceDebugging() local 2290 process->SetChildFileDescriptors(master_fd, master_fd, master_fd); in SBForkChildForPTraceDebugging()
|