/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dlink_audit.c | 116 P = Pgrab(getpid(), PGRAB_RDONLY, &err); in la_activity()
|
H A D | dt_proc.c | 923 if (dpr->dpr_rdonly && !(flags & PGRAB_RDONLY)) { in dt_proc_grab() 966 if (nomonitor || (flags & PGRAB_RDONLY)) { in dt_proc_grab() 977 if (flags & PGRAB_RDONLY) { in dt_proc_grab()
|
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()
|
H A D | dt_module.c | 632 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_module_load_proc()
|
/titanic_44/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 105 Fflag | PGRAB_RDONLY, &gret)) == NULL) { in main()
|
/titanic_44/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 174 PGRAB_RETAIN | PGRAB_FORCE | (doset ? 0 : PGRAB_RDONLY) | in look()
|
/titanic_44/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_44/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 768 if (flags & PGRAB_RDONLY) in Pgrab() 812 omode = (flags & PGRAB_RDONLY) ? O_RDONLY : O_RDWR; in Pgrab() 864 if (!(flags & PGRAB_RDONLY)) { in Pgrab() 963 !(flags & PGRAB_RDONLY)) { in Pgrab() 974 !(flags & PGRAB_RDONLY)) { in Pgrab() 1004 if (!(flags & PGRAB_RDONLY)) { in Pgrab()
|
H A D | libproc.h | 129 #define PGRAB_RDONLY 0x04 /* Open the process or core w/ O_RDONLY */ macro
|
H A D | Pcore.c | 2780 int fd, oflag = (gflag & PGRAB_RDONLY) ? O_RDONLY : O_RDWR; in Pgrab_core()
|
/titanic_44/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 590 P = dtrace_proc_grab(g_dtp, pid, PGRAB_RDONLY); in process_aggregate()
|
/titanic_44/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 147 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
|
/titanic_44/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 177 PGRAB_RETAIN | PGRAB_FORCE | (set ? 0 : PGRAB_RDONLY) | in look()
|
/titanic_44/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 395 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
|
/titanic_44/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1420 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
|
/titanic_44/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 204 int prg_gflags = PGRAB_RDONLY; in main()
|