Searched refs:Pfindobj (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 66 (void) Pfindobj(P, buf, buf, PATH_MAX);
|
H A D | Pzone.c | 745 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 D | Pidle.c | 304 * Pfindobj() checks what zone a process is associated with, so 308 if (Pfindobj(P, fp->file_lname, buf, sizeof (buf)) != NULL) {
|
H A D | libproc.h | 548 extern char *Pfindobj(struct ps_prochandle *, const char *, char *, size_t);
|
H A D | llib-lproc | 219 char *Pfindobj(struct ps_prochandle *Pr, const char *path,
|
H A D | Pcontrol.c | 284 (void) Pfindobj(P, buf, buf, buflen);
|
Completed in 85 milliseconds