Home
last modified time | relevance | path

Searched refs:si_code (Results 1 – 25 of 69) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c780 siginfo.si_code = ILL_ILLADR; in trap()
815 siginfo.si_code = BUS_ADRALN; in trap()
840 siginfo.si_code = BUS_ADRALN; in trap()
878 siginfo.si_code = ILL_PRVOPC; in trap()
961 siginfo.si_code = FPE_INTDIV; in trap()
968 siginfo.si_code = BUS_ADRALN; in trap()
1063 siginfo.si_code = FPE_INTDIV; in trap()
1083 siginfo.si_code = TRAP_BRKPT; in trap()
1093 siginfo.si_code = EMT_TAGOVF; in trap()
1404 siginfo.si_code = code; in fpu_trap()
[all …]
H A Ddtrace_subr.c107 sqp->sq_info.si_code = ILL_ILLTRP; in dtrace_pid_probe()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c124 int si_code, int block) in sigqueue() argument
132 if (pid <= 0 || !sigwillqueue(sig, si_code)) in sigqueue()
161 v.sicode = si_code; in sigqueue()
200 int si_code, int block) in sigqueue32() argument
206 return (sigqueue(pid, sig, sv.sival_ptr, si_code, block)); in sigqueue32()
H A Dsignotify.c133 if (!sigwillqueue(info.si_signo, info.si_code)) in signotify()
245 sqp->sq_info.si_code = SI_NOINFO; in sigresend()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c271 siginfo->si_code = SEGV_MAPERR; in vis1_partial_support()
278 siginfo->si_code = FPE_INTDIV; in vis1_partial_support()
285 siginfo->si_code = BUS_ADRALN; in vis1_partial_support()
296 siginfo->si_code = ILL_ILLADR; in vis1_partial_support()
298 siginfo->si_code = ILL_ILLOPC; in vis1_partial_support()
H A Dniagara.c312 siginfo->si_code = SEGV_MAPERR; in vis1_partial_support()
319 siginfo->si_code = FPE_INTDIV; in vis1_partial_support()
326 siginfo->si_code = BUS_ADRALN; in vis1_partial_support()
337 siginfo->si_code = ILL_ILLADR; in vis1_partial_support()
339 siginfo->si_code = ILL_ILLOPC; in vis1_partial_support()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpsiginfo.c67 if (sip->si_code <= 0) { in psiginfo()
72 sip->si_code <= listp->nsiginfo) { in psiginfo()
73 c = _libc_gettext(listp->vsiginfo[sip->si_code-1]); in psiginfo()
H A Dwaitpid.c103 *stat_loc = wstat(info.si_code, info.si_status); in waitpid()
178 *stat_loc = wstat(info.si_code, info.si_status); in wait4()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h124 #define SI_FROMUSER(sip) ((sip)->si_code <= 0)
125 #define SI_FROMKERNEL(sip) ((sip)->si_code > 0)
242 int si_code; /* code from above */ member
316 int32_t si_code; /* code from above */ member
381 int si_code; /* code from above */ member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c798 siginfo.si_code = watchcode; in trap()
869 siginfo.si_code = BUS_ADRERR; in trap()
874 siginfo.si_code = BUS_ADRALN; in trap()
886 siginfo.si_code = in trap()
920 siginfo.si_code = ILL_ILLOPC; in trap()
929 siginfo.si_code = FPE_INTDIV; in trap()
938 siginfo.si_code = FPE_INTOVF; in trap()
968 siginfo.si_code = sicode; in trap()
991 siginfo.si_code = sicode; in trap()
1226 siginfo.si_code = BUS_ADRALN; in trap()
[all …]
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c120 (sip->si_code == FPE_INTDIV || sip->si_code == FPE_INTOVF)) { in ucbsigvechandler()
192 switch (sip->si_code) { in ucbsigvechandler()
213 switch (sip->si_code) { in ucbsigvechandler()
239 switch (sip->si_code) { in ucbsigvechandler()
253 switch (sip->si_code) { in ucbsigvechandler()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c757 conv_cnote_si_code(Half mach, int sig, int si_code, in conv_cnote_si_code() argument
893 switch (si_code) { in conv_cnote_si_code()
902 if (si_code <= 0) { in conv_cnote_si_code()
903 int ndx = -si_code; in conv_cnote_si_code()
909 if ((si_code == 0) && (sig == 0)) in conv_cnote_si_code()
920 sizeof (inv_buf->buf), fmt, si_code); in conv_cnote_si_code()
953 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
957 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
961 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
965 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
[all …]
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c603 rval->sys_rval2 = wstat(info.si_code, info.si_status); in s10_wait()
631 if (infop->si_signo == SIGCLD && infop->si_code != CLD_EXITED && in s10_waitid()
687 s10_sigqueue(sysret_t *rval, pid_t pid, int signo, void *value, int si_code) in s10_sigqueue() argument
693 pid, signo, value, si_code); in s10_sigqueue()
707 pid, nativesig, value, si_code, 0)); in s10_sigqueue()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c551 info.si_code = SI_DTRACE; in issig_forreal()
1406 sip->si_code == SI_LWP && in psig()
1415 sip->si_code = SI_NOINFO; in psig()
1881 info.si_code = pv->sicode; in sigsendproc()
1987 sqp->sq_info.si_code == ip->si_code && in sigcld_delete()
2611 sip->si_code = PROF_SIG; in realsigprof_slow()
2661 sip->si_code = PROF_SIG; in realsigprof_fast()
2756 if ((dest->si_code = src->si_code) == SI_NOINFO) in siginfo_kto32()
2768 if (SI_CANQUEUE(src->si_code)) in siginfo_kto32()
2827 if ((dest->si_code = src->si_code) == SI_NOINFO) in siginfo_32tok()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c161 sip->si_code = ((sw & 0x40)? 0 : FPE_FLTINV); in __fex_get_x86_exc()
163 sip->si_code = FPE_FLTDIV; in __fex_get_x86_exc()
165 sip->si_code = FPE_FLTOVF; in __fex_get_x86_exc()
167 sip->si_code = FPE_FLTUND; in __fex_get_x86_exc()
169 sip->si_code = FPE_FLTRES; in __fex_get_x86_exc()
171 sip->si_code = 0; in __fex_get_x86_exc()
578 ex = sip->si_code; in __fex_get_op()
1244 ex = sip->si_code; in __fex_st_result()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c121 ((sig == SIGPROF && sip->si_code == PROF_SIG) || in call_user_handler()
122 (sig == SIGEMT && sip->si_code == EMT_CPCOVF)))) { in call_user_handler()
175 sip->si_code == SI_LWP) { in call_user_handler()
192 if (sip != NULL && sip->si_code == SI_LWP && aiowp != NULL) in call_user_handler()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2685 if (sip->si_code != 0) in print_siginfo32()
2709 switch (sip->si_code) { in print_siginfo32()
2721 switch (sip->si_code) { in print_siginfo32()
2731 switch (sip->si_code) { in print_siginfo32()
2746 switch (sip->si_code) { in print_siginfo32()
2752 switch (sip->si_code) { in print_siginfo32()
2760 switch (sip->si_code) { in print_siginfo32()
2767 switch (sip->si_code) { in print_siginfo32()
2777 switch (sip->si_code) { in print_siginfo32()
2842 if (sip->si_code != 0) in print_siginfo()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c97 *status = wstat(info.si_code, info.si_status); in csh_wait3()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c104 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_32_to_n()
116 if (SI_CANQUEUE(src->si_code)) { in siginfo_32_to_n()
478 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_n_to_32()
490 if (SI_CANQUEUE(src->si_code)) { in siginfo_n_to_32()
H A DPcore_linux.h116 int32_t si_code; /* Extra code */ member
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c130 *status = wstat(info.si_code, info.si_status); in wait4()
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c135 switch (sip->si_code) { in ucbsigvechandler()
149 switch (sip->si_code) { in ucbsigvechandler()
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c594 ssi.ssi_code = infop->si_code; in signalfd_consume_signal()
610 .si_code = SI_NOINFO, in signalfd_consume_signal()
614 ssi.ssi_code = info.si_code; in signalfd_consume_signal()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c129 code = siginfo->si_code; in _sigfpe_master()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c462 if (info.si_code == CLD_EXITED) { in reapchild()
469 if (info.si_code == CLD_DUMPED) { in reapchild()

123