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.cpp171 const std::string &socket_id) { in writeSocketIdToPipe() argument
173 llvm::StringRef buf(socket_id.data(), socket_id.size() + 1); in writeSocketIdToPipe()
185 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
192 return writeSocketIdToPipe(port_name_pipe, socket_id.str()); in writeSocketIdToPipe()
196 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
198 return writeSocketIdToPipe(port_pipe, socket_id.str()); in writeSocketIdToPipe()
249 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() argument
253 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()
262 Status error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
H A Dlldb-platform.cpp157 static Status save_socket_id_to_file(const std::string &socket_id, in save_socket_id_to_file() argument
168 [&socket_id](llvm::raw_ostream &OS) { in save_socket_id_to_file()
169 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_rq.h70 unsigned int socket_id; member
H A Dvnic_wq.h57 unsigned int socket_id; member