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

/osnet-11/usr/src/lib/libproc/common/
H A DP32ton.h49 extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
H A DP32ton.c74 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) function
333 timestruc_32_to_n(&src->pr_tstamp, &dst->pr_tstamp);
363 timestruc_32_to_n(&src->pr_utime, &dst->pr_utime);
364 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime);
365 timestruc_32_to_n(&src->pr_cutime, &dst->pr_cutime);
366 timestruc_32_to_n(&src->pr_cstime, &dst->pr_cstime);
394 timestruc_32_to_n(&src->pr_start, &dst->pr_start);
395 timestruc_32_to_n(&src->pr_time, &dst->pr_time);
431 timestruc_32_to_n(&src->pr_start, &dst->pr_start);
432 timestruc_32_to_n(
[all...]

Completed in 16 milliseconds