/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.procpriv.ksh | 75 CANREAD(curpsinfo, pr_argc)
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_provider.h | 91 int pr_argc; /* output argument count */ member
|
H A D | dt_provider.c | 451 prp->pr_argc = xargc; in dt_probe_create() 456 (prp->pr_argc != 0 && prp->pr_argv == NULL)) { in dt_probe_create() 807 pip->dtp_argc = prp->pr_argc; in dt_probe_info()
|
H A D | procfs.d.in | 239 pr_argc = T->p_user.u_argc; 278 pr_argc = xlate <psinfo_t> (T->t_procp).pr_argc;
|
H A D | dt_ident.c | 349 if (ap->dn_value >= prp->pr_argc) { in dt_idcook_args()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 281 sl_field_t pr_argc; member 328 sl_field_t pr_argc; member
|
H A D | gen_struct_layout.c | 279 SCALAR_FIELD(psinfo_t, pr_argc, 1); in gen_psinfo() 329 SCALAR_FIELD(prpsinfo_t, pr_argc, 1); in gen_prpsinfo()
|
H A D | corenote.c | 1419 SL_FMT_NUM_HEX, MSG_ORIG(MSG_CNOTE_T_PR_ARGC), &layout->pr_argc, in dump_psinfo() 1499 print_num_2up(state, MSG_ORIG(MSG_CNOTE_T_PR_ARGC), &layout->pr_argc, in dump_prpsinfo()
|
H A D | elfdump.msg | 497 @ MSG_CNOTE_T_PR_ARGC "pr_argc:"
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 278 int pr_argc; /* initial argument count */ member 543 int pr_argc; /* initial argument count */ member
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 277 int pr_argc; /* initial argument count */ member 542 int pr_argc; /* initial argument count */ member
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 439 dst->pr_argc = src->pr_argc; in psinfo_32_to_n() 812 dst->pr_argc = src->pr_argc; in psinfo_n_to_32()
|
H A D | Pgcore.c | 286 psp->pr_argc = P->psinfo.pr_argc; in mkprpsinfo() 411 psp->pr_argc = P->psinfo.pr_argc; in mkprpsinfo32()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 301 int pr_argc; /* initial argument count */ 703 int pr_argc; /* initial argument count */
|
/titanic_41/usr/src/lib/mpss/common/ |
H A D | mpss.c | 269 for (arg = 1; arg < pi.pr_argc; arg++, argv++) { in argmatch()
|
/titanic_41/usr/src/lib/madv/common/ |
H A D | madv.c | 265 for (arg = 1; arg < pi.pr_argc; arg++, argv++) { in argmatch()
|
/titanic_41/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 609 size_t argc = datap->pd_psinfo->pr_argc; in get_args()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2313 psp->pr_argc = up->u_argc; in prgetpsinfo() 2445 psp->pr_argc = up->u_argc; in prgetpsinfo32() 2704 PR_COPY_FIELD(src, dest, pr_argc); in psinfo_kto32()
|
H A D | prioctl.c | 1634 psp->pr_argc = up->u_argc; in oprgetpsinfo32() 3473 psp->pr_argc = up->u_argc; in oprgetpsinfo()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1823 psp->pr_argc = up->u_argc; in Ppsinfo_gcore()
|