Searched refs:socket_id (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 171 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 D | lldb-platform.cpp | 157 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 D | dpdk_lpm6.h | 49 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | rte_lpm.c | 140 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 D | rte_lpm6.h | 62 rte_lpm6_create(const char *name, int socket_id,
|
| H A D | rte_lpm6.c | 244 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 D | rte_lpm.h | 166 rte_lpm_create(const char *name, int socket_id,
|
| /freebsd/sys/dev/enic/ |
| H A D | vnic_rq.h | 70 unsigned int socket_id; member
|
| H A D | vnic_wq.h | 57 unsigned int socket_id; member
|