/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 146 timestruc_t pr_tstamp; /* real-time time stamp of stop */ 448 timestruc_t pr_tstamp; /* current time stamp */ 484 timestruc_t pr_tstamp; /* real time stamp */ 739 timestruc32_t pr_tstamp; /* real-time time stamp of stop */ 933 timestruc32_t pr_tstamp; /* current time stamp */ 969 timestruc32_t pr_tstamp; /* real time stamp */
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 371 timestruc_t pr_tstamp; /* current time stamp */ member 405 timestruc_t pr_tstamp; /* real time stamp */ member 580 timestruc32_t pr_tstamp; /* current time stamp */ member 611 timestruc32_t pr_tstamp; /* real time stamp */ member
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 370 timestruc_t pr_tstamp; /* current time stamp */ member 404 timestruc_t pr_tstamp; /* real time stamp */ member 579 timestruc32_t pr_tstamp; /* current time stamp */ member 610 timestruc32_t pr_tstamp; /* real time stamp */ member
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 770 psp->pr_lwp.pr_tstamp.tv_sec; in pnohup() 773 psp->pr_lwp.pr_tstamp.tv_nsec; in pnohup()
|
/illumos-gate/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 139 elapsed = usage.pr_tstamp.tv_sec - usage.pr_term.tv_sec; in reap()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 331 timestruc_32_to_n(&src->pr_tstamp, &dst->pr_tstamp); in lwpstatus_32_to_n() 704 timestruc_n_to_32(&src->pr_tstamp, &dst->pr_tstamp); in lwpstatus_n_to_32()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prdata.h | 238 hrtime_t pr_tstamp; /* current time stamp */ member
|
H A D | prsubr.c | 1050 hrt2ts32(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus32() 1278 hrt2ts(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus() 2172 hrt2ts(gethrtime(), &php->pr_tstamp); in prpdread() 2323 hrt2ts32(gethrtime(), &php->pr_tstamp); in prpdread32() 3690 pup->pr_tstamp = curtime; in prgetusage() 3691 scalehrtime(&pup->pr_tstamp); in prgetusage() 3852 pup->pr_tstamp = curtime; in praddusage() 3853 scalehrtime(&pup->pr_tstamp); in praddusage() 3887 hrt2ts(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage() 3920 hrt2ts32(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage32()
|
H A D | prioctl.c | 1045 pup->pr_tstamp = gethrtime(); in prioctl64() 1145 pup->pr_tstamp = curtime; in prioctl64() 2647 pup->pr_tstamp = gethrtime(); in prioctl32() 2747 pup->pr_tstamp = curtime; in prioctl32() 3690 hrt2ts(gethrtime(), &php->pr_tstamp); in oprpdread() 3801 hrt2ts32(gethrtime(), &php->pr_tstamp); in oprpdread32()
|
H A D | prvnops.c | 1239 pup->pr_tstamp = gethrtime(); in pr_read_usage() 1351 pup->pr_tstamp = curtime; in pr_read_lusage() 1618 pup->pr_tstamp = gethrtime(); in pr_read_lwpusage() 2351 pup->pr_tstamp = gethrtime(); in pr_read_usage_32() 2463 pup->pr_tstamp = curtime; in pr_read_lusage_32() 2756 pup->pr_tstamp = gethrtime(); in pr_read_lwpusage_32()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 172 sl_field_t pr_tstamp; member
|
H A D | gen_struct_layout.c | 161 SCALAR_FIELD(lwpstatus_t, pr_tstamp, 0); in gen_lwpstatus()
|
H A D | elfdump.msg | 604 @ MSG_CNOTE_T_PR_TSTAMP "pr_tstamp:"
|
H A D | corenote.c | 1078 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_TSTAMP), pr_tstamp, in dump_lwpstatus()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 397 timestruc_t tstamp = psp->pr_tstamp; in dt_proc_waitrun() 431 bcmp(&psp->pr_tstamp, &tstamp, sizeof (tstamp)) != 0) { in dt_proc_waitrun()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 1547 Cp->basetime = Psp->pr_lwp.pr_tstamp; in setup_basetime() 1908 seconds = Lsp->pr_tstamp.tv_sec - Cp->basetime.tv_sec; in timestamp() 1909 fraction = Lsp->pr_tstamp.tv_nsec - Cp->basetime.tv_nsec; in timestamp()
|