Searched refs:siginfo_32_to_n (Results 1 – 3 of 3) sorted by relevance
52 extern void siginfo_32_to_n(const siginfo32_t *, siginfo_t *);
105 siginfo_32_to_n(&siginfo32, infop); in pr_waitid()
96 siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst) in siginfo_32_to_n() function311 siginfo_32_to_n(&src->pr_info, &dst->pr_info); in lwpstatus_32_to_n()