Home
last modified time | relevance | path

Searched refs:sigaction_32_to_n (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h51 extern void sigaction_32_to_n(const struct sigaction32 *, struct sigaction *);
H A Dpr_sigaction.c123 sigaction_32_to_n(&oact32, oact); in pr_sigaction()
H A DP32ton.c89 sigaction_32_to_n(const struct sigaction32 *src, struct sigaction *dst) in sigaction_32_to_n() function
318 sigaction_32_to_n(&src->pr_action, &dst->pr_action); in lwpstatus_32_to_n()