Lines Matching refs:timestruc_t

146 	timestruc_t pr_tstamp;	/* real-time time stamp of stop */
147 timestruc_t pr_utime; /* lwp user cpu time */
148 timestruc_t pr_stime; /* lwp system cpu time */
149 int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
174 timestruc_t pr_utime; /* process user cpu time */
175 timestruc_t pr_stime; /* process system cpu time */
176 timestruc_t pr_cutime; /* sum of children's user times */
177 timestruc_t pr_cstime; /* sum of children's system times */
264 timestruc_t pr_start; /* lwp start time, from the epoch */
265 timestruc_t pr_time; /* usr+sys cpu time for this lwp */
300 timestruc_t pr_start; /* process start time, from the epoch */
301 timestruc_t pr_time; /* usr+sys cpu time for this process */
302 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
448 timestruc_t pr_tstamp; /* current time stamp */
449 timestruc_t pr_create; /* process/lwp creation time stamp */
450 timestruc_t pr_term; /* process/lwp termination time stamp */
451 timestruc_t pr_rtime; /* total lwp real (elapsed) time */
452 timestruc_t pr_utime; /* user level cpu time */
453 timestruc_t pr_stime; /* system call cpu time */
454 timestruc_t pr_ttime; /* other system trap cpu time */
455 timestruc_t pr_tftime; /* text page fault sleep time */
456 timestruc_t pr_dftime; /* data page fault sleep time */
457 timestruc_t pr_kftime; /* kernel page fault sleep time */
458 timestruc_t pr_ltime; /* user lock wait sleep time */
459 timestruc_t pr_slptime; /* all other sleep time */
460 timestruc_t pr_wtime; /* wait-cpu (latency) time */
461 timestruc_t pr_stoptime; /* stopped time */
462 timestruc_t filltime[6]; /* filler for future expansion */
484 timestruc_t pr_tstamp; /* real time stamp */