Home
last modified time | relevance | path

Searched refs:hrt2ts32 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1050 hrt2ts32(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus32()
1055 hrt2ts32(usr, &sp->pr_utime); in prgetlwpstatus32()
1056 hrt2ts32(sys, &sp->pr_stime); in prgetlwpstatus32()
2323 hrt2ts32(gethrtime(), &php->pr_tstamp); in prpdread32()
3922 hrt2ts32(pup->pr_term, &upup->pr_term); in prcvtusage32()
3923 hrt2ts32(pup->pr_rtime, &upup->pr_rtime); in prcvtusage32()
3924 hrt2ts32(pup->pr_utime, &upup->pr_utime); in prcvtusage32()
3925 hrt2ts32(pup->pr_stime, &upup->pr_stime); in prcvtusage32()
3926 hrt2ts32(pup->pr_ttime, &upup->pr_ttime); in prcvtusage32()
3930 hrt2ts32(pup->pr_ltime, &upup->pr_ltime); in prcvtusage32()
[all …]
H A Dprioctl.c1401 hrt2ts32(mstate_aggr_state(p, LMS_USER), &sp->pr_utime); in oprgetstatus32()
1402 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in oprgetstatus32()
1550 hrt2ts32(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo32()
3801 hrt2ts32(gethrtime(), &php->pr_tstamp); in oprpdread32()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h385 extern void hrt2ts32(hrtime_t, timestruc32_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1242 hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p) in hrt2ts32() function