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 | 170 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 D | lldb-platform.cpp | 97 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 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_wq.h | 57 unsigned int socket_id; member
|
H A D | vnic_rq.h | 70 unsigned int socket_id; member
|