Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h76 extern void psinfo_n_to_32(const psinfo_t *, psinfo32_t *);
H A DPgcore.c519 psinfo_n_to_32(&ps, &ps32); in new_per_lwp()
1389 psinfo_n_to_32(&P->psinfo, &pi32); in Pfgcore()
H A DP32ton.c778 psinfo_n_to_32(const psinfo_t *src, psinfo32_t *dst) in psinfo_n_to_32() function