Searched refs:Pgcore (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libproc/ |
H A D | Makefile.com | 36 Pgcore.o \
|
/titanic_50/usr/src/cmd/gcore/ |
H A D | gcore.c | 136 if (Pgcore(P, fname, content) == 0) { in gcore()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 118 Pgcore;
|
H A D | libproc.h | 741 extern int Pgcore(struct ps_prochandle *, const char *, core_content_t);
|
H A D | Pgcore.c | 148 Pgcore(struct ps_prochandle *P, const char *fname, core_content_t content) in Pgcore() function
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 2033 if (Pgcore(P, core_name, CC_CONTENT_DEFAULT) != 0) { in gcore_dcmd()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1392 if (Pgcore(t->t_pshandle, fname, content) != 0) { in pt_gcore()
|