/titanic_50/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 75 PGRAB_NOSTOP | PGRAB_FORCE, &gcode, &lwps)) == NULL) { in stop()
|
/titanic_50/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE | in start()
|
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 60 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 229 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/gcore/ |
H A D | gcore.c | 181 oflags |= PGRAB_FORCE; 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/cmd/ptools/ptime/ |
H A D | ptime.c | 103 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 193 if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE, in look()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 662 if ((P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, in dt_pid_create_probes() 827 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_pid_get_types()
|
H A D | dt_consume.c | 1359 P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0); in dt_print_ustack() 1470 PGRAB_RDONLY | PGRAB_FORCE, 0)) != NULL) { in dt_print_usym() 1511 P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0); in dt_print_umod()
|
H A D | dt_subr.c | 880 P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0); in dtrace_uaddr2str()
|
H A D | dt_aggregate.c | 337 if ((P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0)) == NULL) in dt_aggregate_usym() 360 if ((P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0)) == NULL) in dt_aggregate_umod()
|
/titanic_50/usr/src/cmd/plimit/ |
H A D | plimit.c | 104 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 225 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 611 flag |= PGRAB_FORCE; in pnohup()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | libproc.h | 128 #define PGRAB_FORCE 0x02 /* Open the process w/o O_EXCL */ macro
|
H A D | Pcontrol.c | 815 (fd = ((flags & PGRAB_FORCE)? open(procname, omode) : -1)) < 0) || in Pgrab() 829 if (!(flags & PGRAB_FORCE) || geteuid() != 0) { 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 | 1012 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 176 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 94 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1563 Fflag = PGRAB_FORCE; in main()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 327 Fflag = PGRAB_FORCE; in main() 1181 if (rv == 1 && Fflag != PGRAB_FORCE) { in worker_thread()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 238 Fflag = PGRAB_FORCE; in main()
|