Searched refs:pr_rval1 (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 520 rval->sys_rval1 = P->status.pr_lwp.pr_rval1; 523 P->status.pr_lwp.pr_rval1, P->status.pr_lwp.pr_rval2);
|
H A D | P32ton.c | 327 dst->pr_rval1 = (long)(uint32_t)src->pr_rval1; 700 dst->pr_rval1 = (int32_t)src->pr_rval1;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 139 long pr_rval1; /* primary syscall return value */ member in struct:lwpstatus 607 int32_t pr_rval1; /* primary syscall return value */ member in struct:lwpstatus32
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 744 pstatus->pr_lwp.pr_rval1) 766 pid = pstatus->pr_lwp.pr_rval1; 794 (int)pstatus->pr_lwp.pr_rval1,
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 167 sl_field_t pr_rval1; member in struct:__anon50
|
H A D | gen_struct_layout.c | 153 SCALAR_FIELD(lwpstatus_t, pr_rval1, 0);
|
H A D | corenote.c | 1018 PRINT_HEX_2UP(MSG_ORIG(MSG_CNOTE_T_PR_RVAL1), pr_rval1, local
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 539 pri->Rval1 = Lsp->pr_rval1;
|
H A D | systable.c | 1462 Lsp->pr_rval1 == 0);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 630 psp->pr_errno, psp->pr_rval1, psp->pr_rval2); 663 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { 665 psp->pr_rval1, Pgrab_error(gcode)); 681 "fork as expected\n", psp->pr_rval1); 685 psp->pr_rval1, follow_parent ? "parent" : "child");
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1288 sp->pr_errno = gcore_prgetrvals(lwp, &sp->pr_rval1,
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1054 sp->pr_rval1 = (int32_t)r1; 1279 sp->pr_errno = prgetrvals(lwp, &sp->pr_rval1, &sp->pr_rval2);
|
Completed in 103 milliseconds