Lines Matching refs:mstimep
3607 hrtime_t *mstimep; in prgetusage() local
3692 case LMS_USER: mstimep = &pup->pr_utime; break; in prgetusage()
3693 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in prgetusage()
3694 case LMS_TRAP: mstimep = &pup->pr_ttime; break; in prgetusage()
3695 case LMS_TFAULT: mstimep = &pup->pr_tftime; break; in prgetusage()
3696 case LMS_DFAULT: mstimep = &pup->pr_dftime; break; in prgetusage()
3697 case LMS_KFAULT: mstimep = &pup->pr_kftime; break; in prgetusage()
3698 case LMS_USER_LOCK: mstimep = &pup->pr_ltime; break; in prgetusage()
3699 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in prgetusage()
3700 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break; in prgetusage()
3701 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in prgetusage()
3713 *mstimep += tmp1; in prgetusage()
3762 hrtime_t *mstimep; in praddusage() local
3854 case LMS_USER: mstimep = &pup->pr_utime; break; in praddusage()
3855 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in praddusage()
3856 case LMS_TRAP: mstimep = &pup->pr_ttime; break; in praddusage()
3857 case LMS_TFAULT: mstimep = &pup->pr_tftime; break; in praddusage()
3858 case LMS_DFAULT: mstimep = &pup->pr_dftime; break; in praddusage()
3859 case LMS_KFAULT: mstimep = &pup->pr_kftime; break; in praddusage()
3860 case LMS_USER_LOCK: mstimep = &pup->pr_ltime; break; in praddusage()
3861 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in praddusage()
3862 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break; in praddusage()
3863 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in praddusage()
3875 *mstimep += tmp; in praddusage()