/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 141 timestruc_t pr_tstamp; /* real-time time stamp of stop */ 432 timestruc_t pr_tstamp; /* current time stamp */ 468 timestruc_t pr_tstamp; /* real time stamp */ 598 timestruc32_t pr_tstamp; /* real-time time stamp of stop */ 792 timestruc32_t pr_tstamp; /* current time stamp */ 828 timestruc32_t pr_tstamp; /* real time stamp */
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 141 elapsed = usage.pr_tstamp.tv_sec - usage.pr_term.tv_sec; in reap()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1007 hrt2ts32(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus32() 1235 hrt2ts(t->t_stoptime, &sp->pr_tstamp); in prgetlwpstatus() 1926 hrt2ts(gethrtime(), &php->pr_tstamp); in prpdread() 2073 hrt2ts32(gethrtime(), &php->pr_tstamp); in prpdread32() 2906 pup->pr_tstamp = curtime; in prgetusage() 2907 scalehrtime(&pup->pr_tstamp); in prgetusage() 3068 pup->pr_tstamp = curtime; in praddusage() 3069 scalehrtime(&pup->pr_tstamp); in praddusage() 3103 hrt2ts(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage() 3136 hrt2ts32(pup->pr_tstamp, &upup->pr_tstamp); in prcvtusage32()
|
H A D | prdata.h | 232 hrtime_t pr_tstamp; /* current time stamp */ member
|
H A D | prioctl.c | 1073 pup->pr_tstamp = gethrtime(); in prioctl64() 1173 pup->pr_tstamp = curtime; in prioctl64() 2703 pup->pr_tstamp = gethrtime(); in prioctl32() 2803 pup->pr_tstamp = curtime; in prioctl32() 3730 hrt2ts(gethrtime(), &php->pr_tstamp); in oprpdread() 3837 hrt2ts32(gethrtime(), &php->pr_tstamp); in oprpdread32()
|
H A D | prvnops.c | 1144 pup->pr_tstamp = gethrtime(); in pr_read_usage() 1256 pup->pr_tstamp = curtime; in pr_read_lusage() 1523 pup->pr_tstamp = gethrtime(); in pr_read_lwpusage() 2169 pup->pr_tstamp = gethrtime(); in pr_read_usage_32() 2281 pup->pr_tstamp = curtime; in pr_read_lusage_32() 2574 pup->pr_tstamp = gethrtime(); in pr_read_lwpusage_32()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 170 sl_field_t pr_tstamp; member
|
H A D | gen_struct_layout.c | 156 SCALAR_FIELD(lwpstatus_t, pr_tstamp, 0); in gen_lwpstatus()
|
H A D | elfdump.msg | 586 @ MSG_CNOTE_T_PR_TSTAMP "pr_tstamp:"
|
H A D | corenote.c | 979 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_TSTAMP), pr_tstamp, in dump_lwpstatus()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 1541 Cp->basetime = Psp->pr_lwp.pr_tstamp; in setup_basetime() 1902 seconds = Lsp->pr_tstamp.tv_sec - Cp->basetime.tv_sec; in timestamp() 1903 fraction = Lsp->pr_tstamp.tv_nsec - Cp->basetime.tv_nsec; in timestamp()
|