Home
last modified time | relevance | path

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

123

/onnv-gate/usr/src/uts/sun4/os/
H A Dtrap.c292 siginfo.si_code = ILL_ILLTRP; in trap()
502 siginfo.si_code = X_FAULT_TYPE(mmu_fsr) == FT_PRIV ? in trap()
585 siginfo.si_code = watchcode; in trap()
702 siginfo.si_code = BUS_OBJERR; in trap()
707 siginfo.si_code = (res == FC_NOMAP) ? in trap()
735 siginfo.si_code = TRAP_TRACE; in trap()
775 siginfo.si_code = SEGV_ACCERR; in trap()
781 siginfo.si_code = ILL_ILLADR; in trap()
786 siginfo.si_code = SEGV_MAPERR; in trap()
816 siginfo.si_code = BUS_ADRALN; in trap()
[all …]
/onnv-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()
154 v.sicode = si_code; in sigqueue()
193 int si_code, int block) in sigqueue32() argument
199 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()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dpsiginfo.c59 if (sip->si_code <= 0) { in psiginfo()
64 sip->si_code <= listp->nsiginfo) { in psiginfo()
65 c = _libc_gettext(listp->vsiginfo[sip->si_code-1]); in psiginfo()
H A Dwaitpid.c105 *stat_loc = wstat(info.si_code, info.si_status); in waitpid()
180 *stat_loc = wstat(info.si_code, info.si_status); in wait4()
/onnv-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()
/onnv-gate/usr/src/uts/common/sys/
H A Dsiginfo.h126 #define SI_FROMUSER(sip) ((sip)->si_code <= 0)
127 #define SI_FROMKERNEL(sip) ((sip)->si_code > 0)
244 int si_code; /* code from above */ member
318 int32_t si_code; /* code from above */ member
383 int si_code; /* code from above */ member
/onnv-gate/usr/src/uts/i86pc/os/
H A Dtrap.c599 siginfo.si_code = ILL_ILLTRP; in trap()
815 siginfo.si_code = watchcode; in trap()
886 siginfo.si_code = BUS_ADRERR; in trap()
891 siginfo.si_code = BUS_ADRALN; in trap()
897 siginfo.si_code = BUS_OBJERR; in trap()
903 siginfo.si_code = in trap()
939 siginfo.si_code = ILL_ILLOPC; in trap()
948 siginfo.si_code = FPE_INTDIV; in trap()
957 siginfo.si_code = FPE_INTOVF; in trap()
967 siginfo.si_code = ILL_ILLOPC; in trap()
[all …]
/onnv-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c124 (sip->si_code == FPE_INTDIV || sip->si_code == FPE_INTOVF)) { in ucbsigvechandler()
196 switch (sip->si_code) { in ucbsigvechandler()
217 switch (sip->si_code) { in ucbsigvechandler()
243 switch (sip->si_code) { in ucbsigvechandler()
257 switch (sip->si_code) { in ucbsigvechandler()
/onnv-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c746 conv_cnote_si_code(Half mach, int sig, int si_code, in conv_cnote_si_code() argument
882 switch (si_code) { in conv_cnote_si_code()
891 if (si_code <= 0) { in conv_cnote_si_code()
892 int ndx = -si_code; in conv_cnote_si_code()
898 if ((si_code == 0) && (sig == 0)) in conv_cnote_si_code()
909 sizeof (inv_buf->buf), fmt, si_code); in conv_cnote_si_code()
942 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
946 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
950 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
954 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, si_code, in conv_cnote_si_code()
[all …]
/onnv-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()
/onnv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.h54 int si_code; /* code from above */ member
H A Dwait.c233 *status = wstat(info.si_code, info.si_status); in wait4()
/onnv-gate/usr/src/uts/common/os/
H A Dsig.c534 info.si_code = SI_DTRACE; in issig_forreal()
1389 sip->si_code == SI_LWP && in psig()
1398 sip->si_code = SI_NOINFO; in psig()
1851 sqp->sq_info.si_code = pv->sicode; in sigsendproc()
1864 info.si_code = pv->sicode; in sigsendproc()
1970 sqp->sq_info.si_code == ip->si_code && in sigcld_delete()
2072 if (SI_CANQUEUE(sigqp->sq_info.si_code) && in sigaddqins()
2585 sip->si_code = PROF_SIG; in realsigprof_slow()
2635 sip->si_code = PROF_SIG; in realsigprof_fast()
2730 if ((dest->si_code = src->si_code) == SI_NOINFO) in siginfo_kto32()
[all …]
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c117 ((sig == SIGPROF && sip->si_code == PROF_SIG) || in call_user_handler()
118 (sig == SIGEMT && sip->si_code == EMT_CPCOVF)))) { in call_user_handler()
171 sip->si_code == SI_LWP) { in call_user_handler()
188 if (sip != NULL && sip->si_code == SI_LWP && aiowp != NULL) in call_user_handler()
/onnv-gate/usr/src/cmd/csh/
H A Dwait3.c99 *status = wstat(info.si_code, info.si_status); in csh_wait3()
/onnv-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c132 *status = wstat(info.si_code, info.si_status); in wait4()
/onnv-gate/usr/src/lib/libproc/common/
H A DP32ton.c106 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_32_to_n()
118 if (SI_CANQUEUE(src->si_code)) { in siginfo_32_to_n()
480 if ((dst->si_code = src->si_code) == SI_NOINFO) in siginfo_n_to_32()
492 if (SI_CANQUEUE(src->si_code)) { in siginfo_n_to_32()
/onnv-gate/usr/src/cmd/truss/
H A Dexpound.c2801 if (sip->si_code != 0) in print_siginfo32()
2802 (void) printf(" code=%d", sip->si_code); in print_siginfo32()
2825 switch (sip->si_code) { in print_siginfo32()
2837 switch (sip->si_code) { in print_siginfo32()
2847 switch (sip->si_code) { in print_siginfo32()
2862 switch (sip->si_code) { in print_siginfo32()
2868 switch (sip->si_code) { in print_siginfo32()
2876 switch (sip->si_code) { in print_siginfo32()
2883 switch (sip->si_code) { in print_siginfo32()
2893 switch (sip->si_code) { in print_siginfo32()
[all …]
/onnv-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c201 mdb_printf(" code %5d (", si.si_code); in d_siginfo()
203 switch (si.si_code) { in d_siginfo()
241 if (si.si_code == SI_USER || si.si_code == SI_QUEUE) { in d_siginfo()
246 if (si.si_code == SI_QUEUE) { in d_siginfo()
/onnv-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c131 code = siginfo->si_code; in _sigfpe_master()
/onnv-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c135 switch (sip->si_code) { in ucbsigvechandler()
149 switch (sip->si_code) { in ucbsigvechandler()
/onnv-gate/usr/src/cmd/parted/
H A Dui.c80 int si_code; member
363 switch (info->si_code) { in sa_sigsegv_handler()
407 switch (info->si_code) { in sa_sigfpe_handler()
480 switch (info->si_code) { in sa_sigill_handler()
/onnv-gate/usr/src/cmd/filebench/common/
H A Dprocflow.c388 if (status.si_code == CLD_EXITED) { in procflow_createnwait()
400 status.si_code, status.si_errno); in procflow_createnwait()

123