Searched refs:timestruc_n_to_32 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DP32ton.h67 extern void timestruc_n_to_32(const timestruc_t *, timestruc32_t *);
H A DP32ton.c448 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst) function
706 timestruc_n_to_32(&src->pr_tstamp, &dst->pr_tstamp);
736 timestruc_n_to_32(&src->pr_utime, &dst->pr_utime);
737 timestruc_n_to_32(&src->pr_stime, &dst->pr_stime);
738 timestruc_n_to_32(&src->pr_cutime, &dst->pr_cutime);
739 timestruc_n_to_32(&src->pr_cstime, &dst->pr_cstime);
767 timestruc_n_to_32(&src->pr_start, &dst->pr_start);
768 timestruc_n_to_32(&src->pr_time, &dst->pr_time);
804 timestruc_n_to_32(&src->pr_start, &dst->pr_start);
805 timestruc_n_to_32(
[all...]
H A DPgcore.c317 timestruc_n_to_32(&P->status.pr_utime, &psp->pr_utime);
318 timestruc_n_to_32(&P->status.pr_stime, &psp->pr_stime);
319 timestruc_n_to_32(&P->status.pr_cutime, &psp->pr_cutime);
320 timestruc_n_to_32(&P->status.pr_cstime, &psp->pr_cstime);
357 timestruc_n_to_32(&P->psinfo.pr_start, &psp->pr_start);
358 timestruc_n_to_32(&P->psinfo.pr_time, &psp->pr_time);
371 timestruc_n_to_32(&P->psinfo.pr_ctime, &psp->pr_ctime);

Completed in 19 milliseconds