Searched defs:aout_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2253 * and an optional pathname, construct the ps_prochandle. The aout_path can
2258 Pfgrab_core(int core_fd, const char *aout_path, int *perr) argument
2632 (void) Pfindexec(P, aout_path, core_exec_open, &aout);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5241 const char *aout_path = argc > 0 ? argv[0] : PT_EXEC_PATH; local
5289 if (aout_path != NULL && strcmp(aout_path, "-") == 0)
5290 aout_path = NULL;
5299 aout_path == PT_EXEC_PATH ? NULL : aout_path, PR_ARG_ANY,
5305 if (aout_path != NULL &&
5306 (pt->p_idlehandle = Pgrab_file(aout_path, &perr)) != NULL &&
5331 if (t->t_pshandle != NULL && (aout_path == NULL || (stat64(aout_path,
[all...]

Completed in 78 milliseconds