Searched refs:gotsi (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/regress/sys/kern/signal/siginfo-fault/ |
| D | siginfo-fault.c | 48 static volatile siginfo_t gotsi; variable 54 gotsi = *si; in sigsegv() 99 if (expsigno != gotsi.si_signo) { in checksig() 101 strlcpy(str2, strsignal(gotsi.si_signo), sizeof(str2)); in checksig() 103 name, expsigno, str1, gotsi.si_signo, str2); in checksig() 106 if (expcode != gotsi.si_code) { in checksig() 109 gotsi.si_code, strsigcode(gotsigno, gotsi.si_code)); in checksig() 112 if (expaddr != (char *)((uintptr_t)gotsi.si_addr & EXPADDR_MASK)) { in checksig() 114 name, expaddr, gotsi.si_addr); in checksig()
|