/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 133 const psinfo_t *pi = Ppsinfo(P); in Pfindexec() 164 if (Ppsinfo(P) != NULL) { in Pfindexec()
|
H A D | proc_arg.c | 186 (void) memcpy(psp, Ppsinfo(Pr), in proc_grab_common() 221 (void) memcpy(psp, Ppsinfo(Pr), in proc_grab_common()
|
H A D | mapfile-vers | 159 Ppsinfo;
|
H A D | libproc.h | 272 extern const psinfo_t *Ppsinfo(struct ps_prochandle *);
|
H A D | llib-lproc | 49 const psinfo_t *Ppsinfo(struct ps_prochandle *Pr);
|
H A D | Pcontrol.c | 1261 Ppsinfo(struct ps_prochandle *P) in Ppsinfo() function 2977 (void) Ppsinfo(P); in Plwp_iter_all()
|
H A D | Pgcore.c | 1061 (void) Ppsinfo(P); in Pfgcore()
|
H A D | Psymtab.c | 3066 if ((psp = Ppsinfo(P)) == NULL) in Penv_iter()
|
/titanic_50/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 222 arg, (int)Ppsinfo(Pr)->pr_pid, Ppsinfo(Pr)->pr_psargs); in look() 227 (int)Ppsinfo(Pr)->pr_pid, Ppsinfo(Pr)->pr_psargs); in look()
|
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 114 (void) memcpy(&psinfo, Ppsinfo(Pr), sizeof (psinfo_t)); in main()
|
/titanic_50/usr/src/cmd/gcore/ |
H A D | gcore.c | 48 const psinfo_t *pip = Ppsinfo(P); in convert_path()
|
/titanic_50/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 194 &gcode)) == NULL || (psinfop = Ppsinfo(Pr)) == NULL) { in look()
|
/titanic_50/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 456 if ((psinfo = Ppsinfo(Pr)) == NULL) in setpgsz_anon()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 258 sbuf.st_rdev != Ppsinfo(g_proc)->pr_ttydev) in fd_cb()
|
/titanic_50/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 658 const psinfo_t *prp = Ppsinfo(P); in prochandler()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 161 (void) memcpy(&psinfo, Ppsinfo(Pr), sizeof (psinfo_t)); in look()
|
/titanic_50/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1059 (void) memcpy(&psinfo, Ppsinfo(Pr), sizeof (psinfo_t)); in main()
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 230 if ((tpsinfo = Ppsinfo(Pr)) == NULL) { in main()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 731 Ppsinfo(pctx->Pr), sizeof (psinfo)); in pctx_run()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 832 const psinfo_t *prp = Ppsinfo(dpr->dpr_proc); in dt_proc_create_thread()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1454 bcopy(Ppsinfo(Pr), &psinfo, sizeof (psinfo_t)); in main()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 357 (void) memcpy(&psinfo, Ppsinfo(Pr), sizeof (psinfo_t)); in main()
|
/titanic_50/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 751 const psinfo_t *prp = Ppsinfo(P); in prochandler()
|
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 350 const psinfo_t *prp = Ppsinfo(P); in dtj_prochandler()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1565 const psinfo_t *pip = Ppsinfo(P); in pt_status_dcmd() 5196 if (t->t_pshandle == NULL || (psp = Ppsinfo(t->t_pshandle)) == NULL) in pt_xd_psinfo()
|