Searched refs:PGRAB_NOSTOP (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c75 PGRAB_RETAIN | PGRAB_NOSTOP, &gcode, &lwps)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c75 PGRAB_NOSTOP | PGRAB_FORCE, &gcode, &lwps)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c175 PGRAB_NOSTOP, &gcode)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c155 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c147 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode,
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c179 PGRAB_NOSTOP, &gcode)) == NULL) {
/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h120 #define PGRAB_NOSTOP 0x08 /* Open the process but do not stop it */ macro
H A DPcontrol.c762 * PGRAB_NOSTOP Open the process but do not force it to stop.
779 flags |= PGRAB_RETAIN | PGRAB_NOSTOP;
1020 if (flags & PGRAB_NOSTOP)
1023 if (niter == 10 && !(flags & PGRAB_NOSTOP)) {
1031 * and PGRAB_NOSTOP was not specified, stop the process now.
1034 !(flags & PGRAB_NOSTOP)) {
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1262 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5265 pt->p_gflags |= PGRAB_NOSTOP;

Completed in 92 milliseconds