Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance
1080 struct sigaction_portable *oldact, sigaction_fn fn, in do_sigaction_portable() argument1096 portable_signame, act, oldact, fn, rt_fn); in do_sigaction_portable()1174 if (rv == 0 && oldact) { in do_sigaction_portable()1178 oldact->sa_sigaction_portable = in do_sigaction_portable()1181 oldact->sa_sigaction_portable = in do_sigaction_portable()1185 (sigset_portable_t *) &(oldact->sa_mask)); in do_sigaction_portable()1187 oldact->sa_flags = sigaction_flags_ntop(mips_oldact.sa_flags); in do_sigaction_portable()1188 oldact->sa_restorer = NULL; in do_sigaction_portable()1198 struct sigaction_portable *oldact) in WRAP()1205 portable_signum, act, oldact); in WRAP()[all …]
172 struct sigaction_portable *oldact,