Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h327 sl_field_t pr_byrssize; member
H A Dgen_struct_layout.c328 SCALAR_FIELD(prpsinfo_t, pr_byrssize, 0); in gen_prpsinfo()
H A Delfdump.msg505 @ MSG_CNOTE_T_PR_BYRSSIZE "pr_byrssize:"
H A Dcorenote.c1498 MSG_ORIG(MSG_CNOTE_T_PR_BYRSSIZE), pr_byrssize); in dump_prpsinfo()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c285 psp->pr_byrssize = psp->pr_rssize * PAGESIZE; in mkprpsinfo()
410 psp->pr_byrssize = psp->pr_rssize * PAGESIZE; in mkprpsinfo32()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprioctl.c1669 psp->pr_byrssize = (size32_t)ptob(psp->pr_rssize); in oprgetpsinfo32()
1679 psp->pr_byrssize = 0; in oprgetpsinfo32()
3508 psp->pr_byrssize = ptob(psp->pr_rssize); in oprgetpsinfo()