Home
last modified time | relevance | path

Searched refs:timestruc_32_to_n (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c72 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) in timestruc_32_to_n() function
331 timestruc_32_to_n(&src->pr_tstamp, &dst->pr_tstamp); in lwpstatus_32_to_n()
361 timestruc_32_to_n(&src->pr_utime, &dst->pr_utime); in pstatus_32_to_n()
362 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime); in pstatus_32_to_n()
363 timestruc_32_to_n(&src->pr_cutime, &dst->pr_cutime); in pstatus_32_to_n()
364 timestruc_32_to_n(&src->pr_cstime, &dst->pr_cstime); in pstatus_32_to_n()
392 timestruc_32_to_n(&src->pr_start, &dst->pr_start); in lwpsinfo_32_to_n()
393 timestruc_32_to_n(&src->pr_time, &dst->pr_time); in lwpsinfo_32_to_n()
429 timestruc_32_to_n(&src->pr_start, &dst->pr_start); in psinfo_32_to_n()
430 timestruc_32_to_n(&src->pr_time, &dst->pr_time); in psinfo_32_to_n()
[all …]
H A DP32ton.h47 extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);