Searched refs:nativesig (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c199 int nativesig; local
223 (nativesig = s10sig_to_native(sig)) > 0)
224 SIGADDSET(&newset, nativesig);
445 int err, nativesig; local
448 if ((nativesig = s10sig_to_native(sig)) < 0) {
479 nativesig, sigactp, osigactp)) != 0)
548 int nativesig; local
550 if ((nativesig = s10sig_to_native(sig)) < 0) {
556 return (__systemcall(rval, SYS_sigsendsys + 1024, psp, nativesig));
689 int nativesig; local
723 int nativesig; local
747 int nativesig; local
788 int nativesig; local
[all...]
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c403 int nativesig; local
419 for (nativesig = 33; nativesig < S10_SIGRTMIN; nativesig++)
420 if (sigismember(set, nativesig))
421 sigaddset(&s10set, nativesig);
426 for (nativesig = _SIGRTMIN, s10sig = S10_SIGRTMIN;
427 nativesig <= _SIGRTMAX && s10sig <= S10_SIGRTMAX;
428 nativesig++, s10sig++) {
429 if (sigismember(set, nativesig))
440 int nativesig; local
[all...]

Completed in 59 milliseconds