Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxregs_roundtrip.c46 P = Pgrab(getpid(), PGRAB_RDONLY, &ret); in main()
H A Dbad_xregs.c656 P = Pgrab(getpid(), PGRAB_RDONLY, &ret); in main()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c165 return (Pgrab(psinfo.pr_pid, gflag, in proc_grab_common()
207 return (Pgrab(psinfo.pr_pid, gflag, perr)); in proc_grab_common()
H A Dmapfile-vers132 Pgrab;
H A Dlibproc.h246 extern struct ps_prochandle *Pgrab(pid_t, int, int *);
H A DPcontrol.c769 Pgrab(pid_t pid, int flags, int *perr) in Pgrab() function
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c153 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) { in reap()
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c179 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c188 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c341 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c160 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) { in main()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c393 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile60 Pgrab.3proc \
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c118 if ((Pr = Pgrab(pid, 0, &ret)) == NULL) { in grab_proc()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c177 if ((pctx->Pr = Pgrab(pid, 0, &err)) == NULL) { in pctx_capture()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c767 if ((scan_pr = Pgrab(vic->lpc_pid, 0, &res)) == NULL) { in scan()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2442 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 Dsystem-library.man3proc.inc78 file path=usr/share/man/man3proc/Pgrab.3proc
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c2260 if ((p->pr = Pgrab(p->pid, arg_force, gret)) != NULL) { in grab_process()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c665 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { in pt_fork()
1261 t->t_pshandle = Pgrab((pid_t)addr, pt->p_gflags, &perr); in pt_attach()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3829 if ((p->pr = Pgrab(p->pid, 0, &ret)) != NULL) { in grab_process()