Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h50 extern void siginfo_32_to_n(const siginfo32_t *, siginfo_t *);
H A Dpr_waitid.c103 siginfo_32_to_n(&siginfo32, infop); in pr_waitid()
H A DP32ton.c96 siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst) in siginfo_32_to_n() function
311 siginfo_32_to_n(&src->pr_info, &dst->pr_info); in lwpstatus_32_to_n()