Lines Matching refs:ucp
575 static void mips_sigaction_handler(int mips_signum, siginfo_t *sip, void *ucp)
585 ALOGV("%s(mips_signum:%d:'%s', sip:%p, ucp:%p) {", __func__,
587 mips_signame, sip, ucp);
617 ALOGV("%s: Calling portable_sighandler:%p(portable_signum:%d, portable_sip:%p, ucp:%p);",
618 __func__, portable_sighandler, portable_signum, portable_sip, ucp);
620 portable_sighandler(portable_signum, portable_sip, ucp);