Home
last modified time | relevance | path

Searched refs:send_sig (Results 1 – 25 of 72) sorted by relevance

123

/linux-2.4.37.9/arch/alpha/kernel/
Dtraps.c235 send_sig(SIGFPE, current, 1); in do_entArith()
253 send_sig(SIGTRAP, current, 1); in do_entIF()
257 send_sig(SIGTRAP, current, 1); in do_entIF()
272 send_sig(SIGFPE, current, 1); in do_entIF()
292 send_sig(SIGTRAP, current, 1); in do_entIF()
344 send_sig(SIGILL, current, 1); in do_entIF()
986 send_sig(SIGSEGV, current, 1); in do_entUnaUser()
991 send_sig(SIGBUS, current, 1); in do_entUnaUser()
/linux-2.4.37.9/arch/m68k/mm/
Dfault.c201 goto send_sig; in do_page_fault()
207 goto send_sig; in do_page_fault()
214 send_sig: in do_page_fault()
/linux-2.4.37.9/fs/
Dbinfmt_aout.c354 send_sig(SIGKILL, current, 0); in load_aout_binary()
361 send_sig(SIGKILL, current, 0); in load_aout_binary()
405 send_sig(SIGKILL, current, 0); in load_aout_binary()
416 send_sig(SIGKILL, current, 0); in load_aout_binary()
425 send_sig(SIGKILL, current, 0); in load_aout_binary()
432 send_sig(SIGKILL, current, 0); in load_aout_binary()
443 send_sig(SIGTRAP, current, 0); in load_aout_binary()
Dbinfmt_elf.c695 send_sig(SIGKILL, current, 0); in load_elf_binary()
722 send_sig(SIGKILL, current, 0); in load_elf_binary()
752 send_sig(SIGKILL, current, 0); in load_elf_binary()
779 send_sig(SIGKILL, current, 0); in load_elf_binary()
811 send_sig(SIGKILL, current, 0); in load_elf_binary()
912 send_sig(SIGTRAP, current, 0); in load_elf_binary()
Dbinfmt_som.c273 send_sig(SIGTRAP, current, 0); in do_load_som_binary()
/linux-2.4.37.9/arch/mips/kernel/
Dunaligned.c482 send_sig(SIGSEGV, current, 1); in emulate_load_store_insn()
488 send_sig(SIGBUS, current, 1); in emulate_load_store_insn()
494 send_sig(SIGILL, current, 1); in emulate_load_store_insn()
Dptrace.c305 send_sig(current->exit_code, current, 1); in syscall_trace()
/linux-2.4.37.9/arch/mips64/kernel/
Dunaligned.c482 send_sig(SIGSEGV, current, 1); in emulate_load_store_insn()
488 send_sig(SIGBUS, current, 1); in emulate_load_store_insn()
494 send_sig(SIGILL, current, 1); in emulate_load_store_insn()
/linux-2.4.37.9/fs/jffs2/
Dbackground.c57 send_sig(SIGHUP, c->gc_task, 1); in jffs2_garbage_collect_trigger()
92 send_sig(SIGKILL, c->gc_task, 1); in jffs2_stop_garbage_collect_thread()
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c300 send_sig(SIGKILL, current, 0); in load_aout32_binary()
311 send_sig(SIGKILL, current, 0); in load_aout32_binary()
329 send_sig(SIGKILL, current, 0); in load_aout32_binary()
347 send_sig(SIGTRAP, current, 0); in load_aout32_binary()
/linux-2.4.37.9/kernel/
Dtimer.c547 send_sig(SIGXCPU, p, 1); in do_process_times()
550 send_sig(SIGKILL, p, 1); in do_process_times()
562 send_sig(SIGVTALRM, p, 1); in do_it_virt()
575 send_sig(SIGPROF, p, 1); in do_it_prof()
Ditimer.c98 send_sig(SIGALRM, p, 1); in it_real_fn()
Dptrace.c94 send_sig(SIGSTOP, task, 1); in ptrace_attach()
Dexec_domain.c73 send_sig(SIGSEGV, current, 1); in default_handler()
/linux-2.4.37.9/arch/arm/nwfpe/
Dfpmodule.c60 #define fp_send_sig send_sig
/linux-2.4.37.9/arch/mips/au1000/db1x00/
Dmirage_ts.c254 send_sig(SIGKILL, ts_task, 1); in ts_mirage_exit()
/linux-2.4.37.9/arch/arm/kernel/
Darmksyms.c95 EXPORT_SYMBOL_ALIAS(fp_send_sig,send_sig);
/linux-2.4.37.9/arch/cris/kernel/
Dptrace.c310 send_sig(current->exit_code, current, 1); in syscall_trace()
/linux-2.4.37.9/fs/nfsd/
Dnfssvc.c118 send_sig(SIG_NOCLEAN, nl->task, 1); in nfsd_svc()
/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c288 send_sig(SIGFPE, current, 1); in math_emulate()
667 send_sig(signal,current,1); in math_abort()
/linux-2.4.37.9/arch/sh64/kernel/
Dptrace.c336 send_sig(tsk->exit_code, tsk, 1); in syscall_trace()
/linux-2.4.37.9/arch/ppc/kernel/
Dptrace.c379 send_sig(current->exit_code, current, 1); in syscall_trace()
/linux-2.4.37.9/arch/ppc64/kernel/
Dptrace.c385 send_sig(current->exit_code, current, 1); in syscall_trace()
/linux-2.4.37.9/arch/m68k/kernel/
Dptrace.c372 send_sig(current->exit_code, current, 1); in syscall_trace()
/linux-2.4.37.9/arch/sh/kernel/
Dptrace.c415 send_sig(tsk->exit_code, tsk, 1); in syscall_trace()

123