Searched refs:pr_rval1 (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 520 rval->sys_rval1 = P->status.pr_lwp.pr_rval1; in Psyscall() 523 P->status.pr_lwp.pr_rval1, P->status.pr_lwp.pr_rval2); in Psyscall()
|
H A D | P32ton.c | 329 dst->pr_rval1 = (long)(uint32_t)src->pr_rval1; in lwpstatus_32_to_n() 702 dst->pr_rval1 = (int32_t)src->pr_rval1; in lwpstatus_n_to_32()
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 744 pstatus->pr_lwp.pr_rval1) in pctx_run() 766 pid = pstatus->pr_lwp.pr_rval1; in pctx_run() 794 (int)pstatus->pr_lwp.pr_rval1, in pctx_run()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 138 long pr_rval1; /* primary syscall return value */ 595 int32_t pr_rval1; /* primary syscall return value */
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 167 sl_field_t pr_rval1; member
|
H A D | gen_struct_layout.c | 153 SCALAR_FIELD(lwpstatus_t, pr_rval1, 0); in gen_lwpstatus()
|
H A D | elfdump.msg | 562 @ MSG_CNOTE_T_PR_RVAL1 "pr_rval1:"
|
H A D | corenote.c | 976 PRINT_HEX_2UP(MSG_ORIG(MSG_CNOTE_T_PR_RVAL1), pr_rval1, in dump_lwpstatus()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 630 psp->pr_errno, psp->pr_rval1, psp->pr_rval2); in pt_fork() 663 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { in pt_fork() 665 psp->pr_rval1, Pgrab_error(gcode)); in pt_fork() 681 "fork as expected\n", psp->pr_rval1); in pt_fork() 685 psp->pr_rval1, follow_parent ? "parent" : "child"); in pt_fork()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | actions.c | 539 pri->Rval1 = Lsp->pr_rval1; in sysexit()
|
H A D | systable.c | 1462 Lsp->pr_rval1 == 0); in getsubcode()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1288 sp->pr_errno = gcore_prgetrvals(lwp, &sp->pr_rval1, in gcore_prgetlwpstatus()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1054 sp->pr_rval1 = (int32_t)r1; in prgetlwpstatus32() 1279 sp->pr_errno = prgetrvals(lwp, &sp->pr_rval1, &sp->pr_rval2); in prgetlwpstatus()
|