Home
last modified time | relevance | path

Searched refs:SI_NOINFO (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dsigtimedwait.c190 infop->si_code = SI_NOINFO; in sigtimedwait()
H A Dsignotify.c245 sqp->sq_info.si_code = SI_NOINFO; in sigresend()
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h129 #define SI_NOINFO 32767 /* no signal information */ macro
/titanic_50/usr/src/lib/libproc/common/
H A DP32ton.c104 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_32_to_n()
478 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_n_to_32()
/titanic_50/usr/src/uts/common/io/
H A Dsignalfd.c398 infop->si_code = SI_NOINFO; in consume_signal()
/titanic_50/usr/src/uts/common/os/
H A Dcore.c714 lwp->lwp_siginfo.si_code = SI_NOINFO; in core()
H A Dsig.c1415 sip->si_code = SI_NOINFO; in psig()
2756 if ((dest->si_code = src->si_code) == SI_NOINFO) in siginfo_kto32()
2827 if ((dest->si_code = src->si_code) == SI_NOINFO) in siginfo_32tok()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c222 case SI_NOINFO: in d_siginfo()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg420 @ MSG_SI_NOINFO "[ SI_NOINFO ]"
H A Dcorenote.c889 case SI_NOINFO: in conv_cnote_si_code()
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1383 siginfo.si_code = SI_NOINFO; in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c1943 si.si_code = SI_NOINFO; in trap_async_hwerr()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c2101 killinfo.prk_info.si_code = SI_NOINFO; in elfcore()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c701 if ((v_si_signo == 0) || (v_si_code == SI_NOINFO)) { in dump_siginfo()