Searched defs:si_code (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c608 rval->sys_rval2 = wstat(info.si_code, info.si_status);
636 if (infop->si_signo == SIGCLD && infop->si_code != CLD_EXITED &&
692 s10_sigqueue(sysret_t *rval, pid_t pid, int signo, void *value, int si_code) argument
699 pid, signo, value, si_code);
716 pid, nativesig, value, si_code, &timeout));
/osnet-11/usr/src/cmd/parted/
H A Dui.c80 int si_code; member in struct:siginfo_t
349 switch (info->si_code) {
384 switch (info->si_code) {
448 switch (info->si_code) {

Completed in 26 milliseconds