Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h74 extern void pstatus_n_to_32(const pstatus_t *, pstatus32_t *);
H A DP32ton.c714 pstatus_n_to_32(const pstatus_t *src, pstatus32_t *dst) in pstatus_n_to_32() function
H A DPgcore.c1394 pstatus_n_to_32(&P->status, &ps32); in Pfgcore()