Home
last modified time | relevance | path

Searched refs:pr_rval2 (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c521 rval->sys_rval2 = P->status.pr_lwp.pr_rval2; in Psyscall()
523 P->status.pr_lwp.pr_rval1, P->status.pr_lwp.pr_rval2); in Psyscall()
H A DP32ton.c328 dst->pr_rval2 = (long)(uint32_t)src->pr_rval2; in lwpstatus_32_to_n()
701 dst->pr_rval2 = (int32_t)src->pr_rval2; in lwpstatus_n_to_32()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h143 long pr_rval2; /* second syscall return value, if any */
725 int32_t pr_rval2; /* second syscall return value, if any */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h170 sl_field_t pr_rval2; member
H A Dgen_struct_layout.c156 SCALAR_FIELD(lwpstatus_t, pr_rval2, 0); in gen_lwpstatus()
H A Delfdump.msg580 @ MSG_CNOTE_T_PR_RVAL2 "pr_rval2:"
H A Dcorenote.c1076 MSG_ORIG(MSG_CNOTE_T_PR_RVAL2), pr_rval2); in dump_lwpstatus()
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c540 pri->Rval2 = Lsp->pr_rval2; in sysexit()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1289 &sp->pr_rval2); in gcore_prgetlwpstatus()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1096 sp->pr_rval2 = (int32_t)r2; in prgetlwpstatus32()
1320 sp->pr_errno = prgetrvals(lwp, &sp->pr_rval1, &sp->pr_rval2); in prgetlwpstatus()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c632 psp->pr_errno, psp->pr_rval1, psp->pr_rval2); in pt_fork()