Searched refs:timestruc_32_to_n (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 74 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) in timestruc_32_to_n() function 333 timestruc_32_to_n(&src->pr_tstamp, &dst->pr_tstamp); in lwpstatus_32_to_n() 363 timestruc_32_to_n(&src->pr_utime, &dst->pr_utime); in pstatus_32_to_n() 364 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime); in pstatus_32_to_n() 365 timestruc_32_to_n(&src->pr_cutime, &dst->pr_cutime); in pstatus_32_to_n() 366 timestruc_32_to_n(&src->pr_cstime, &dst->pr_cstime); in pstatus_32_to_n() 394 timestruc_32_to_n(&src->pr_start, &dst->pr_start); in lwpsinfo_32_to_n() 395 timestruc_32_to_n(&src->pr_time, &dst->pr_time); in lwpsinfo_32_to_n() 431 timestruc_32_to_n(&src->pr_start, &dst->pr_start); in psinfo_32_to_n() 432 timestruc_32_to_n(&src->pr_time, &dst->pr_time); in psinfo_32_to_n() [all …]
|
H A D | P32ton.h | 49 extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
|