/illumos-gate/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()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xregs_roundtrip.c | 46 P = Pgrab(getpid(), PGRAB_RDONLY, &ret); in main()
|
H A D | bad_xregs.c | 656 P = Pgrab(getpid(), PGRAB_RDONLY, &ret); in main()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 165 return (Pgrab(psinfo.pr_pid, gflag, in proc_grab_common() 207 return (Pgrab(psinfo.pr_pid, gflag, perr)); in proc_grab_common()
|
H A D | mapfile-vers | 134 Pgrab;
|
H A D | libproc.h | 248 extern struct ps_prochandle *Pgrab(pid_t, int, int *);
|
H A D | Pcontrol.c | 824 Pgrab(pid_t pid, int flags, int *perr) in Pgrab() function
|
/illumos-gate/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 153 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) { in reap()
|
/illumos-gate/usr/src/cmd/pbind/ |
H A D | pbind.c | 188 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 179 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/illumos-gate/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 341 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 393 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 161 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 61 Pgrab.3proc \
|
/illumos-gate/usr/src/cmd/psrset/ |
H A D | psrset.c | 118 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 177 if ((pctx->Pr = Pgrab(pid, 0, &err)) == NULL) { in pctx_capture()
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 767 if ((scan_pr = Pgrab(vic->lpc_pid, 0, &res)) == NULL) { in scan()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 2442 if ((Proc = Pgrab(pid, PGRAB_RETAIN, &rc)) == NULL) { in control() 2501 if ((Proc = Pgrab(set->pid, Fflag, &gcode)) == NULL) { in grabit()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 80 file path=usr/share/man/man3proc/Pgrab.3proc
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 2260 if ((p->pr = Pgrab(p->pid, arg_force, gret)) != NULL) { in grab_process()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 665 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { in pt_fork() 1258 t->t_pshandle = Pgrab((pid_t)addr, pt->p_gflags, &perr); in pt_attach()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3829 if ((p->pr = Pgrab(p->pid, 0, &ret)) != NULL) { in grab_process()
|