Searched refs:Pgrab (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dtest.c36 ph = Pgrab(atoi(argv[1]));
H A Dlibproc.h85 struct ps_prochandle* Pgrab(pid_t pid);
H A Dps_proc.c435 struct ps_prochandle* Pgrab(pid_t pid) { function
H A DBsdDebuggerLocal.c167 if ( (ph = Pgrab(jpid)) == NULL) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dtest.c36 ph = Pgrab(atoi(argv[1]));
H A Dlibproc.h105 struct ps_prochandle* Pgrab(pid_t pid);
H A Dps_proc.c329 struct ps_prochandle* Pgrab(pid_t pid) { function
H A DLinuxDebuggerLocal.c166 if ( (ph = Pgrab(jpid)) == NULL) {
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h103 /* Flags accepted by Pgrab() */
117 /* Error codes from Pgrab(), Pfgrab_core(), and Pgrab_core() */
187 extern struct ps_prochandle *Pgrab(pid_t, int, int *);
470 * performing a Pcreate() or Pgrab():

Completed in 86 milliseconds