Home
last modified time | relevance | path

Searched refs:pr_cstime (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DPcore_linux.h143 lx_elf_timeval32_t pr_cstime; /* Cumulative system time */ member
160 lx_elf_timeval64_t pr_cstime; /* Cumulative system time */ member
H A DP32ton.c366 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 DPgcore.c232 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 Dstruct_layout.h201 sl_field_t pr_cstime; member
236 sl_field_t pr_cstime; member
H A Dgen_struct_layout.c191 SCALAR_FIELD(pstatus_t, pr_cstime, 0); in gen_pstatus()
230 SCALAR_FIELD(prstatus_t, pr_cstime, 0); in gen_prstatus()
H A Dcorenote.c1068 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 Delfdump.msg510 @ MSG_CNOTE_T_PR_CSTIME "pr_cstime:"
/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h190 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 Dold_procfs.h189 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 Dprocfs.h172 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 Dw.c398 statinfo.pr_cstime.tv_sec; in main()
/titanic_41/usr/src/cmd/whodo/
H A Dwhodo.c379 statinfo.pr_cstime.tv_sec; in main()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprioctl.c1433 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 Dprsubr.c899 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in prgetstatus()
1122 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in prgetstatus32()