Searched refs:pr_sysarg (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dsystable.c1353 arg0 = Lsp->pr_sysarg[0];
1357 subcode = Lsp->pr_sysarg[2];
1361 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD &&
1362 Lsp->pr_sysarg[3] == 0)? 1 : 0;
1365 if (nsysarg > 1 && Lsp->pr_sysarg[1] == NULL) {
1369 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) {
1374 subcode = (Lsp->pr_sysarg[3] == 0)? 1 :
1375 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)?
1379 if (nsysarg > 1 && Lsp->pr_sysarg[1] == NULL) {
1383 if (nsysarg > 0 && (int)Lsp->pr_sysarg[
[all...]
H A Dactions.c335 pri->sys_args[i] = Lsp->pr_sysarg[i];
H A Dmain.c1291 Lsp->pr_sysarg[0] == 2))) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h162 sl_field_t pr_sysarg; member in struct:__anon1602
236 sl_field_t pr_sysarg; member in struct:__anon1604
H A Dgen_struct_layout.c175 ARRAY_FIELD(lwpstatus_t, pr_sysarg, 0);
257 ARRAY_FIELD(prstatus_t, pr_sysarg, 1);
H A Dcorenote.c946 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1,
1156 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1,
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPgcore.c200 bcopy(lsp->pr_sysarg, psp->pr_sysarg, sizeof (psp->pr_sysarg));
211 bcopy(lsp->pr_reg, psp->pr_reg, sizeof (psp->pr_sysarg));
325 bcopy(lsp->pr_sysarg, psp->pr_sysarg, sizeof (psp->pr_sysarg));
336 bcopy(lsp->pr_reg, psp->pr_reg, sizeof (psp->pr_sysarg));
H A DP32ton.c327 dst->pr_sysarg[i] = (long)(uint32_t)src->pr_sysarg[i];
700 dst->pr_sysarg[i] = (int32_t)src->pr_sysarg[i];
H A DPcontrol.c366 (off_t)P->status.pr_lwp.pr_sysarg[0]);
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h194 long pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member in struct:prstatus
498 int32_t pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member in struct:prstatus32
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h193 long pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member in struct:prstatus
497 int32_t pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member in struct:prstatus32
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dprocfs.h138 long pr_sysarg[PRSYSARGS]; /* arguments to this syscall */ member in struct:lwpstatus
563 int32_t pr_sysarg[PRSYSARGS]; /* arguments to this syscall */ member in struct:lwpstatus32
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1470 (int *)sp->pr_sysarg, &i);
1473 sp->pr_sysarg[0] = 0;
1474 sp->pr_sysarg[1] = (caddr32_t)up->u_argv;
1475 sp->pr_sysarg[2] = (caddr32_t)up->u_envp;
1480 sp->pr_sysarg[0] =
3307 (long *)sp->pr_sysarg, &i);
3310 sp->pr_sysarg[0] = 0;
3311 sp->pr_sysarg[1] = (uintptr_t)up->u_argv;
3312 sp->pr_sysarg[2] = (uintptr_t)up->u_envp;
3317 sp->pr_sysarg[
[all...]
H A Dprsubr.c1039 (int *)sp->pr_sysarg, &i);
1061 sp->pr_sysarg[0] = 0;
1062 sp->pr_sysarg[1] = (caddr32_t)up->u_argv;
1063 sp->pr_sysarg[2] = (caddr32_t)up->u_envp;
1068 sp->pr_sysarg[0] =
1267 (long *)sp->pr_sysarg, &i);
1286 sp->pr_sysarg[0] = 0;
1287 sp->pr_sysarg[1] = (uintptr_t)up->u_argv;
1288 sp->pr_sysarg[2] = (uintptr_t)up->u_envp;
1293 sp->pr_sysarg[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c296 (void) printf("0x%lx", psp->pr_sysarg[i]);
/opensolaris-onvv-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c645 (long)psp->pr_sysarg[i]);
/opensolaris-onvv-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c694 (int)pstatus->pr_lwp.pr_sysarg[0],
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c608 (psp->pr_what == SYS_forksys && psp->pr_sysarg[0] == 2));

Completed in 223 milliseconds