Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h64 extern void lwpsinfo_32_to_n(const lwpsinfo32_t *, lwpsinfo_t *);
H A DP32ton.c378 lwpsinfo_32_to_n(const lwpsinfo32_t *src, lwpsinfo_t *dst) in lwpsinfo_32_to_n() function
444 lwpsinfo_32_to_n(&src->pr_lwp, &dst->pr_lwp); in psinfo_32_to_n()
H A DPcore.c686 lwpsinfo_32_to_n(&l32, &lps); in note_lwpsinfo()