Searched refs:OpenFirstAvailableMaster (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 90 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 D | PseudoTerminal.h | 171 bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessLaunchInfo.cpp | 219 if (!m_pty->OpenFirstAvailableMaster(open_flags, nullptr, 0)) { in SetUpPtyRedirection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 888 pty.OpenFirstAvailableMaster(O_RDWR | O_NOCTTY, NULL, 0)) { in DoLaunch()
|