Searched defs:sigactp (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
455 sigactp = NULL;
457 sigactp = &sigact;
459 if (brand_uucopy(act, sigactp, sizeof (struct sigaction)) != 0)
462 if ((err = s10sigset_to_native(&sigactp->sa_mask,
463 &sigactp->sa_mask)) != 0) {
472 if (sigactp != NULL) {
473 handler = sigactp->sa_handler;
475 sigactp->sa_handler = s10_sigacthandler;
479 nativesig, sigactp, osigact
[all...]

Completed in 55 milliseconds