Searched refs:pr_nsysarg (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 166 sl_field_t pr_nsysarg; member 241 sl_field_t pr_nsysarg; member
|
H A D | corenote.c | 1061 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_NSYSARG), pr_nsysarg); in dump_lwpstatus() 1069 if (data_present(state, &layout->pr_nsysarg)) { in dump_lwpstatus() 1070 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_lwpstatus() 1279 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_NSYSARG), pr_nsysarg); in dump_prstatus() 1281 if (data_present(state, &layout->pr_nsysarg)) { in dump_prstatus() 1282 w2 = extract_as_word(state, &layout->pr_nsysarg); in dump_prstatus()
|
H A D | gen_struct_layout.c | 155 SCALAR_FIELD(lwpstatus_t, pr_nsysarg, 0); in gen_lwpstatus() 238 SCALAR_FIELD(prstatus_t, pr_nsysarg, 1); in gen_prstatus()
|
H A D | elfdump.msg | 559 @ MSG_CNOTE_T_PR_NSYSARG "pr_nsysarg:"
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/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 | 187 psp->pr_nsysarg = lsp->pr_nsysarg; in mkprstatus() 312 psp->pr_nsysarg = lsp->pr_nsysarg; in mkprstatus32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 140 short pr_nsysarg; /* number of arguments to this syscall */ 733 short pr_nsysarg; /* number of arguments to this syscall */
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 687 for (i = 0; i < psp->pr_nsysarg; i++) in print_syscall() 688 (void) printf((i+1 == psp->pr_nsysarg)? "%lx" : "%lx, ", in print_syscall()
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 295 for (i = 0; i < psp->pr_nsysarg; i++) { in lwplook()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 331 nargs = Lsp->pr_nsysarg; in setupsysargs()
|
H A D | systable.c | 1357 int nsysarg = Lsp->pr_nsysarg; in getsubcode()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1442 sp->pr_nsysarg = (short)i; in oprgetstatus32() 3251 sp->pr_nsysarg = (short)i; in oprgetstatus()
|
H A D | prsubr.c | 1082 sp->pr_nsysarg = (ushort_t)i; in prgetlwpstatus32() 1310 sp->pr_nsysarg = (ushort_t)i; in prgetlwpstatus()
|