Searched refs:PGRAB_NOSTOP (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 73 PGRAB_NOSTOP | PGRAB_FORCE, &gcode, &lwps)) == NULL) { in stop()
|
/illumos-gate/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 73 PGRAB_RETAIN | PGRAB_NOSTOP, &gcode, &lwps)) == NULL) { in start()
|
/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/ptools/pcred/ |
H A D | pcred.c | 173 PGRAB_NOSTOP, &gcode)) == NULL) { in look()
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 144 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 179 PGRAB_NOSTOP, &gcode)) == NULL) { in look()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | libproc.h | 123 #define PGRAB_NOSTOP 0x08 /* Open the process but do not stop it */ macro
|
H A D | Pcontrol.c | 837 flags |= PGRAB_RETAIN | PGRAB_NOSTOP; in Pgrab() 1079 if (flags & PGRAB_NOSTOP) in Pgrab() 1082 if (niter == 10 && !(flags & PGRAB_NOSTOP)) { in Pgrab() 1093 !(flags & PGRAB_NOSTOP)) { in Pgrab()
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1260 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps); in do_process()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 5333 pt->p_gflags |= PGRAB_NOSTOP; in mdb_proc_tgt_create()
|