Lines Matching refs:timestruc32_t
598 timestruc32_t pr_tstamp; /* real-time time stamp of stop */
599 timestruc32_t pr_utime; /* lwp user cpu time */
600 timestruc32_t pr_stime; /* lwp system cpu time */
601 int pr_filler[11 - 2 * sizeof (timestruc32_t) / sizeof (int)];
626 timestruc32_t pr_utime; /* process user cpu time */
627 timestruc32_t pr_stime; /* process system cpu time */
628 timestruc32_t pr_cutime; /* sum of children's user times */
629 timestruc32_t pr_cstime; /* sum of children's system times */
665 timestruc32_t pr_start; /* lwp start time, from the epoch */
666 timestruc32_t pr_time; /* usr+sys cpu time for this lwp */
697 timestruc32_t pr_start; /* process start time, from the epoch */
698 timestruc32_t pr_time; /* usr+sys cpu time for this process */
699 timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
792 timestruc32_t pr_tstamp; /* current time stamp */
793 timestruc32_t pr_create; /* process/lwp creation time stamp */
794 timestruc32_t pr_term; /* process/lwp termination time stamp */
795 timestruc32_t pr_rtime; /* total lwp real (elapsed) time */
796 timestruc32_t pr_utime; /* user level cpu time */
797 timestruc32_t pr_stime; /* system call cpu time */
798 timestruc32_t pr_ttime; /* other system trap cpu time */
799 timestruc32_t pr_tftime; /* text page fault sleep time */
800 timestruc32_t pr_dftime; /* data page fault sleep time */
801 timestruc32_t pr_kftime; /* kernel page fault sleep time */
802 timestruc32_t pr_ltime; /* user lock wait sleep time */
803 timestruc32_t pr_slptime; /* all other sleep time */
804 timestruc32_t pr_wtime; /* wait-cpu (latency) time */
805 timestruc32_t pr_stoptime; /* stopped time */
806 timestruc32_t filltime[6]; /* filler for future expansion */
828 timestruc32_t pr_tstamp; /* real time stamp */