Home
last modified time | relevance | path

Searched refs:pr_argc (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh75 CANREAD(curpsinfo, pr_argc)
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_provider.h91 int pr_argc; /* output argument count */ member
H A Ddt_provider.c451 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 Dprocfs.d.in239 pr_argc = T->p_user.u_argc;
278 pr_argc = xlate <psinfo_t> (T->t_procp).pr_argc;
H A Ddt_ident.c349 if (ap->dn_value >= prp->pr_argc) { in dt_idcook_args()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h281 sl_field_t pr_argc; member
328 sl_field_t pr_argc; member
H A Dgen_struct_layout.c279 SCALAR_FIELD(psinfo_t, pr_argc, 1); in gen_psinfo()
329 SCALAR_FIELD(prpsinfo_t, pr_argc, 1); in gen_prpsinfo()
H A Dcorenote.c1419 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 Delfdump.msg497 @ MSG_CNOTE_T_PR_ARGC "pr_argc:"
/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h278 int pr_argc; /* initial argument count */ member
543 int pr_argc; /* initial argument count */ member
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h277 int pr_argc; /* initial argument count */ member
542 int pr_argc; /* initial argument count */ member
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c439 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 DPgcore.c286 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 Dprocfs.h301 int pr_argc; /* initial argument count */
703 int pr_argc; /* initial argument count */
/titanic_41/usr/src/lib/mpss/common/
H A Dmpss.c269 for (arg = 1; arg < pi.pr_argc; arg++, argv++) { in argmatch()
/titanic_41/usr/src/lib/madv/common/
H A Dmadv.c265 for (arg = 1; arg < pi.pr_argc; arg++, argv++) { in argmatch()
/titanic_41/usr/src/cmd/ptools/pargs/
H A Dpargs.c609 size_t argc = datap->pd_psinfo->pr_argc; in get_args()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c2313 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 Dprioctl.c1634 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 Dgcore.c1823 psp->pr_argc = up->u_argc; in Ppsinfo_gcore()