Home
last modified time | relevance | path

Searched refs:PGRAB_FORCE (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/cmd/ptools/pstop/
H A Dpstop.c75 PGRAB_NOSTOP | PGRAB_FORCE, &gcode, &lwps)) == NULL) { in stop()
/titanic_50/usr/src/cmd/ptools/prun/
H A Dprun.c74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE | in start()
/titanic_50/usr/src/cmd/ptools/pldd/
H A Dpldd.c60 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/preap/
H A Dpreap.c229 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/gcore/
H A Dgcore.c181 oflags |= PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/pcred/
H A Dpcred.c174 PGRAB_RETAIN | PGRAB_FORCE | (doset ? 0 : PGRAB_RDONLY) | in look()
/titanic_50/usr/src/cmd/ptools/ptime/
H A Dptime.c103 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/psig/
H A Dpsig.c193 if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE, in look()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_pid.c662 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 Ddt_consume.c1359 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 Ddt_subr.c880 P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0); in dtrace_uaddr2str()
H A Ddt_aggregate.c337 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 Dplimit.c104 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ppgsz/
H A Dppgsz.c225 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c611 flag |= PGRAB_FORCE; in pnohup()
/titanic_50/usr/src/lib/libproc/common/
H A Dlibproc.h128 #define PGRAB_FORCE 0x02 /* Open the process w/o O_EXCL */ macro
H A DPcontrol.c815 (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 Dppriv.c177 PGRAB_RETAIN | PGRAB_FORCE | (set ? 0 : PGRAB_RDONLY) | in look()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c147 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
/titanic_50/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c1012 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/pstack/
H A Dpstack.c176 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c94 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1563 Fflag = PGRAB_FORCE; in main()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c327 Fflag = PGRAB_FORCE; in main()
1181 if (rv == 1 && Fflag != PGRAB_FORCE) { in worker_thread()
/titanic_50/usr/src/cmd/ptools/pmap/
H A Dpmap.c238 Fflag = PGRAB_FORCE; in main()

12