Searched refs:PGRAB_RETAIN (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_RETAIN | in stop()
|
/titanic_50/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 75 PGRAB_RETAIN | PGRAB_NOSTOP, &gcode, &lwps)) == NULL) { in start()
|
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 106 PGRAB_RETAIN | Fflag, &gcode)) == NULL) { in main()
|
/titanic_50/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 174 PGRAB_RETAIN | PGRAB_FORCE | (doset ? 0 : PGRAB_RDONLY) | in look()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | libproc.h | 127 #define PGRAB_RETAIN 0x01 /* Retain tracing flags, else clear flags */ macro
|
H A D | Pcontrol.c | 769 flags |= PGRAB_RETAIN | PGRAB_NOSTOP; in Pgrab() 1078 if (!(flags & PGRAB_RETAIN)) { in Pgrab()
|
/titanic_50/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 177 PGRAB_RETAIN | PGRAB_FORCE | (set ? 0 : PGRAB_RDONLY) | in look()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 147 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
|
/titanic_50/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1046 PGRAB_RETAIN | Fflag, &gcode)) == NULL) { in main()
|
/titanic_50/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1262 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps); in do_process()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 322 prg_gflags = PGRAB_RETAIN | Fflag; in main()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 2436 if ((Proc = Pgrab(pid, PGRAB_RETAIN, &rc)) == NULL) { in control()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 663 if ((C = Pgrab(psp->pr_rval1, PGRAB_RETAIN, &gcode)) == NULL) { in pt_fork()
|