Searched refs:pr_cutime (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore_linux.h | 142 lx_elf_timeval32_t pr_cutime; /* Cumulative user time */ member 159 lx_elf_timeval64_t pr_cutime; /* Cumulative user time */ member
|
H A D | P32ton.c | 365 timestruc_32_to_n(&src->pr_cutime, &dst->pr_cutime); in pstatus_32_to_n() 738 timestruc_n_to_32(&src->pr_cutime, &dst->pr_cutime); in pstatus_n_to_32()
|
H A D | Pgcore.c | 231 psp->pr_cutime = P->status.pr_cutime; in mkprstatus() 356 timestruc_n_to_32(&P->status.pr_cutime, &psp->pr_cutime); in mkprstatus32()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 200 sl_field_t pr_cutime; member 235 sl_field_t pr_cutime; member
|
H A D | gen_struct_layout.c | 190 SCALAR_FIELD(pstatus_t, pr_cutime, 0); in gen_pstatus() 229 SCALAR_FIELD(prstatus_t, pr_cutime, 0); in gen_prstatus()
|
H A D | corenote.c | 1066 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_CUTIME), pr_cutime, in dump_pstatus() 1167 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_CUTIME), pr_cutime, in dump_prstatus()
|
H A D | elfdump.msg | 513 @ MSG_CNOTE_T_PR_CUTIME "pr_cutime:"
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 189 timestruc_t pr_cutime; /* Sum of children's user times */ member 493 timestruc32_t pr_cutime; /* Sum of children's user times */ member
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 188 timestruc_t pr_cutime; /* Sum of children's user times */ member 492 timestruc32_t pr_cutime; /* Sum of children's user times */ member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 171 timestruc_t pr_cutime; /* sum of children's user times */ 628 timestruc32_t pr_cutime; /* sum of children's user times */
|
/titanic_41/usr/src/cmd/w/ |
H A D | w.c | 397 up->p_ctime = statinfo.pr_cutime.tv_sec + in main()
|
/titanic_41/usr/src/cmd/whodo/ |
H A D | whodo.c | 378 up->p_ctime = statinfo.pr_cutime.tv_sec + in main()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1432 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); in oprgetstatus32() 3269 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in oprgetstatus()
|
H A D | prsubr.c | 898 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in prgetstatus() 1121 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); in prgetstatus32()
|