Searched refs:pr_cstime (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore_linux.h | 143 lx_elf_timeval32_t pr_cstime; /* Cumulative system time */ member 160 lx_elf_timeval64_t pr_cstime; /* Cumulative system time */ member
|
H A D | P32ton.c | 366 timestruc_32_to_n(&src->pr_cstime, &dst->pr_cstime); in pstatus_32_to_n() 739 timestruc_n_to_32(&src->pr_cstime, &dst->pr_cstime); in pstatus_n_to_32()
|
H A D | Pgcore.c | 232 psp->pr_cstime = P->status.pr_cstime; in mkprstatus() 357 timestruc_n_to_32(&P->status.pr_cstime, &psp->pr_cstime); in mkprstatus32()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 201 sl_field_t pr_cstime; member 236 sl_field_t pr_cstime; member
|
H A D | gen_struct_layout.c | 191 SCALAR_FIELD(pstatus_t, pr_cstime, 0); in gen_pstatus() 230 SCALAR_FIELD(prstatus_t, pr_cstime, 0); in gen_prstatus()
|
H A D | corenote.c | 1068 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_CSTIME), pr_cstime, in dump_pstatus() 1169 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_CSTIME), pr_cstime, in dump_prstatus()
|
H A D | elfdump.msg | 510 @ MSG_CNOTE_T_PR_CSTIME "pr_cstime:"
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 190 timestruc_t pr_cstime; /* Sum of children's system times */ member 494 timestruc32_t pr_cstime; /* Sum of children's system times */ member
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 189 timestruc_t pr_cstime; /* Sum of children's system times */ member 493 timestruc32_t pr_cstime; /* Sum of children's system times */ member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 172 timestruc_t pr_cstime; /* sum of children's system times */ 629 timestruc32_t pr_cstime; /* sum of children's system times */
|
/titanic_41/usr/src/cmd/w/ |
H A D | w.c | 398 statinfo.pr_cstime.tv_sec; in main()
|
/titanic_41/usr/src/cmd/whodo/ |
H A D | whodo.c | 379 statinfo.pr_cstime.tv_sec; in main()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1433 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in oprgetstatus32() 3270 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in oprgetstatus()
|
H A D | prsubr.c | 899 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in prgetstatus() 1122 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in prgetstatus32()
|