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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c561 static LIST_HEAD(clients);
571 if(list_empty(&clients))
583 list_for_each(ele, &clients){
616 list_add(&entry.list, &clients);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.c24 * manipulated by other clients.
510 * if it is not longer used by any clients, stop the timer.
522 queue->clients++;
525 queue->clients--;
527 if (queue->clients) {
528 if (use && queue->clients == 1)
H A Dseq_clientmgr.c45 * this module handles the connections of userland and kernel clients
51 * 0..15: global clients
57 /* number of kernel non-card clients */
59 /* clients per cards, for static clients */
733 * send the event to all clients:
1116 info.clients = SNDRV_SEQ_MAX_CLIENTS;
1895 return -EINVAL; /* can't change other clients */
2319 * exported, called by kernel clients to enqueue events (w/o blocking)
2332 * exported, called by kernel clients t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.c114 AVAHI_LLIST_REMOVE(Client, clients, server->clients, c);
127 for (client = server->clients; client; client = client->clients_next)
156 AVAHI_LLIST_PREPEND(Client, clients, server->clients, client);
438 avahi_log_warn("Too many clients, client request failed.");
484 avahi_log_warn("Too many clients, client request failed.");
529 avahi_log_warn("Too many clients, client request failed.");
579 avahi_log_warn("Too many clients, client request failed.");
634 avahi_log_warn("Too many clients, clien
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c334 INIT_LIST_HEAD(&adap->clients);
388 * in adap->nr, and the specified adapter became available for clients.
430 * clients using the bus number provided in adap->nr. Also, the table
499 /* detach any active clients. This must be done first, because
501 list_for_each_safe(item, _n, &adap->clients) {
513 /* legacy drivers create and remove clients themselves */
614 /* Have a look at each adapter, if clients of this driver are still
627 list_for_each_safe(item2, _n, &adap->clients) {
660 list_for_each(item,&adapter->clients) {
690 list_add_tail(&client->list,&adapter->clients);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlmp.h184 hashbin_t *clients; member in struct:irlmp_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddpc7146.c116 list_for_each(item,&dpc->i2c_adapter.clients) {
H A Dtvmixer.c244 list_for_each(item,&adap->clients) {
H A Dmxb.c199 list_for_each(item,&mxb->i2c_adapter.clients) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec29 network file and print services to SMB/CIFS clients, including
31 Samba also provides some SMB clients, which complement the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h177 /* 150-151: kernel events with quote - DO NOT use in user clients */
193 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
484 int clients; /* maximum clients count */ member in struct:snd_seq_system_info
487 int cur_clients; /* current clients */
648 * etc. if the queue is locked for other clients
H A Dasound.h581 unsigned int clients; /* active timer clients */ member in struct:snd_timer_ginfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec326 clients, including various versions of MS Windows, OS/2,
328 clients, which complement the built-in SMB filesystem
379 clients. Samba uses NetBIOS over TCP/IP (NetBT) protocols
422 Samba-client provides some SMB clients, which complement the built-in
434 Summary: Files used by both Samba servers and clients.
457 Summary: Documentation for Samba servers and clients.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c.h317 struct list_head clients; member in struct:i2c_adapter
393 /* call the i2c_client->command() of all attached clients with
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S601 ;; Init DMA channel muxing (set to unused clients).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.c69 memset(&clients, 0, sizeof(struct client_cache_s));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c110 memset(&clients, 0, sizeof(struct client_cache_s));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c75 memset(&clients, 0, sizeof(struct client_cache_s));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c1408 ginfo->clients++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h5604 wl_relmcast_client_t clients[WL_RELMCAST_MAX_CLIENT]; member in struct:wl_relmcast_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2812 active FTP clients happy, your choice is not route NAT but masquerading,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure1878 Priviliged access group for Avahi clients (netdev)
30418 Priviliged access group for Avahi clients: ${AVAHI_PRIV_ACCESS_GROUP}
H A Dconfigure1878 Priviliged access group for Avahi clients (netdev)
30529 Priviliged access group for Avahi clients: ${AVAHI_PRIV_ACCESS_GROUP}

Completed in 542 milliseconds

12