Searched refs:connection (Results 26 - 48 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c275 /* if we are already connected, use that connection. */
276 if (svc->connection == NULL)
373 /* if we are already connected, use that connection. */
374 if (svc->connection == NULL)
385 *stream = svc->connection;
446 /* update our connection info */
448 status = httpUpdate(svc->connection);
452 httpWait(svc->connection, 1000);
485 /* if we are already connected, use that connection. */
486 if (svc->connection
[all...]
H A Dprinter.c93 /* if we are already connected, use that connection. */
94 if (svc->connection == NULL)
149 /* if we are already connected, use that connection. */
150 if (svc->connection == NULL)
195 /* if we are already connected, use that connection. */
196 if (svc->connection == NULL)
279 /* if we are already connected, use that connection. */
280 if (svc->connection == NULL)
329 /* if we are already connected, use that connection. */
330 if (svc->connection
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp2041rdb.dts263 phy-connection-type = "sgmii";
304 phy-connection-type = "sgmii";
317 phy-connection-type = "sgmii";
330 phy-connection-type = "rgmii";
343 phy-connection-type = "rgmii";
359 phy-connection-type = "xgmii";
H A Dp3041ds.dts257 phy-connection-type = "rgmii";
322 phy-connection-type = "sgmii";
335 phy-connection-type = "sgmii";
348 phy-connection-type = "sgmii";
367 phy-connection-type = "rgmii";
383 phy-connection-type = "xgmii";
H A Dp5020ds.dts253 phy-connection-type = "rgmii";
318 phy-connection-type = "sgmii";
331 phy-connection-type = "sgmii";
344 phy-connection-type = "sgmii";
363 phy-connection-type = "rgmii";
379 phy-connection-type = "xgmii";
H A Dp1020rdb.dts419 phy-connection-type = "rgmii-id";
448 phy-connection-type = "sgmii";
476 phy-connection-type = "rgmii-id";
H A Dp2020ds.dts403 phy-connection-type = "rgmii-id";
447 phy-connection-type = "rgmii-id";
476 phy-connection-type = "rgmii-id";
H A Dmpc8572ds.dts405 phy-connection-type = "rgmii-id";
456 phy-connection-type = "rgmii-id";
486 phy-connection-type = "rgmii-id";
515 phy-connection-type = "rgmii-id";
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c251 s = ap_get_remote_host(r->connection, r->per_dir_config,
254 s = ap_get_remote_host(r->connection, r->per_dir_config,
292 * For Trusted Solaris, pass the fd number of the socket connection
308 r->connection->conn_config, &core_module);
313 sockfd = ap_bfileno(r->connection->client, B_RD);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.h94 DBusHandlerResult hald_dbus_filter_function (DBusConnection * connection, DBusMessage * message, void *user_data);
H A Dhald_runner.c97 runner_server_message_handler (DBusConnection *connection, argument
134 runner_server_unregister_handler (DBusConnection *connection, void *user_data) argument
510 /* the connection was disconnected */
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c61 char connection[MAXPATHLEN]; member in struct:__anon644
73 char connection[MAXPATHLEN]; member in struct:__anon645
396 if (hp_path(node, arg->path, arg->connection) != 0) {
462 if ((rv = hp_path(node, arg->path, arg->connection)) != 0) {
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c65 libpolkit_new_context (DBusConnection *connection) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist144 129 Network dropped connection because of reset
145 130 Software caused connection abort
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c83 osspec_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) argument
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp500 LMEConnection *connection = (LMEConnection *)param; local
503 if (LMS_PROCOL_VERSION == connection->protocolVer) {
504 connection->_doRX();
505 } else if (LMS_PROCOL_VERSION_COMPAT == connection->protocolVer) {
506 connection->_doRXCompat();
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c33 * httpClose() - Close an HTTP connection...
47 * httpFlush() - Flush data from a HTTP connection.
48 * httpRead() - Read data from a HTTP connection.
50 * httpWait() - Wait for data available on a connection.
51 * httpWrite() - Write data to a HTTP connection.
52 * httpGets() - Get a line of text from a HTTP connection.
53 * httpPrintf() - Print a formatted string to a HTTP connection.
66 * http_wait() - Wait for data available on a connection.
68 * http_setup_ssl() - Set up SSL/TLS on a connection.
69 * http_shutdown_ssl() - Shut down SSL/TLS on a connection
2522 CDSAReadFunc(SSLConnectionRef connection, void *data, size_t *dataLength) argument
2547 CDSAWriteFunc(SSLConnectionRef connection, const void *data, size_t *dataLength) argument
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c2802 rsmka_connections_t *connection; local
2830 /* leave room for connection pointer area */
2847 /* fill in user based connection pointer */
2864 connection = (rsmka_connections_t *)bufp;
2865 (void) snprintf(connection->hdr.cntlr_name,
2869 connection->hdr.local_hwaddr = adapter->hwaddr;
2870 connection->hdr.remote_cntlr_count = 0;
2875 connection->hdr.remote_cntlr_count++;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h747 struct iscsi_flash_connection connection; member in struct:iscsi_flashnode
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h571 typedef struct connection { struct
731 /* Multiple threads per connection variable */
745 /* internal connection APIs */
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c246 * If the connection closed or not.
252 * 0 - connection is still valid
253 * 1 - connection is not valid anymore
281 * Checks the mover connection status and sends an appropriate
297 * the connection to the mover on the NDMP TAPE Server. THEN
302 /* If connection is closed by the peer */
312 "ndmp mover: connection closed by peer");
367 * to detect if the other end closed the connection or not.
368 * NDMP client(DMA) does not send any information about the connection
857 * connection (inpu
863 ndmp_send_reply(ndmp_connection_t *connection, void *reply, char *msg) argument
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1513 # Destructor. Closes the kstat connection
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh242 HELP - The transport layer security used for connection to the LDAP
4266 # nisLDAPobjectDN : It specifies the connection between group of NIS

Completed in 89 milliseconds

12