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

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-eval.c71 struct sigaction action; local
72 action.sa_sigaction = sigfpe_handler;
73 action.sa_flags = SA_SIGINFO;
74 sigemptyset (&action.sa_mask);
75 sigaction (SIGFPE, &action, (struct sigaction *) NULL);
85 struct sigaction action; local
86 action.sa_handler = SIG_DFL;
87 action.sa_flags = 0;
88 sigemptyset (&action.sa_mask);
89 sigaction (SIGFPE, &action, (struc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/server/
H A Dipc.exp31 set action "doing $op"
32 set output [do_smbclient $op $action]
35 fail $action
38 pass $action
H A Dxfer.exp25 set action "doing $op"
26 set output [do_smbclient $op $action]
29 error $action
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dirq.c157 struct irqaction *action; member in struct:__anon3744
162 /* Used to protect the IRQ action lists */
168 struct irqaction * action; local
181 action = sparc_irq[i].action;
182 if (!action)
194 (action->flags & IRQF_DISABLED) ? '+' : ' ',
195 action->name);
196 for (action=action
210 struct irqaction * action; local
300 struct irqaction * action; local
323 struct irqaction * action; local
380 struct irqaction *action; local
474 struct irqaction * action, **actionp; local
[all...]
H A Dsun4d_irq.c60 struct irqaction *action; member in struct:sbus_action
80 struct irqaction * action; local
90 action = *(i + irq_action);
91 if (!action)
96 if ((action = sbus_actions [(j << 5) + (sbusl << 2) + k].action))
110 (action->flags & IRQF_DISABLED) ? '+' : ' ',
111 action->name);
112 action = action
139 struct irqaction *action, **actionp; local
202 struct irqaction * action; local
280 struct irqaction *action, *tmp = NULL, **actionp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/kernel/
H A Dirq.c32 struct irqaction *action; local
44 action = irq_desc[i].action;
45 if (!action)
52 seq_printf(p, " %s", action->name);
53 for (action = action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dirq.c35 struct irqaction * action; local
47 action = irq_desc[i].action;
48 if (!action)
58 seq_printf(p, " %s", action->name);
60 for (action=action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/irq/
H A Dspurious.c27 struct irqaction *action; local
39 if (desc->action && (desc->action->flags & IRQF_SHARED))
46 action = desc->action;
49 while (action) {
51 if (action->flags & IRQF_SHARED) {
52 if (action->handler(i, action->dev_id) ==
56 action
105 struct irqaction *action; local
140 struct irqaction *action; local
[all...]
H A Dinternals.h15 extern void register_handler_proc(unsigned int irq, struct irqaction *action);
16 extern void unregister_handler_proc(unsigned int irq, struct irqaction *action);
20 struct irqaction *action) { }
22 struct irqaction *action) { }
41 printk("->action(): %p\n", desc->action);
42 if (desc->action) {
43 printk("->action->handler(): %p, ", desc->action->handler);
44 print_symbol("%s\n", (unsigned long)desc->action
19 register_handler_proc(unsigned int irq, struct irqaction *action) argument
21 unregister_handler_proc(unsigned int irq, struct irqaction *action) argument
[all...]
H A Dproc.c75 struct irqaction *action; local
80 for (action = desc->action ; action; action = action->next) {
81 if ((action != new_action) && action->name &&
82 !strcmp(new_action->name, action->name)) {
91 void register_handler_proc(unsigned int irq, struct irqaction *action) argument
143 unregister_handler_proc(unsigned int irq, struct irqaction *action) argument
[all...]
H A Dhandle.c125 * handle_IRQ_event - irq action chain handler
127 * @action: the interrupt action chain for this irq
129 * Handles the action chain of an irq event
131 irqreturn_t BCMFASTPATH handle_IRQ_event(unsigned int irq, struct irqaction *action) argument
136 handle_dynamic_tick(action);
138 if (!(action->flags & IRQF_DISABLED))
142 ret = action->handler(irq, action->dev_id);
144 status |= action
171 struct irqaction *action; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dirq.c49 struct irqaction * action; local
61 action = irq_desc[i].action;
62 if (!action)
67 seq_printf(p, " %s", action->name);
69 for (action=action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dirqchip.c70 struct irqaction *action; local
75 action = irq_desc[i].action;
76 if (!action)
80 seq_printf(p, " %s", action->name);
81 for (action = action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dirq.c49 struct irqaction * action; local
61 action = irq_desc[i].action;
62 if (!action)
72 seq_printf(p, " %s", action->name);
74 for (action=action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/scripts/
H A Duz45 action="Extracting from "
49 action="Reading directory of "
58 echo "$action standard input." >&2
82 echo "$action \"$found\"." >&2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/
H A Dhotplug2.h42 #define ERROR(action, fmt, arg...) fprintf(stderr, "[%s]: " fmt"\n", action, ##arg);
43 #define INFO(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
45 #define DBG(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
47 #define DBG(action, fmt, arg...)
75 int action; member in struct:hotplug2_event_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dhw_irq.h11 # define handle_dynamic_tick(action) \
12 if (!(action->flags & IRQF_TIMER) && system_timer->dyn_tick) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dirq.c130 struct irqaction * action; local
133 action = irq_desc[i].action;
134 if (!action)
137 seq_printf(p, " %s", action->name);
138 for (action = action->next; action; action = action
179 __do_irq(unsigned int irq, struct irqaction *action, struct pt_regs *regs) argument
209 struct irqaction *action; local
253 struct irqaction *action; local
291 struct irqaction *action; local
533 struct irqaction *action; local
573 struct irqaction * action, **p; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dirq.c71 struct irqaction * action; local
85 action = irq_desc[irq].action;
86 if (!action)
97 (action->flags & IRQF_DISABLED)?'+':' ',
98 action->name);
100 for (action=action->next; action; action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dirq.c59 struct irqaction *action; local
63 action = irq_desc[irq].action;
64 if (action) {
86 seq_printf(p, " %s", action->name);
87 for (action=action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/opt/remote/bin/
H A DUSB_invite_cgi.sh7 # arg: <action{register|unregister}> <user.name> <user.pass>
17 action="${1}"
21 case "${action}" in
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dirq.c98 struct irqaction * action; local
110 action = irq_desc[i].action;
111 if (!action)
121 seq_printf(p, " %s", action->name);
123 for (action=action->next; action; action = action
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfatal-signal.c38 These are those signals whose default action is to terminate the process
96 struct sigaction action; local
98 if (sigaction (fatal_signals[i], NULL, &action) >= 0
99 && action.sa_handler == SIG_IGN)
115 The 'action' field is accessed from within the fatal_signal_handler(),
119 volatile action_t action; member in struct:__anon2237
148 /* Get the last registered cleanup action, in a reentrant way. */
149 action_t action; local
155 action = actions[n].action;
188 at_fatal_signal(action_t action) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/lib/
H A Dsmbclient.exp36 set action [lindex $args 0]
42 verbose $action
44 send $action

Completed in 255 milliseconds

1234567891011>>