Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddlink_audit.c116 P = Pgrab(getpid(), PGRAB_RDONLY, &err); in la_activity()
H A Ddt_proc.c945 if ((dpr->dpr_proc = Pgrab(pid, flags, &err)) == NULL) { in dt_proc_grab()
/titanic_50/usr/src/lib/libproc/common/
H A Dproc_arg.c164 return (Pgrab(psinfo.pr_pid, gflag, in proc_grab_common()
206 return (Pgrab(psinfo.pr_pid, gflag, perr)); in proc_grab_common()
H A Dmapfile-vers123 Pgrab;
H A Dlibproc.h251 extern struct ps_prochandle *Pgrab(pid_t, int, int *);
H A Dllib-lproc43 struct ps_prochandle *Pgrab(pid_t pid, int gflag, int *perr);
H A DPcontrol.c756 Pgrab(pid_t pid, int flags, int *perr) in Pgrab() function
/titanic_50/usr/src/cmd/ptools/preap/
H A Dpreap.c155 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) { in reap()
/titanic_50/usr/src/cmd/pbind/
H A Dpbind.c188 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
/titanic_50/usr/src/cmd/plimit/
H A Dplimit.c178 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/titanic_50/usr/src/cmd/ppgsz/
H A Dppgsz.c343 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/titanic_50/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c395 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
/titanic_50/usr/src/cmd/psrset/
H A Dpsrset.c118 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c168 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c177 if ((pctx->Pr = Pgrab(pid, 0, &err)) == NULL) { in pctx_capture()
/titanic_50/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c769 if ((scan_pr = Pgrab(vic->lpc_pid, 0, &res)) == NULL) { in scan()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c2436 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 Dprctl.c2257 if ((p->pr = Pgrab(p->pid, arg_force, gret)) != NULL) { in grab_process()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c663 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 Dlibzonecfg.c3667 if ((p->pr = Pgrab(p->pid, 0, &ret)) != NULL) { in grab_process()