Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h49 extern void sigaction_32_to_n(const struct sigaction32 *, struct sigaction *);
H A Dpr_sigaction.c121 sigaction_32_to_n(&oact32, oact); in pr_sigaction()
H A DP32ton.c87 sigaction_32_to_n(const struct sigaction32 *src, struct sigaction *dst) in sigaction_32_to_n() function
316 sigaction_32_to_n(&src->pr_action, &dst->pr_action); in lwpstatus_32_to_n()