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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/contrib/mactable/
H A Dmacscript10 action="$1"
24 # worry about an add or old action when the MAC address is not known:
27 if [ "$action" = "add" -o "$action" = "old" -o "$action" = "del" ]; then
28 if [ -n "$mac" -o "$action" = "del" ]; then
31 if [ "$action" = "add" -o "$action" = "old" ]; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/contrib/mactable/
H A Dmacscript10 action="$1"
24 # worry about an add or old action when the MAC address is not known:
27 if [ "$action" = "add" -o "$action" = "old" -o "$action" = "del" ]; then
28 if [ -n "$mac" -o "$action" = "del" ]; then
31 if [ "$action" = "add" -o "$action" = "old" ]; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/contrib/mactable/
H A Dmacscript10 action="$1"
24 # worry about an add or old action when the MAC address is not known:
27 if [ "$action" = "add" -o "$action" = "old" -o "$action" = "del" ]; then
28 if [ -n "$mac" -o "$action" = "del" ]; then
31 if [ "$action" = "add" -o "$action" = "old" ]; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dsiginfo.c45 struct sigaction action; local
46 memset (&action, 0, sizeof (action));
48 action.sa_sigaction = handler;
49 action.sa_flags |= SA_SIGINFO;
51 action.sa_handler = handler;
53 sigaction (SIGVTALRM, &action, NULL);
H A Dsigstep.c34 struct sigaction action; variable in typeref:struct:sigaction
46 memset (&action, 0, sizeof (action));
47 action.sa_handler = handler;
48 sigaction (SIGVTALRM, &action, NULL);
49 sigaction (SIGALRM, &action, NULL);
H A Dsigrepeat.c50 struct sigaction action; local
51 memset (&action, 0, sizeof (action));
52 action.sa_handler = SIG_IGN;
53 sigaction (sig, &action, NULL);
83 struct sigaction action; local
84 memset (&action, 0, sizeof (action));
85 action.sa_handler = handler;
86 sigaction (alarm[i], &action, NUL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dsiginfo.c45 struct sigaction action; local
46 memset (&action, 0, sizeof (action));
48 action.sa_sigaction = handler;
49 action.sa_flags |= SA_SIGINFO;
51 action.sa_handler = handler;
53 sigaction (SIGVTALRM, &action, NULL);
H A Dsigstep.c34 struct sigaction action; variable in typeref:struct:sigaction
46 memset (&action, 0, sizeof (action));
47 action.sa_handler = handler;
48 sigaction (SIGVTALRM, &action, NULL);
49 sigaction (SIGALRM, &action, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dsiginfo.c45 struct sigaction action; local
46 memset (&action, 0, sizeof (action));
48 action.sa_sigaction = handler;
49 action.sa_flags |= SA_SIGINFO;
51 action.sa_handler = handler;
53 sigaction (SIGVTALRM, &action, NULL);
H A Dsigstep.c34 struct sigaction action; variable in typeref:struct:sigaction
46 memset (&action, 0, sizeof (action));
47 action.sa_handler = handler;
48 sigaction (SIGVTALRM, &action, NULL);
49 sigaction (SIGALRM, &action, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dirq_32.c160 struct irqaction *action; member in struct:__anon25881
165 /* Used to protect the IRQ action lists */
171 struct irqaction * action; local
184 action = sparc_irq[i].action;
185 if (!action)
197 (action->flags & IRQF_DISABLED) ? '+' : ' ',
198 action->name);
199 for (action=action
213 struct irqaction * action; local
304 struct irqaction * action; local
327 struct irqaction * action; local
365 struct irqaction *action; local
511 struct irqaction * action, **actionp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dirq_32.c160 struct irqaction *action; member in struct:__anon14188
165 /* Used to protect the IRQ action lists */
171 struct irqaction * action; local
184 action = sparc_irq[i].action;
185 if (!action)
197 (action->flags & IRQF_DISABLED) ? '+' : ' ',
198 action->name);
199 for (action=action
213 struct irqaction * action; local
304 struct irqaction * action; local
327 struct irqaction * action; local
365 struct irqaction *action; local
511 struct irqaction * action, **actionp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/scripts/
H A Dautopppd61 # action == 0 => immediate retry (!FIXME! needs to have some delay)
62 # action == 1 => delayed retry
63 # action == 2 => abort
66 0 => { message=>"pppd detached", action=> 2 },
67 1 => { message=>"fatal error", action=> 2 },
68 2 => { message=>"options error", action=> 2 },
69 3 => { message=>"not setuid-root error", action=> 2 },
70 4 => { message=>"no kernel support for PPP", action=> 2 },
71 5 => { message=>"SIGINT or SIGTERM or SIGHUP", action=> 1 },
72 6 => { message=>"Serial port locked", action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/scripts/
H A Dautopppd61 # action == 0 => immediate retry (!FIXME! needs to have some delay)
62 # action == 1 => delayed retry
63 # action == 2 => abort
66 0 => { message=>"pppd detached", action=> 2 },
67 1 => { message=>"fatal error", action=> 2 },
68 2 => { message=>"options error", action=> 2 },
69 3 => { message=>"not setuid-root error", action=> 2 },
70 4 => { message=>"no kernel support for PPP", action=> 2 },
71 5 => { message=>"SIGINT or SIGTERM or SIGHUP", action=> 1 },
72 6 => { message=>"Serial port locked", action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/scripts/
H A Dautopppd61 # action == 0 => immediate retry (!FIXME! needs to have some delay)
62 # action == 1 => delayed retry
63 # action == 2 => abort
66 0 => { message=>"pppd detached", action=> 2 },
67 1 => { message=>"fatal error", action=> 2 },
68 2 => { message=>"options error", action=> 2 },
69 3 => { message=>"not setuid-root error", action=> 2 },
70 4 => { message=>"no kernel support for PPP", action=> 2 },
71 5 => { message=>"SIGINT or SIGTERM or SIGHUP", action=> 1 },
72 6 => { message=>"Serial port locked", action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/kernel/
H A Dirq.c32 struct irqaction * action; local
44 action = irq_desc[i].action;
45 if (!action)
55 seq_printf(p, " %s", action->name);
57 for (action=action->next; action; action = action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/kernel/
H A Dirq.c34 struct irqaction *action; local
46 action = irq_desc[i].action;
47 if (!action)
54 seq_printf(p, " %s", action->name);
55 for (action = action->next; action; action = action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/kernel/
H A Dirq.c32 struct irqaction * action; local
44 action = irq_desc[i].action;
45 if (!action)
55 seq_printf(p, " %s", action->name);
57 for (action=action->next; action; action = action
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/kernel/
H A Dirq.c34 struct irqaction *action; local
46 action = irq_desc[i].action;
47 if (!action)
54 seq_printf(p, " %s", action->name);
55 for (action = action->next; action; action = action
[all...]

Completed in 206 milliseconds

1234567891011>>