/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dlink_audit.c | 116 P = Pgrab(getpid(), PGRAB_RDONLY, &err); in la_activity()
|
H A D | dt_proc.c | 945 if ((dpr->dpr_proc = Pgrab(pid, flags, &err)) == NULL) { in dt_proc_grab()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 164 return (Pgrab(psinfo.pr_pid, gflag, in proc_grab_common() 206 return (Pgrab(psinfo.pr_pid, gflag, perr)); in proc_grab_common()
|
H A D | mapfile-vers | 123 Pgrab;
|
H A D | libproc.h | 251 extern struct ps_prochandle *Pgrab(pid_t, int, int *);
|
H A D | llib-lproc | 43 struct ps_prochandle *Pgrab(pid_t pid, int gflag, int *perr);
|
H A D | Pcontrol.c | 756 Pgrab(pid_t pid, int flags, int *perr) in Pgrab() function
|
/titanic_50/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 155 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) { in reap()
|
/titanic_50/usr/src/cmd/pbind/ |
H A D | pbind.c | 188 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
|
/titanic_50/usr/src/cmd/plimit/ |
H A D | plimit.c | 178 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/titanic_50/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 343 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 395 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
|
/titanic_50/usr/src/cmd/psrset/ |
H A D | psrset.c | 118 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 168 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 177 if ((pctx->Pr = Pgrab(pid, 0, &err)) == NULL) { in pctx_capture()
|
/titanic_50/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 769 if ((scan_pr = Pgrab(vic->lpc_pid, 0, &res)) == NULL) { in scan()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 2436 if ((Proc = Pgrab(pid, PGRAB_RETAIN, &rc)) == NULL) { in control() 2495 if ((Proc = Pgrab(set->pid, Fflag, &gcode)) == NULL) { in grabit()
|
/titanic_50/usr/src/cmd/prctl/ |
H A D | prctl.c | 2257 if ((p->pr = Pgrab(p->pid, arg_force, gret)) != NULL) { in grab_process()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 663 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { in pt_fork() 1259 t->t_pshandle = Pgrab((pid_t)addr, pt->p_gflags, &perr); in pt_attach()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3667 if ((p->pr = Pgrab(p->pid, 0, &ret)) != NULL) { in grab_process()
|