Searched refs:Pfindobj (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 66 (void) Pfindobj(P, buf, buf, PATH_MAX); in try_exec()
|
H A D | Pzone.c | 745 Pfindobj(struct ps_prochandle *P, const char *path, char *s, size_t n) in Pfindobj() function 815 if (Pfindobj(P, buf, buf, sizeof (buf)) == NULL) in Pfindmap()
|
H A D | Pidle.c | 307 if (Pfindobj(P, fp->file_lname, buf, sizeof (buf)) != NULL) { in Pgrab_file()
|
H A D | libproc.h | 553 extern char *Pfindobj(struct ps_prochandle *, const char *, char *, size_t);
|
H A D | llib-lproc | 218 char *Pfindobj(struct ps_prochandle *Pr, const char *path,
|
H A D | Pcontrol.c | 275 (void) Pfindobj(P, buf, buf, buflen); in Pexecname_live()
|