Home
last modified time | relevance | path

Searched refs:pr_byrssize (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h277 size_t pr_byrssize; /* resident set size in bytes */ member
542 size32_t pr_byrssize; /* resident set size in bytes */ member
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h276 size_t pr_byrssize; /* resident set size in bytes */ member
541 size32_t pr_byrssize; /* resident set size in bytes */ member
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h329 sl_field_t pr_byrssize; member
H A Dgen_struct_layout.c333 SCALAR_FIELD(prpsinfo_t, pr_byrssize, 0); in gen_prpsinfo()
H A Delfdump.msg522 @ MSG_CNOTE_T_PR_BYRSSIZE "pr_byrssize:"
H A Dcorenote.c1612 MSG_ORIG(MSG_CNOTE_T_PR_BYRSSIZE), pr_byrssize); in dump_prpsinfo()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c237 psp->pr_byrssize = psp->pr_rssize * PAGESIZE; in mkprpsinfo()
362 psp->pr_byrssize = psp->pr_rssize * PAGESIZE; in mkprpsinfo32()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1622 psp->pr_byrssize = (size32_t)ptob(psp->pr_rssize); in oprgetpsinfo32()
1632 psp->pr_byrssize = 0; in oprgetpsinfo32()
3409 psp->pr_byrssize = ptob(psp->pr_rssize); in oprgetpsinfo()