Lines Matching refs:timestruc_t

142 	timestruc_t pr_tstamp;	/* real-time time stamp of stop */
143 timestruc_t pr_utime; /* lwp user cpu time */
144 timestruc_t pr_stime; /* lwp system cpu time */
145 int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
170 timestruc_t pr_utime; /* process user cpu time */
171 timestruc_t pr_stime; /* process system cpu time */
172 timestruc_t pr_cutime; /* sum of children's user times */
173 timestruc_t pr_cstime; /* sum of children's system times */
260 timestruc_t pr_start; /* lwp start time, from the epoch */
261 timestruc_t pr_time; /* usr+sys cpu time for this lwp */
296 timestruc_t pr_start; /* process start time, from the epoch */
297 timestruc_t pr_time; /* usr+sys cpu time for this process */
298 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
444 timestruc_t pr_tstamp; /* current time stamp */
445 timestruc_t pr_create; /* process/lwp creation time stamp */
446 timestruc_t pr_term; /* process/lwp termination time stamp */
447 timestruc_t pr_rtime; /* total lwp real (elapsed) time */
448 timestruc_t pr_utime; /* user level cpu time */
449 timestruc_t pr_stime; /* system call cpu time */
450 timestruc_t pr_ttime; /* other system trap cpu time */
451 timestruc_t pr_tftime; /* text page fault sleep time */
452 timestruc_t pr_dftime; /* data page fault sleep time */
453 timestruc_t pr_kftime; /* kernel page fault sleep time */
454 timestruc_t pr_ltime; /* user lock wait sleep time */
455 timestruc_t pr_slptime; /* all other sleep time */
456 timestruc_t pr_wtime; /* wait-cpu (latency) time */
457 timestruc_t pr_stoptime; /* stopped time */
458 timestruc_t filltime[6]; /* filler for future expansion */
480 timestruc_t pr_tstamp; /* real time stamp */