Searched defs:timestruc_32_to_n (Results 1 - 1 of 1) 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) function
331 timestruc_32_to_n(&src->pr_tstamp, &dst->pr_tstamp);
361 timestruc_32_to_n(&src->pr_utime, &dst->pr_utime);
362 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime);
363 timestruc_32_to_n(&src->pr_cutime, &dst->pr_cutime);
364 timestruc_32_to_n(&src->pr_cstime, &dst->pr_cstime);
392 timestruc_32_to_n(&src->pr_start, &dst->pr_start);
393 timestruc_32_to_n(&src->pr_time, &dst->pr_time);
429 timestruc_32_to_n(&src->pr_start, &dst->pr_start);
430 timestruc_32_to_n(
[all...]

Completed in 45 milliseconds