Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp170 Status writeSocketIdToPipe(Pipe &port_pipe, llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
173 return port_pipe.Write(socket_id.data(), socket_id.size() + 1, bytes_written); in writeSocketIdToPipe()
177 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
184 return writeSocketIdToPipe(port_name_pipe, socket_id); in writeSocketIdToPipe()
188 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
190 return writeSocketIdToPipe(port_pipe, socket_id); in writeSocketIdToPipe()
231 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() argument
235 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()
244 Status error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
H A Dlldb-platform.cpp97 static Status save_socket_id_to_file(const std::string &socket_id, in save_socket_id_to_file() argument
107 [&socket_id](llvm::raw_ostream &OS) { in save_socket_id_to_file()
108 OS << socket_id; in save_socket_id_to_file()
/freebsd/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,
/freebsd/sys/dev/enic/
H A Dvnic_wq.h57 unsigned int socket_id; member
H A Dvnic_rq.h70 unsigned int socket_id; member