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

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c444 struct sigaction *sigactp, *osigactp; local
470 osigactp = ((oact == NULL) ? NULL : &osigact);
479 nativesig, sigactp, osigactp)) != 0)
491 if (osigactp != NULL) {
492 err = nativesigset_to_s10(&osigactp->sa_mask,
493 &osigactp->sa_mask);
495 if (osigactp->sa_handler == s10_sigacthandler)
496 osigactp->sa_handler = s10_handlers[sig - 1];
498 if (err == 0 && brand_uucopy(osigactp, oact,

Completed in 43 milliseconds