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

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dclients.c22 #include "clients.h"
242 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
251 if (clients[i].addr.s_addr == addr.s_addr)
254 if ((uptime() - clients[i].age) > 3600)
258 memcmp(mac, clients[i].mac, 6) == 0)
262 clients[i].age = uptime();
266 memset(&clients[i], 0, sizeof(struct client_cache_s));
272 clients[i].type->name, i);
273 return &clients[i];
287 if (clients[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dclients.c22 #include "clients.h"
242 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
251 if (clients[i].addr.s_addr == addr.s_addr)
254 if ((uptime() - clients[i].age) > 3600)
258 memcmp(mac, clients[i].mac, 6) == 0)
262 clients[i].age = uptime();
266 memset(&clients[i], 0, sizeof(struct client_cache_s));
272 clients[i].type->name, i);
273 return &clients[i];
287 if (clients[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dclients.c22 #include "clients.h"
242 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
251 if (clients[i].addr.s_addr == addr.s_addr)
254 if ((uptime() - clients[i].age) > 3600)
258 memcmp(mac, clients[i].mac, 6) == 0)
262 clients[i].age = uptime();
266 memset(&clients[i], 0, sizeof(struct client_cache_s));
272 clients[i].type->name, i);
273 return &clients[i];
287 if (clients[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pps/
H A DMakefile7 obj-y += clients/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pps/
H A DMakefile7 obj-y += clients/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c53 static diva_maint_client_t clients[MAX_DESCRIPTORS]; variable
290 for (i = 1; i < ARRAY_SIZE(clients); i++) {
291 if (clients[i].pmem) {
292 diva_os_free (0, clients[i].pmem);
394 for (id = 1; id < ARRAY_SIZE(clients); id++) {
395 if (clients[id].hDbg == hDbg) {
402 if (clients[id].hDbg) { /* slot is busy */
406 if (!strcmp (clients[id].drvName, hDbg->drvName)) {
414 if (!clients[id].hDbg) { /* slot is busy */
428 clients[free_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebug.c53 static diva_maint_client_t clients[MAX_DESCRIPTORS]; variable
290 for (i = 1; i < ARRAY_SIZE(clients); i++) {
291 if (clients[i].pmem) {
292 diva_os_free (0, clients[i].pmem);
394 for (id = 1; id < ARRAY_SIZE(clients); id++) {
395 if (clients[id].hDbg == hDbg) {
402 if (clients[id].hDbg) { /* slot is busy */
406 if (!strcmp (clients[id].drvName, hDbg->drvName)) {
414 if (!clients[id].hDbg) { /* slot is busy */
428 clients[free_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/vga/
H A Dvga_switcheroo.c53 struct vga_switcheroo_client clients[VGA_SWITCHEROO_MAX_CLIENTS]; member in struct:vgasr_priv
94 ret = vgasr_priv.handler->get_client_id(vgasr_priv.clients[i].pdev);
98 vgasr_priv.clients[i].id = ret;
117 vgasr_priv.clients[index].pwr_state = VGA_SWITCHEROO_ON;
118 vgasr_priv.clients[index].pdev = pdev;
119 vgasr_priv.clients[index].set_gpu_state = set_gpu_state;
120 vgasr_priv.clients[index].can_switch = can_switch;
121 vgasr_priv.clients[index].id = -1;
123 vgasr_priv.clients[index].active = true;
127 /* if we get two clients
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvga_switcheroo.c53 struct vga_switcheroo_client clients[VGA_SWITCHEROO_MAX_CLIENTS]; member in struct:vgasr_priv
94 ret = vgasr_priv.handler->get_client_id(vgasr_priv.clients[i].pdev);
98 vgasr_priv.clients[i].id = ret;
117 vgasr_priv.clients[index].pwr_state = VGA_SWITCHEROO_ON;
118 vgasr_priv.clients[index].pdev = pdev;
119 vgasr_priv.clients[index].set_gpu_state = set_gpu_state;
120 vgasr_priv.clients[index].can_switch = can_switch;
121 vgasr_priv.clients[index].id = -1;
123 vgasr_priv.clients[index].active = true;
127 /* if we get two clients
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/media/
H A Dsh_mobile_csi2.h39 struct sh_csi2_client_config *clients; member in struct:sh_csi2_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/media/
H A Dsh_mobile_csi2.h39 struct sh_csi2_client_config *clients; member in struct:sh_csi2_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/include/arch-v32/mach-fs/mach/
H A Darbiter.h24 unsigned long clients, unsigned long accesses,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/
H A Darbiter.h24 unsigned long clients, unsigned long accesses,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drepmgr028.tcl75 set clients [lreplace $sites $i $i]
77 await_startup_done [lindex $clients 0]
78 await_startup_done [lindex $clients 1]
94 set menv [repmgr028_await_election $clients]
95 set i [lsearch -exact $clients $menv]
101 set client [lreplace $clients $i $i]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drepmgr028.tcl75 set clients [lreplace $sites $i $i]
77 await_startup_done [lindex $clients 0]
78 await_startup_done [lindex $clients 1]
94 set menv [repmgr028_await_election $clients]
95 set i [lsearch -exact $clients $menv]
101 set client [lreplace $clients $i $i]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drepmgr028.tcl75 set clients [lreplace $sites $i $i]
77 await_startup_done [lindex $clients 0]
78 await_startup_done [lindex $clients 1]
94 set menv [repmgr028_await_election $clients]
95 set i [lsearch -exact $clients $menv]
101 set client [lreplace $clients $i $i]

Completed in 166 milliseconds

12345678