Lines Matching refs:upup

3096 prcvtusage(prhusage_t *pup, prusage_t *upup)  in prcvtusage()  argument
3102 upup->pr_lwpid = pup->pr_lwpid; in prcvtusage()
3103 upup->pr_count = pup->pr_count; in prcvtusage()
3105 hrt2ts(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage()
3106 hrt2ts(pup->pr_create, &upup->pr_create); in prcvtusage()
3107 hrt2ts(pup->pr_term, &upup->pr_term); in prcvtusage()
3108 hrt2ts(pup->pr_rtime, &upup->pr_rtime); in prcvtusage()
3109 hrt2ts(pup->pr_utime, &upup->pr_utime); in prcvtusage()
3110 hrt2ts(pup->pr_stime, &upup->pr_stime); in prcvtusage()
3111 hrt2ts(pup->pr_ttime, &upup->pr_ttime); in prcvtusage()
3112 hrt2ts(pup->pr_tftime, &upup->pr_tftime); in prcvtusage()
3113 hrt2ts(pup->pr_dftime, &upup->pr_dftime); in prcvtusage()
3114 hrt2ts(pup->pr_kftime, &upup->pr_kftime); in prcvtusage()
3115 hrt2ts(pup->pr_ltime, &upup->pr_ltime); in prcvtusage()
3116 hrt2ts(pup->pr_slptime, &upup->pr_slptime); in prcvtusage()
3117 hrt2ts(pup->pr_wtime, &upup->pr_wtime); in prcvtusage()
3118 hrt2ts(pup->pr_stoptime, &upup->pr_stoptime); in prcvtusage()
3119 bzero(upup->filltime, sizeof (upup->filltime)); in prcvtusage()
3122 ulp = &upup->pr_minf; in prcvtusage()
3129 prcvtusage32(prhusage_t *pup, prusage32_t *upup) in prcvtusage32() argument
3135 upup->pr_lwpid = pup->pr_lwpid; in prcvtusage32()
3136 upup->pr_count = pup->pr_count; in prcvtusage32()
3138 hrt2ts32(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage32()
3139 hrt2ts32(pup->pr_create, &upup->pr_create); in prcvtusage32()
3140 hrt2ts32(pup->pr_term, &upup->pr_term); in prcvtusage32()
3141 hrt2ts32(pup->pr_rtime, &upup->pr_rtime); in prcvtusage32()
3142 hrt2ts32(pup->pr_utime, &upup->pr_utime); in prcvtusage32()
3143 hrt2ts32(pup->pr_stime, &upup->pr_stime); in prcvtusage32()
3144 hrt2ts32(pup->pr_ttime, &upup->pr_ttime); in prcvtusage32()
3145 hrt2ts32(pup->pr_tftime, &upup->pr_tftime); in prcvtusage32()
3146 hrt2ts32(pup->pr_dftime, &upup->pr_dftime); in prcvtusage32()
3147 hrt2ts32(pup->pr_kftime, &upup->pr_kftime); in prcvtusage32()
3148 hrt2ts32(pup->pr_ltime, &upup->pr_ltime); in prcvtusage32()
3149 hrt2ts32(pup->pr_slptime, &upup->pr_slptime); in prcvtusage32()
3150 hrt2ts32(pup->pr_wtime, &upup->pr_wtime); in prcvtusage32()
3151 hrt2ts32(pup->pr_stoptime, &upup->pr_stoptime); in prcvtusage32()
3152 bzero(upup->filltime, sizeof (upup->filltime)); in prcvtusage32()
3155 ulp = &upup->pr_minf; in prcvtusage32()