Home
last modified time | relevance | path

Searched refs:PGRAB_RDONLY (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddlink_audit.c116 P = Pgrab(getpid(), PGRAB_RDONLY, &err); in la_activity()
H A Ddt_proc.c923 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 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()
H A Ddt_module.c632 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_module_load_proc()
/titanic_41/usr/src/cmd/ptools/ptime/
H A Dptime.c105 Fflag | PGRAB_RDONLY, &gret)) == NULL) { in main()
/titanic_41/usr/src/cmd/ptools/pcred/
H A Dpcred.c174 PGRAB_RETAIN | PGRAB_FORCE | (doset ? 0 : PGRAB_RDONLY) | in look()
/titanic_41/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_41/usr/src/lib/libproc/common/
H A DPcontrol.c768 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 Dlibproc.h129 #define PGRAB_RDONLY 0x04 /* Open the process or core w/ O_RDONLY */ macro
H A DPcore.c2780 int fd, oflag = (gflag & PGRAB_RDONLY) ? O_RDONLY : O_RDWR; in Pgrab_core()
/titanic_41/usr/src/cmd/plockstat/
H A Dplockstat.c590 P = dtrace_proc_grab(g_dtp, pid, PGRAB_RDONLY); in process_aggregate()
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c147 PGRAB_RETAIN | PGRAB_FORCE | PGRAB_RDONLY | PGRAB_NOSTOP, &gcode, in look()
/titanic_41/usr/src/cmd/ptools/ppriv/
H A Dppriv.c177 PGRAB_RETAIN | PGRAB_FORCE | (set ? 0 : PGRAB_RDONLY) | in look()
/titanic_41/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c395 proc_hdl = Pgrab(getpid(), PGRAB_RDONLY, &perr); in la_objopen()
/titanic_41/usr/src/cmd/ptools/pargs/
H A Dpargs.c1420 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
/titanic_41/usr/src/cmd/ptools/pmap/
H A Dpmap.c204 int prg_gflags = PGRAB_RDONLY; in main()