Lines Matching refs:mstimep

2799 	hrtime_t *mstimep;  in prgetusage()  local
2884 case LMS_USER: mstimep = &pup->pr_utime; break; in prgetusage()
2885 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in prgetusage()
2886 case LMS_TRAP: mstimep = &pup->pr_ttime; break; in prgetusage()
2887 case LMS_TFAULT: mstimep = &pup->pr_tftime; break; in prgetusage()
2888 case LMS_DFAULT: mstimep = &pup->pr_dftime; break; in prgetusage()
2889 case LMS_KFAULT: mstimep = &pup->pr_kftime; break; in prgetusage()
2890 case LMS_USER_LOCK: mstimep = &pup->pr_ltime; break; in prgetusage()
2891 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in prgetusage()
2892 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break; in prgetusage()
2893 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in prgetusage()
2905 *mstimep += tmp1; in prgetusage()
2954 hrtime_t *mstimep; in praddusage() local
3046 case LMS_USER: mstimep = &pup->pr_utime; break; in praddusage()
3047 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in praddusage()
3048 case LMS_TRAP: mstimep = &pup->pr_ttime; break; in praddusage()
3049 case LMS_TFAULT: mstimep = &pup->pr_tftime; break; in praddusage()
3050 case LMS_DFAULT: mstimep = &pup->pr_dftime; break; in praddusage()
3051 case LMS_KFAULT: mstimep = &pup->pr_kftime; break; in praddusage()
3052 case LMS_USER_LOCK: mstimep = &pup->pr_ltime; break; in praddusage()
3053 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in praddusage()
3054 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break; in praddusage()
3055 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in praddusage()
3067 *mstimep += tmp; in praddusage()