/titanic_41/usr/src/cmd/truss/ |
H A D | systable.c | 1356 arg0 = Lsp->pr_sysarg[0]; in getsubcode() 1360 subcode = Lsp->pr_sysarg[2]; in getsubcode() 1364 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD && in getsubcode() 1365 Lsp->pr_sysarg[3] == 0)? 1 : 0; in getsubcode() 1368 if (nsysarg > 1 && Lsp->pr_sysarg[1] == NULL) { in getsubcode() 1372 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) { in getsubcode() 1377 subcode = (Lsp->pr_sysarg[3] == 0)? 1 : in getsubcode() 1378 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)? in getsubcode() 1382 if (nsysarg > 1 && Lsp->pr_sysarg[1] == NULL) { in getsubcode() 1386 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) { in getsubcode() [all …]
|
H A D | actions.c | 335 pri->sys_args[i] = Lsp->pr_sysarg[i]; in setupsysargs()
|
H A D | main.c | 1291 Lsp->pr_sysarg[0] == 2))) { in worker_thread()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 236 bcopy(lsp->pr_sysarg, psp->pr_sysarg, sizeof (psp->pr_sysarg)); in mkprstatus() 247 bcopy(lsp->pr_reg, psp->pr_reg, sizeof (psp->pr_sysarg)); in mkprstatus() 361 bcopy(lsp->pr_sysarg, psp->pr_sysarg, sizeof (psp->pr_sysarg)); in mkprstatus32() 372 bcopy(lsp->pr_reg, psp->pr_reg, sizeof (psp->pr_sysarg)); in mkprstatus32()
|
H A D | P32ton.c | 327 dst->pr_sysarg[i] = (long)(uint32_t)src->pr_sysarg[i]; in lwpstatus_32_to_n() 700 dst->pr_sysarg[i] = (int32_t)src->pr_sysarg[i]; in lwpstatus_n_to_32()
|
H A D | Pcontrol.c | 606 (off_t)P->status.pr_lwp.pr_sysarg[0]); in Pxcreate()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 166 sl_field_t pr_sysarg; member 240 sl_field_t pr_sysarg; member
|
H A D | gen_struct_layout.c | 152 ARRAY_FIELD(lwpstatus_t, pr_sysarg, 0); in gen_lwpstatus() 234 ARRAY_FIELD(prstatus_t, pr_sysarg, 1); in gen_prstatus()
|
H A D | corenote.c | 972 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_lwpstatus() 1183 print_array(state, &layout->pr_sysarg, SL_FMT_NUM_ZHEX, w2, 1, in dump_prstatus()
|
H A D | elfdump.msg | 580 @ MSG_CNOTE_T_PR_SYSARG "pr_sysarg:"
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 194 long pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member 498 int32_t pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 193 long pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member 497 int32_t pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */ member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 137 long pr_sysarg[PRSYSARGS]; /* arguments to this syscall */ 594 int32_t pr_sysarg[PRSYSARGS]; /* arguments to this syscall */
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1470 (int *)sp->pr_sysarg, &i); in oprgetstatus32() 1473 sp->pr_sysarg[0] = 0; in oprgetstatus32() 1474 sp->pr_sysarg[1] = (caddr32_t)up->u_argv; in oprgetstatus32() 1475 sp->pr_sysarg[2] = (caddr32_t)up->u_envp; in oprgetstatus32() 1480 sp->pr_sysarg[0] = in oprgetstatus32() 3307 (long *)sp->pr_sysarg, &i); in oprgetstatus() 3310 sp->pr_sysarg[0] = 0; in oprgetstatus() 3311 sp->pr_sysarg[1] = (uintptr_t)up->u_argv; in oprgetstatus() 3312 sp->pr_sysarg[2] = (uintptr_t)up->u_envp; in oprgetstatus() 3317 sp->pr_sysarg[0] = in oprgetstatus()
|
H A D | prsubr.c | 1040 (int *)sp->pr_sysarg, &i); in prgetlwpstatus32() 1062 sp->pr_sysarg[0] = 0; in prgetlwpstatus32() 1063 sp->pr_sysarg[1] = (caddr32_t)up->u_argv; in prgetlwpstatus32() 1064 sp->pr_sysarg[2] = (caddr32_t)up->u_envp; in prgetlwpstatus32() 1069 sp->pr_sysarg[0] = in prgetlwpstatus32() 1268 (long *)sp->pr_sysarg, &i); in prgetlwpstatus() 1287 sp->pr_sysarg[0] = 0; in prgetlwpstatus() 1288 sp->pr_sysarg[1] = (uintptr_t)up->u_argv; in prgetlwpstatus() 1289 sp->pr_sysarg[2] = (uintptr_t)up->u_envp; in prgetlwpstatus() 1294 sp->pr_sysarg[0] = in prgetlwpstatus()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1297 sp->pr_sysarg[0] = 0; in gcore_prgetlwpstatus() 1298 sp->pr_sysarg[1] = (uintptr_t)up->u_argv; in gcore_prgetlwpstatus() 1299 sp->pr_sysarg[2] = (uintptr_t)up->u_envp; in gcore_prgetlwpstatus() 1304 sp->pr_sysarg[0] = in gcore_prgetlwpstatus()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 301 (void) printf("0x%lx", psp->pr_sysarg[i]); in lwplook()
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 645 (long)psp->pr_sysarg[i]); in print_syscall()
|
/titanic_41/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 694 (int)pstatus->pr_lwp.pr_sysarg[0], in pctx_run()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 620 (psp->pr_what == SYS_forksys && psp->pr_sysarg[0] == 2)); in pt_fork()
|