Home
last modified time | relevance | path

Searched refs:Pexecname (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/lib/libproc/
H A DMakefile.com34 Pexecname.o \
/titanic_53/usr/src/lib/libproc/common/
H A DPexecname.c245 Pexecname(struct ps_prochandle *P, char *buf, size_t buflen) in Pexecname() function
H A Dmapfile-vers113 Pexecname;
H A DPzone.c790 if (Pexecname(P, buf, sizeof (buf)) != NULL) { in Pfindmap()
H A Dlibproc.h555 extern char *Pexecname(struct ps_prochandle *, char *, size_t);
H A Dllib-lproc220 char *Pexecname(struct ps_prochandle *Pr, char *buffer, size_t bufsize);
/titanic_53/usr/src/cmd/gcore/
H A Dgcore.c80 if (Pexecname(P, exec, sizeof (exec)) == NULL || in convert_path()
/titanic_53/usr/src/cmd/ptools/pargs/
H A Dpargs.c1502 datap.pd_execname = Pexecname(Pr, execname, in main()
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c878 if (Pexecname(P, execname, sizeof (execname)) == NULL) { in pt_exec()
1621 if (Pexecname(P, execname, sizeof (execname)) != NULL) in pt_status_dcmd()
5334 aout_path = Pexecname(t->t_pshandle, execname, MAXPATHLEN); in mdb_proc_tgt_create()