Home
last modified time | relevance | path

Searched refs:Pgcore (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libproc/
H A DMakefile.com36 Pgcore.o \
/titanic_41/usr/src/cmd/gcore/
H A Dgcore.c136 if (Pgcore(P, fname, content) == 0) { in gcore()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers118 Pgcore;
H A Dlibproc.h741 extern int Pgcore(struct ps_prochandle *, const char *, core_content_t);
H A DPgcore.c148 Pgcore(struct ps_prochandle *P, const char *fname, core_content_t content) in Pgcore() function
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c2033 if (Pgcore(P, core_name, CC_CONTENT_DEFAULT) != 0) { in gcore_dcmd()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1392 if (Pgcore(t->t_pshandle, fname, content) != 0) { in pt_gcore()