Lines Matching refs:timestruc_t
186 timestruc_t pr_utime; /* Process user cpu time */
187 timestruc_t pr_stime; /* Process system cpu time */
188 timestruc_t pr_cutime; /* Sum of children's user times */
189 timestruc_t pr_cstime; /* Sum of children's system times */
262 timestruc_t pr_start; /* process start time, sec+nsec since epoch */
263 timestruc_t pr_time; /* usr+sys cpu time for this process */
274 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
370 timestruc_t pr_tstamp; /* current time stamp */
371 timestruc_t pr_create; /* process/lwp creation time stamp */
372 timestruc_t pr_term; /* process/lwp termination time stamp */
373 timestruc_t pr_rtime; /* total lwp real (elapsed) time */
374 timestruc_t pr_utime; /* user level CPU time */
375 timestruc_t pr_stime; /* system call CPU time */
376 timestruc_t pr_ttime; /* other system trap CPU time */
377 timestruc_t pr_tftime; /* text page fault sleep time */
378 timestruc_t pr_dftime; /* data page fault sleep time */
379 timestruc_t pr_kftime; /* kernel page fault sleep time */
380 timestruc_t pr_ltime; /* user lock wait sleep time */
381 timestruc_t pr_slptime; /* all other sleep time */
382 timestruc_t pr_wtime; /* wait-cpu (latency) time */
383 timestruc_t pr_stoptime; /* stopped time */
384 timestruc_t filltime[6]; /* filler for future expansion */
404 timestruc_t pr_tstamp; /* real time stamp */