Searched refs:connections (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c92 /* Check if there were no connections */
94 dprintf("getinfo: no hotplug connections.\n");
244 hp_node_list_t connections, ports; local
254 /* Clear lists of discovered ports and connections */
256 (void) memset(&connections, 0, sizeof (hp_node_list_t));
291 node_list_add(&connections, node);
324 node_list_add(&connections, node);
331 /* Ignore irrelevant connections */
354 if (connections.head == NULL)
356 *retp = connections
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm89 loading large modules or opening persistent database connections,
103 loop waiting for incoming connections, processing the request, and
173 script to which bind an listen for incoming connections from the web server.
177 Maximum length of the queue of pending connections.
/opensolaris-onvv-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c226 /* Set<struct connection *> connections; */
227 static SET(struct connection *) connections;
228 #define n_sockets connections.n
229 #define conns connections.data
301 if (!ADD(connections, newconn, tmp)) {
343 FOREACH_ELT(connections, i, conn)
345 DEL(connections, i);
853 krb5_klog_syslog(LOG_INFO, "too many connections");
855 FOREACH_ELT (connections, i, c) {
1137 FOREACH_ELT (connections,
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h397 * to rsm_get_interconnect_topology(). The actual size of the connections
402 caddr_t connections[1]; member in struct:__anon8973
408 caddr32_t connections[1]; member in struct:__anon8974
/opensolaris-onvv-gate/usr/src/lib/librsm/inc/
H A Drsmapi.h105 * to rsm_get_interconnect_topology(). The actual size of the connections
110 rsm_connections_t *connections[1]; member in struct:rsm_topology
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm344 listening for more connections on a listen socket
/opensolaris-onvv-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c31 * inter-node connections (aka paths), and IPC. Adapter descriptors are
2767 * Add extra 4-bytes to make sure connections header
2828 bufp = (char *)&tp->connections[0];
2853 tp32->connections[cntlr++] = userbase + delta;
2855 tp->connections[cntlr++] = arg +
2860 tp->connections[cntlr++] = arg +
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1324 B<LocalAddr> - Local address to use for all socket connections, this
1566 C<put_unique> and those that do not require data connections.
1631 data connections. Misuse of this method can hang the connection.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm769 # For slow connections, we save lots of bandwidth by printing only once
1085 connections, or with very large numbers of tests.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6946 FTP connections need to be done in a passive mode.

Completed in 133 milliseconds