Searched refs:Pfgrab_core (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 183 if ((Pr = Pfgrab_core(fd, path == NULL ? 218 if ((Pr = Pfgrab_core(fd, path == NULL ? dirname(core) : path,
|
H A D | libproc.h | 137 /* Error codes from Pgrab(), Pfgrab_core(), and Pgrab_core() */ 199 extern struct ps_prochandle *Pfgrab_core(int, const char *, int *);
|
H A D | Pcore.c | 162 * the ps_prochandle. Each function is invoked by Pfgrab_core() with the 1253 * in Pfgrab_core() below will do its own i/o and struct conversion. 1696 Pfgrab_core(int core_fd, const char *aout_path, int *perr) function 2183 * Grab a core file using a pathname. We just open it and call Pfgrab_core(). 2191 return (Pfgrab_core(fd, aout, perr));
|
H A D | llib-lproc | 123 struct ps_prochandle *Pfgrab_core(int fd, const char *aout, int *perr);
|
Completed in 22 milliseconds