Searched refs:old_handler (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/prom/
H A Dmemory.c33 char old_handler[0x80]; local
37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80);
45 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash.c378 int (*old_handler)(struct pt_regs *regs);
422 old_handler = __debugger_fault_handler;
439 __debugger_fault_handler = old_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtraps.c299 unsigned long old_handler = exception_handlers[n]; local
302 return (void *)old_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_32.c807 void *old_handler; local
809 old_handler = exception_handling_table[vec];
811 return old_handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dtraps.c1464 unsigned long old_handler = exception_handlers[n]; local
1481 return (void *)old_handler;
1493 unsigned long old_handler = vi_handlers[n]; local
1618 return (void *)old_handler;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbldap.c1093 static void (*old_handler)(int); variable
1117 old_handler = CatchSignal(SIGALRM, gotalarm_sig);
1158 CatchSignal(SIGALRM, old_handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp166 wxSigHandler old_handler = signal(SIGPIPE, SIG_IGN);
169 signal(SIGPIPE, old_handler); \

Completed in 179 milliseconds