Searched refs:Pfindobj (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/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 820 if (Pfindobj(P, buf, buf, sizeof (buf)) == NULL) in Pfindmap()
|
H A D | Pidle.c | 310 if (Pfindobj(P, fp->file_lname, buf, sizeof (buf)) != NULL) { in Pgrab_file()
|
H A D | libproc.h | 576 extern char *Pfindobj(struct ps_prochandle *, const char *, char *, size_t);
|
H A D | Pcontrol.c | 273 (void) Pfindobj(P, buf, buf, buflen); in Pexecname_live()
|