Home
last modified time | relevance | path

Searched refs:pr_pctmem (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h274 sl_field_t pr_pctmem; member
333 sl_field_t pr_pctmem; member
H A Dgen_struct_layout.c272 SCALAR_FIELD(psinfo_t, pr_pctmem, 0); in gen_psinfo()
334 SCALAR_FIELD(prpsinfo_t, pr_pctmem, 0); in gen_prpsinfo()
H A Dcorenote.c1412 &layout->pr_pctmem, MSG_ORIG(MSG_CNOTE_T_PR_PCTMEM)); in dump_psinfo()
1506 &layout->pr_pctmem, MSG_ORIG(MSG_CNOTE_T_PR_PCTMEM)); in dump_prpsinfo()
H A Delfdump.msg548 @ MSG_CNOTE_T_PR_PCTMEM "pr_pctmem:"
/titanic_44/usr/src/uts/intel/sys/
H A Dold_procfs.h286 ushort_t pr_pctmem; /* % of of system memory used by the process */ member
548 ushort_t pr_pctmem; /* % of of system memory used by the process */ member
/titanic_44/usr/src/uts/sparc/sys/
H A Dold_procfs.h285 ushort_t pr_pctmem; /* % of of system memory used by the process */ member
547 ushort_t pr_pctmem; /* % of of system memory used by the process */ member
/titanic_44/usr/src/lib/libproc/common/
H A DP32ton.c427 dst->pr_pctmem = src->pr_pctmem; in psinfo_32_to_n()
800 dst->pr_pctmem = src->pr_pctmem; in psinfo_n_to_32()
H A DPgcore.c291 psp->pr_pctmem = P->psinfo.pr_pctmem; in mkprpsinfo()
416 psp->pr_pctmem = P->psinfo.pr_pctmem; in mkprpsinfo32()
/titanic_44/usr/src/uts/common/sys/
H A Dprocfs.h294 ushort_t pr_pctmem; /* % of system memory used by process */
696 ushort_t pr_pctmem; /* % of system memory used by process */
/titanic_44/usr/src/cmd/ps/
H A Ducbps.c927 prtpct(psinfo->pr_pctmem); /* %MEM */ in prcom()
995 prtpct(psinfo->pr_pctmem); /* %MEM */ in prcom()
H A Dps.c1796 prtpct(psinfo->pr_pctmem, width); in print_field()
/titanic_44/usr/src/cmd/prstat/
H A Dprstat.c730 id->id_pctmem += FRC2PCT(lwp->li_info.pr_pctmem); in list_update()
733 total_mem += FRC2PCT(lwp->li_info.pr_pctmem); in list_update()
760 id->id_pctmem = FRC2PCT(lwp->li_info.pr_pctmem); in list_update()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprioctl.c1597 psp->pr_pctmem = 0; in oprgetpsinfo32()
1657 psp->pr_pctmem = 0; in oprgetpsinfo32()
1663 psp->pr_pctmem = rm_pctmemory(as); in oprgetpsinfo32()
3436 psp->pr_pctmem = 0; in oprgetpsinfo()
3496 psp->pr_pctmem = 0; in oprgetpsinfo()
3502 psp->pr_pctmem = rm_pctmemory(as); in oprgetpsinfo()
H A Dprsubr.c2343 psp->pr_pctmem = rm_pctmemory(as); in prgetpsinfo()
2477 psp->pr_pctmem = rm_pctmemory(as); in prgetpsinfo32()
2697 PR_COPY_FIELD(src, dest, pr_pctmem); in psinfo_kto32()
/titanic_44/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in211 * We do not provide support for pr_size, pr_rssize, pr_pctcpu, and pr_pctmem.