Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c113 static const char PT_CORE_PATH[] = "core"; /* Default core file */ variable
5350 access(PT_CORE_PATH, F_OK) == 0) in mdb_proc_tgt_create()
5351 core_path = PT_CORE_PATH; in mdb_proc_tgt_create()