Searched refs:Pfindobj (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c66 (void) Pfindobj(P, buf, buf, PATH_MAX);
H A DPzone.c745 Pfindobj(struct ps_prochandle *P, const char *path, char *s, size_t n) function
749 dprintf("Pfindobj '%s'\n", path);
815 if (Pfindobj(P, buf, buf, sizeof (buf)) == NULL)
H A DPidle.c304 * Pfindobj() checks what zone a process is associated with, so
308 if (Pfindobj(P, fp->file_lname, buf, sizeof (buf)) != NULL) {
H A Dlibproc.h548 extern char *Pfindobj(struct ps_prochandle *, const char *, char *, size_t);
H A Dllib-lproc219 char *Pfindobj(struct ps_prochandle *Pr, const char *path,
H A DPcontrol.c284 (void) Pfindobj(P, buf, buf, buflen);

Completed in 98 milliseconds