Searched refs:pr_nsysarg (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 164 sl_field_t pr_nsysarg; member 239 sl_field_t pr_nsysarg; member
|
H A D | corenote.c | 962 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_NSYSARG), pr_nsysarg); in dump_lwpstatus() 970 if (data_present(state, &layout->pr_nsysarg)) { in dump_lwpstatus() 971 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_lwpstatus() 1179 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_NSYSARG), pr_nsysarg); in dump_prstatus() 1181 if (data_present(state, &layout->pr_nsysarg)) { in dump_prstatus() 1182 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_prstatus()
|
H A D | gen_struct_layout.c | 150 SCALAR_FIELD(lwpstatus_t, pr_nsysarg, 0); in gen_lwpstatus() 233 SCALAR_FIELD(prstatus_t, pr_nsysarg, 1); in gen_prstatus()
|
H A D | elfdump.msg | 541 @ MSG_CNOTE_T_PR_NSYSARG "pr_nsysarg:"
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 192 short pr_nsysarg; /* Number of arguments to this syscall */ member 496 short pr_nsysarg; /* Number of arguments to this syscall */ member
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 193 short pr_nsysarg; /* Number of arguments to this syscall */ member 497 short pr_nsysarg; /* Number of arguments to this syscall */ member
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 321 dst->pr_nsysarg = src->pr_nsysarg; in lwpstatus_32_to_n() 694 dst->pr_nsysarg = src->pr_nsysarg; in lwpstatus_n_to_32()
|
H A D | Pgcore.c | 235 psp->pr_nsysarg = lsp->pr_nsysarg; in mkprstatus() 360 psp->pr_nsysarg = lsp->pr_nsysarg; in mkprstatus32()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 135 short pr_nsysarg; /* number of arguments to this syscall */ 592 short pr_nsysarg; /* number of arguments to this syscall */
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 643 for (i = 0; i < psp->pr_nsysarg; i++) in print_syscall() 644 (void) printf((i+1 == psp->pr_nsysarg)? "%lx" : "%lx, ", in print_syscall()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 298 for (i = 0; i < psp->pr_nsysarg; i++) { in lwplook()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | actions.c | 331 nargs = Lsp->pr_nsysarg; in setupsysargs()
|
H A D | systable.c | 1351 int nsysarg = Lsp->pr_nsysarg; in getsubcode()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1471 sp->pr_nsysarg = (short)i; in oprgetstatus32() 3308 sp->pr_nsysarg = (short)i; in oprgetstatus()
|
H A D | prsubr.c | 1039 sp->pr_nsysarg = (ushort_t)i; in prgetlwpstatus32() 1267 sp->pr_nsysarg = (ushort_t)i; in prgetlwpstatus()
|