Home
last modified time | relevance | path

Searched refs:SI_FROMUSER (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c54 if (SI_FROMUSER(ksip) && zoneid != GLOBAL_ZONEID && in copyout_siginfo()
73 if (SI_FROMUSER(ksip) && zoneid != GLOBAL_ZONEID && in copyout_siginfo()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstack.c90 sip == NULL || ucp == NULL || SI_FROMUSER(sip)) in stack_violation()
/illumos-gate/usr/src/uts/intel/os/
H A Dsendsig.c265 if (SI_FROMUSER(sip) && in sendsig()
513 if (SI_FROMUSER(sip) && in sendsig32()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h124 #define SI_FROMUSER(sip) ((sip)->si_code <= 0) macro
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c142 if (sip != NULL && SI_FROMUSER(sip)) in abort_handler()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c111 if (SI_FROMUSER(src)) { in siginfo_32_to_n()
485 if (SI_FROMUSER(src)) { in siginfo_n_to_32()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1357 if (SI_FROMUSER(&sqp->sq_info)) { in psig()
2763 if (SI_FROMUSER(src)) { in siginfo_kto32()
2834 if (SI_FROMUSER(src)) { in siginfo_32tok()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1048 if (SI_FROMUSER(sip) && in sendsig()
1379 if (SI_FROMUSER(sip) && in sendsig32()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c273 if (SI_FROMUSER(sip)) { in flt_handler()
H A Dmdb_proc.c1762 if (sip->si_signo != 0 && SI_FROMUSER(sip) && in pt_status_dcmd()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c254 if (SI_FROMUSER(&si)) in d_siginfo()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1370 if (SI_FROMUSER(&lwp->lwp_siginfo) && zp->zone_id != GLOBAL_ZONEID && in oprgetstatus32()
3182 if (SI_FROMUSER(&lwp->lwp_siginfo) && zp->zone_id != GLOBAL_ZONEID && in oprgetstatus()
H A Dprcontrol.c1574 if (SI_FROMUSER(sip) && sip->si_zoneid == 0) in pr_setsig()
H A Dprsubr.c1033 if (SI_FROMUSER(&lwp->lwp_siginfo) && zp->zone_id != GLOBAL_ZONEID && in prgetlwpstatus32()
1264 if (SI_FROMUSER(&lwp->lwp_siginfo) && zp->zone_id != GLOBAL_ZONEID && in prgetlwpstatus()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2683 if (sip->si_signo != 0 && SI_FROMUSER(sip) && sip->si_pid != 0) { in print_siginfo32()
2838 if (sip->si_signo != 0 && SI_FROMUSER(sip) && sip->si_pid != 0) { in print_siginfo()