Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h75 extern void lwpstatus_n_to_32(const lwpstatus_t *, lwpstatus32_t *);
H A DP32ton.c676 lwpstatus_n_to_32(const lwpstatus_t *src, lwpstatus32_t *dst) in lwpstatus_n_to_32() function
747 lwpstatus_n_to_32(&src->pr_lwp, &dst->pr_lwp); in pstatus_n_to_32()
H A DPgcore.c538 lwpstatus_n_to_32(lsp, &ls32); in new_per_lwp()