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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/fabrics/
H A Dsnd-aoa-fabric-layout.c26 /* These are the connections the layout fabric
60 struct codec_connection *connections; member in struct:codec_connect_info
272 .connections = onyx_connections_noheadphones,
276 .connections = topaz_input,
283 .connections = onyx_connections_reallineout,
290 .connections = topaz_input,
298 .connections = onyx_connections_noheadphones,
305 .connections = topaz_input,
313 .connections = onyx_connections_noheadphones,
317 .connections
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dvisor.h105 } connections[2]; member in struct:visor_connection_info
129 * @num_ports: maximum number of functions/connections in use
132 * connections.end_point_info is non-zero. If value is 0, then
133 * connections.port contains the endpoint number, which is the same for in
142 * The maximum number of connections currently supported is 2
153 } connections[2]; member in struct:palm_ext_connection_info
H A Dvisor.c655 switch (connection_info->connections[i].port_function_id) {
677 connection_info->connections[i].port, string);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dport_kern.c32 struct list_head connections; member in struct:port_list
68 list_add(&conn->list, &conn->port->connections);
76 "There are currently no UML consoles waiting for port connections.\n" \
202 .connections = LIST_HEAD_INIT(port->connections) });
243 conn = list_entry(port->connections.next, struct connection,
257 * connections until a good one is found.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidfs.c47 static struct client_connection *connections; variable in typeref:struct:client_connection
178 for ( p=connections,i=0; p; p=p->next,i++ ) {
197 for ( p=connections,i=0; p; p=p->next,i++ ) {
226 DLIST_ADD( connections, node );
242 for ( p=connections; p; p=p->next ) {
277 for ( p=connections; p; ) {
285 connections = NULL;
298 for ( p=connections,i=0; p; p=p->next,i++ ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c98 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
109 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
289 * XXX: this should really be setup after the initial connections. */
290 if (!(server_children = server_child_alloc(default_options.connections,
371 /* afpd.conf: not in config file: lockfile, connections, configfile
480 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
525 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
H A Dafp_options.c153 options->connections = 20;
749 options->connections = atoi( optarg );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dglobals.h65 int connections, transports, tickleval, timeout, server_notif, flags, dircachesize; member in struct:afp_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h66 int connections, transports, tickleval, timeout, server_notif, flags, dircachesize; member in struct:afp_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c286 * Traverse the connections list. Here, even in bust_connection, we
290 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
702 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1058 TAILQ_INIT(&db_rep->connections);
1162 while (!TAILQ_EMPTY(&db_rep->connections)) {
1163 conn = TAILQ_FIRST(&db_rep->connections);
1167 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1218 while (!TAILQ_EMPTY(&db_rep->connections)) {
1219 conn = TAILQ_FIRST(&db_rep->connections);
H A Drepmgr_windows.c528 REPMGR_CONNECTION *connections[WSA_MAXIMUM_WAIT_EVENTS]; local
563 * connections; note that this is the only place where elements
568 for (conn = TAILQ_FIRST(&db_rep->connections);
590 connections[nevents++] = conn;
639 if (connections[i]->state != CONN_DEFUNCT &&
641 connections[i])) != 0)
H A Drepmgr_posix.c569 * Examine all connections to see what sort of I/O to ask for on
570 * each one. Clean up defunct connections; note that this is
577 for (conn = TAILQ_FIRST(&db_rep->connections);
640 * Timer expiration events include retrying of lost connections.
649 * structural change to the connections list happens here.
651 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
H A Drepmgr_method.c275 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
H A Drepmgr_util.c85 * connections. It does not initialize eid, since that isn't needed and/or
118 TAILQ_INSERT_TAIL(&db_rep->connections, c, entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c11 * probably a win for a lot of connections and unimportant for a small
12 * number of connections.
100 server_child *server_child_alloc(const int connections, const int nforks) argument
108 children->nsessions = connections;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_child.c11 * probably a win for a lot of connections and unimportant for a small
12 * number of connections.
100 server_child *server_child_alloc(const int connections, const int nforks) argument
108 children->nsessions = connections;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsamba.postinst85 for F in brlock.tdb connections.tdb locking.tdb messages.tdb nmbd.pid \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsamba.postinst85 for F in brlock.tdb connections.tdb locking.tdb messages.tdb nmbd.pid \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec343 if [ -e /var/lib/samba/connections.tdb ]; then
344 rm -f /var/lib/samba/connections.tdb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h513 CONNECTION_LIST connections; member in struct:__db_rep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c258 * XXX: this should really be setup after the initial connections. */
259 if (!(server_children = server_child_alloc(default_options.connections,
340 /* afpd.conf: not in config file: lockfile, connections, configfile
H A Dafp_options.c151 options->connections = 20;
723 options->connections = atoi( optarg );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dinode.c684 static decl_subsys(connections, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddefxx.h903 PI_CNTR connections[PI_PHY_K_MAX]; member in struct:__anon5343
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex774 be used by newly created connections.
1312 destinations when establishing TCP connections. If it is not given,
2801 is the requirement that the router keep the state of all the TCP connections

Completed in 165 milliseconds