Home
last modified time | relevance | path

Searched refs:OpenFirstAvailableMaster (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPseudoTerminal.cpp90 bool PseudoTerminal::OpenFirstAvailableMaster(int oflag, char *error_str, in OpenFirstAvailableMaster() function in PseudoTerminal
218 if (OpenFirstAvailableMaster(flags, error_str, error_len)) { in Fork()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPseudoTerminal.h171 bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp219 if (!m_pty->OpenFirstAvailableMaster(open_flags, nullptr, 0)) { in SetUpPtyRedirection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp888 pty.OpenFirstAvailableMaster(O_RDWR | O_NOCTTY, NULL, 0)) { in DoLaunch()