Home
last modified time | relevance | path

Searched refs:socket_id (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp168 Status writeSocketIdToPipe(Pipe &port_pipe, const std::string &socket_id) { in writeSocketIdToPipe() argument
171 return port_pipe.Write(socket_id.c_str(), socket_id.size() + 1, in writeSocketIdToPipe()
176 const std::string &socket_id) { in writeSocketIdToPipe() argument
183 return writeSocketIdToPipe(port_name_pipe, socket_id); in writeSocketIdToPipe()
187 const std::string &socket_id) { in writeSocketIdToPipe() argument
189 return writeSocketIdToPipe(port_pipe, socket_id); in writeSocketIdToPipe()
286 const std::string socket_id = acceptor_up->GetLocalSocketId(); in ConnectToRemote() local
287 if (!socket_id.empty()) { in ConnectToRemote()
290 error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()
298 error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
H A Dlldb-platform.cpp98 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()
/freebsd-13.1/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h49 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm.c140 rte_lpm_create(const char *name, int socket_id, in rte_lpm_create() argument
154 if ((name == NULL) || (socket_id < -1) in rte_lpm_create()
195 RTE_CACHE_LINE_SIZE, socket_id); in rte_lpm_create()
204 (size_t)rules_size, RTE_CACHE_LINE_SIZE, socket_id); in rte_lpm_create()
216 (size_t)tbl8s_size, RTE_CACHE_LINE_SIZE, socket_id); in rte_lpm_create()
H A Drte_lpm6.h62 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm6.c244 rte_lpm6_create(const char *name, int socket_id, in rte_lpm6_create() argument
261 if ((name == NULL) || (socket_id < -1) || (config == NULL) || in rte_lpm6_create()
278 .socket_id = socket_id, in rte_lpm6_create()
344 RTE_CACHE_LINE_SIZE, socket_id); in rte_lpm6_create()
H A Drte_lpm.h166 rte_lpm_create(const char *name, int socket_id,