Searched refs:PT_MASTER_FD (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc30 PT_MASTER_FD, enumerator in enum:__anon6119::PseudoTerminalFd
81 int master_copy = HANDLE_EINTR(dup(pt_pair_[PT_MASTER_FD]));
164 base::WriteFileDescriptor(pt_pair_[PT_MASTER_FD],
179 return (HANDLE_EINTR(ioctl(pt_pair_[PT_MASTER_FD], TIOCSWINSZ, &ws)) != -1);
196 pt_pair[PT_MASTER_FD] = HANDLE_EINTR(posix_openpt(O_RDWR | O_NOCTTY));
197 if (pt_pair[PT_MASTER_FD] == -1)
200 if (grantpt(pt_pair_[PT_MASTER_FD]) != 0 ||
201 unlockpt(pt_pair_[PT_MASTER_FD]) != 0) {
202 CloseFd(&pt_pair[PT_MASTER_FD]);
207 slave_name = ptsname(pt_pair_[PT_MASTER_FD]);
[all...]

Completed in 46 milliseconds