Searched refs:socket_id (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 171 Status writeSocketIdToPipe(Pipe &port_pipe, llvm::StringRef socket_id) { in writeSocketIdToPipe() argument 174 return port_pipe.Write(socket_id.data(), socket_id.size() + 1, bytes_written); in writeSocketIdToPipe() 178 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument 185 return writeSocketIdToPipe(port_name_pipe, socket_id); in writeSocketIdToPipe() 189 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument 191 return writeSocketIdToPipe(port_pipe, socket_id); in writeSocketIdToPipe() 232 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() argument 236 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote() 245 Status error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
|
| H A D | lldb-platform.cpp | 98 static Status save_socket_id_to_file(const std::string &socket_id, in save_socket_id_to_file() argument 113 temp_file_path, file_spec.GetPath(), socket_id), in save_socket_id_to_file()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | smuio_v13_0_3.c | 57 u32 data, socket_id; in smuio_v13_0_3_get_socket_id() local 60 socket_id = REG_GET_FIELD(data, SMUIO_MCM_CONFIG, SOCKET_ID); in smuio_v13_0_3_get_socket_id() 62 return socket_id; in smuio_v13_0_3_get_socket_id()
|
| H A D | smuio_v13_0.c | 100 u32 data, socket_id; in smuio_v13_0_get_socket_id() local 103 socket_id = REG_GET_FIELD(data, SMUIO_MCM_CONFIG, SOCKET_ID); in smuio_v13_0_get_socket_id() 105 return socket_id; in smuio_v13_0_get_socket_id()
|