Searched refs:portable_sighandler (Results 1 – 1 of 1) sorted by relevance
564 sig3handler_portable_t portable_sighandler; in mips_sigaction_handler() local575 portable_sighandler = mips_portable_sighandler[portable_signum]; in mips_sigaction_handler()577 if (invalid_pointer(portable_sighandler)) { in mips_sigaction_handler()584 __func__, portable_sighandler); in mips_sigaction_handler()588 ASSERT(portable_sighandler != NULL); in mips_sigaction_handler()589 ASSERT(portable_sighandler != (sig3handler_portable_t) SIG_DFL); in mips_sigaction_handler()590 ASSERT(portable_sighandler != (sig3handler_portable_t) SIG_IGN); in mips_sigaction_handler()602 __func__, portable_sighandler, portable_signum, portable_sip, ucp); in mips_sigaction_handler()604 portable_sighandler(portable_signum, portable_sip, ucp); in mips_sigaction_handler()615 sig3handler_portable_t portable_sighandler; in mips_sighandler() local