Home
last modified time | relevance | path

Searched refs:aout_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5306 const char *aout_path = argc > 0 ? argv[0] : PT_EXEC_PATH; in mdb_proc_tgt_create() local
5354 if (aout_path != NULL && strcmp(aout_path, "-") == 0) in mdb_proc_tgt_create()
5355 aout_path = NULL; in mdb_proc_tgt_create()
5364 aout_path == PT_EXEC_PATH ? NULL : aout_path, PR_ARG_ANY, in mdb_proc_tgt_create()
5370 if (aout_path != NULL && in mdb_proc_tgt_create()
5371 (pt->p_idlehandle = Pgrab_file(aout_path, &perr)) != NULL && in mdb_proc_tgt_create()
5398 (aout_path == NULL || (stat64(aout_path, &st) == 0 && in mdb_proc_tgt_create()
5401 aout_path = Pexecname(t->t_pshandle, execname, MAXPATHLEN); in mdb_proc_tgt_create()
5402 if (aout_path == NULL && state != PS_DEAD && state != PS_IDLE) { in mdb_proc_tgt_create()
5406 aout_path = execname; in mdb_proc_tgt_create()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2360 Pfgrab_core(int core_fd, const char *aout_path, int *perr) argument
2735 (void) Pfindexec(P, aout_path, core_exec_open, &aout);