Searched refs:connection (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-current/usr.sbin/ctld/
H A Dctld.h232 struct connection conn;
H A Dctld.c59 static void pdu_fail(const struct connection *conn, const char *reason);
1643 struct connection *conn;
1673 pdu_fail(const struct connection *conn __unused, const char *reason __unused)
2455 log_debugx("incoming connection; not forking due to -d flag");
2466 log_debugx("incoming connection; forking child process #%d",
2484 log_debugx("accepted connection from %s; portal group \"%s\"",
2495 log_debugx("connection handed off to the kernel");
2547 log_debugx("incoming connection, id %d, portal id %d",
H A Dkernel.c976 "dropping connection");
981 "%s; dropping connection", req.error_str);
1003 "dropping connection");
1008 "%s; dropping connection", req.error_str);
1341 "dropping connection");
1346 "%s; dropping connection", req.error_str);
1353 struct connection *conn;
1372 "dropping connection");
1377 "%s; dropping connection", req.error_str);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h87 Status InitializeConnection(std::unique_ptr<Connection> connection);
H A DGDBRemoteCommunication.cpp865 ConnectionFileDescriptor *connection =
868 if (connection) {
870 if (connection->Connect(
H A DGDBRemoteCommunicationServerLLGS.cpp1177 std::unique_ptr<Connection> connection) {
1178 IOObjectSP read_object_sp = connection->GetReadObject();
1179 GDBRemoteCommunicationServer::SetConnection(std::move(connection));
1221 "failed to set connection for inferior I/O communication");
4067 // Tell the stdio connection to shut down.
4069 auto connection = m_stdio_communication.GetConnection(); local
4070 if (connection) {
4072 connection->Disconnect(&error);
1176 InitializeConnection( std::unique_ptr<Connection> connection) argument
/freebsd-current/crypto/openssh/regress/
H A DMakefile109 connection-timeout \
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c295 pDevice->devInfo.sataDeviceInfo.connection = pm;
/freebsd-current/crypto/openssh/
H A Dscp.c172 /* Non-standard port to use for the ssh connection or -1. */
175 /* This is the program to execute for the secured connection. ("ssh" or -S) */
1093 "destination connection");
1110 "source connection");
1199 "connection");
1278 error("sftp connection failed");
1714 SCREWUP("lost connection");
1907 "dropped connection");
2252 (void)write(STDERR_FILENO, "lost connection\n", 16);
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c731 /* Second answer (BAD REQUEST) on connection close */
1116 /* We give ownership of the request to the connection */
1126 /* try to make another request over the same connection */
1141 /* We give ownership of the request to the connection */
1156 /* We give ownership of the request to the connection */
1224 /* We give ownership of the request to the connection */
1234 /* try to make another request over the same connection */
1248 /* We give ownership of the request to the connection */
1263 /* We give ownership of the request to the connection */
1314 * Tell libevent to free the connection whe
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c731 /* Second answer (BAD REQUEST) on connection close */
1116 /* We give ownership of the request to the connection */
1126 /* try to make another request over the same connection */
1141 /* We give ownership of the request to the connection */
1156 /* We give ownership of the request to the connection */
1224 /* We give ownership of the request to the connection */
1234 /* try to make another request over the same connection */
1248 /* We give ownership of the request to the connection */
1263 /* We give ownership of the request to the connection */
1314 * Tell libevent to free the connection whe
[all...]
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1828 * value of 2/256. This rate applies to out of connection, SMP and SSP
2600 can establish at least one connection.
2651 bit8 connection; /**< How device is connected: member in struct:agsaSATADeviceInfo_s
2660 if the connection field above is
2664 connection field is set to 2 (STP). */
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.c1516 out_resp->connection = connector->status;
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5986 TI_DBG2(("ossaGetDeviceInfoCB: connection %d\n", agSATADeviceInfo->connection));
8074 if (option == 32) /* set connection rate */
8106 if (option == 32) /* set connection rate */
8108 TI_DBG1(("ossaIniSetDeviceInfoCB: set connection rate option\n"));

Completed in 347 milliseconds

123