Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c73 PGRAB_NOSTOP | PGRAB_FORCE, &gcode, &lwps)) == NULL) { in stop()
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c73 PGRAB_RETAIN | PGRAB_NOSTOP, &gcode, &lwps)) == NULL) { in start()
/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/ptools/pcred/
H A Dpcred.c173 PGRAB_NOSTOP, &gcode)) == NULL) { in look()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c144 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c179 PGRAB_NOSTOP, &gcode)) == NULL) { in look()
/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h123 #define PGRAB_NOSTOP 0x08 /* Open the process but do not stop it */ macro
H A DPcontrol.c782 flags |= PGRAB_RETAIN | PGRAB_NOSTOP; in Pgrab()
1024 if (flags & PGRAB_NOSTOP) in Pgrab()
1027 if (niter == 10 && !(flags & PGRAB_NOSTOP)) { in Pgrab()
1038 !(flags & PGRAB_NOSTOP)) { in Pgrab()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1260 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps); in do_process()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5333 pt->p_gflags |= PGRAB_NOSTOP; in mdb_proc_tgt_create()