Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h276 size_t pr_bysize; /* size of process image in bytes */ member
541 size32_t pr_bysize; /* size of process image in bytes */ member
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h275 size_t pr_bysize; /* size of process image in bytes */ member
540 size32_t pr_bysize; /* size of process image in bytes */ member
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h328 sl_field_t pr_bysize; member
H A Dgen_struct_layout.c329 SCALAR_FIELD(prpsinfo_t, pr_bysize, 0); in gen_prpsinfo()
H A Delfdump.msg522 @ MSG_CNOTE_T_PR_BYSIZE "pr_bysize:"
H A Dcorenote.c1611 PRINT_HEX_2UP(MSG_ORIG(MSG_CNOTE_T_PR_BYSIZE), pr_bysize, in dump_prpsinfo()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c236 psp->pr_bysize = psp->pr_size * PAGESIZE; in mkprpsinfo()
361 psp->pr_bysize = psp->pr_size * PAGESIZE; in mkprpsinfo32()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1640 psp->pr_bysize = (size32_t)ptob(psp->pr_size); in oprgetpsinfo32()
1650 psp->pr_bysize = 0; in oprgetpsinfo32()
3451 psp->pr_bysize = ptob(psp->pr_size); in oprgetpsinfo()