| /freebsd-12.1/sys/dev/e1000/ |
| H A D | README | 2 FreeBSD* Driver for Intel Network Connection 204 Intel(R) PRO/1000 PT Network Connection 210 Intel(R) PRO/1000 PF Network Connection 212 Intel(R) PRO/1000 PB Server Connection 213 Intel(R) PRO/1000 PL Network Connection 221 Intel(R) PRO/1000 PM Network Connection 227 Intel(R) 82562V 10/100 Network Connection 228 Intel(R) 82566DM Gigabit Network Connection 229 Intel(R) 82566DC Gigabit Network Connection 232 Intel(R) 82562GT 10/100 Network Connection [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 46 class Connection { 51 Connection() = default; 57 virtual ~Connection(); 205 DISALLOW_COPY_AND_ASSIGN(Connection);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Connection.cpp | 14 Connection::~Connection() = default;
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDFS.h | 93 struct Connection { struct 97 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument 110 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Communication.h | 30 class Connection; variable 182 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() 250 void SetConnection(Connection *connection);
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_accept.pod | 198 fprintf(stderr, "Connection 1 established\n"); 202 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n"); 211 fprintf(stderr, "Connection 2 established\n"); 216 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n"); 219 BIO_puts(cbio, "Connection 1: Second connection established\n");
|
| H A D | BIO_connect.pod | 30 B<addr>. Connection B<options> may be zero or any combination of 35 given by B<addr>. Connection B<options> may be zero or any
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | kadm5_err.et | 22 error_code NOT_INIT, "Connection to server not initialized" 39 error_code INIT, "Connection to server already initialized"
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | Acceptor.h | 33 Status Accept(const bool child_processes_inherit, Connection *&conn);
|
| H A D | lldb-gdbserver.cpp | 235 std::unique_ptr<Connection> connection_up; in ConnectToRemote() 342 Connection *conn = nullptr; in ConnectToRemote()
|
| H A D | Acceptor.cpp | 63 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 623 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection() 626 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection() 628 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx6q-b850v3.dts | 246 /* Intel Corporation I210 Gigabit Network Connection */ 261 /* Intel Corporation I210 Gigabit Network Connection */
|
| /freebsd-12.1/lib/libc/nls/ |
| H A D | C.msg | 115 54 Connection reset by peer 129 61 Connection refused
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 77 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 88 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 103 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 30 class ConnectionFileDescriptor : public Connection {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Host.h | 244 static std::unique_ptr<Connection>
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ssh-keyscan.c | 92 typedef struct Connection { struct 111 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument 114 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/events/ |
| H A D | evregion.c | 383 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch() 393 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch()
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 6942 7044 MXI-4 Connection Monitor 23881 1052 PRO/100 VM Network Connection 24448 1511 82580 Gigabit SFP Connection 24523 1524 I350 Gigabit Connection 24578 153a Ethernet Connection I217-LM 24582 153b Ethernet Connection I217-V 24601 1559 Ethernet Connection I218-V 24602 155a Ethernet Connection I218-LM 24636 156f Ethernet Connection I219-LM 24638 1570 Ethernet Connection I219-V [all …]
|
| /freebsd-12.1/lib/libfetch/ |
| H A D | ftp.errors | 31 426 ABORT Connection closed; transfer aborted
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.h | 79 Status InitializeConnection(std::unique_ptr<Connection> &&connection);
|
| /freebsd-12.1/contrib/libxo/tests/gettext/ |
| H A D | strerror.pot | 283 msgid "Connection reset by peer" 311 msgid "Connection refused"
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 1326 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection() 1328 for (SchedDFSResult::Connection &C : Connections) { in addConnection() 1334 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection() 1430 for (const Connection &C : SubtreeConnections[SubtreeID]) { in scheduleTree()
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | KNOWNBUGS | 134 getrequests: accept: Connection timed out 136 "Connection timed out" is not documented as a valid return from 152 * Connection caching breaks if you pass the port number as an argument.
|