Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dcorectl.c423 corectl_path_t *cc_path; member
438 if (counterp->cc_path != NULL) { in set_one_proc_info()
439 corectl_path_hold(counterp->cc_path); in set_one_proc_info()
442 p->p_corefile = counterp->cc_path; in set_one_proc_info()
474 counter.cc_path = corectl_path_alloc(path); in set_proc_info()
477 counter.cc_path = NULL; in set_proc_info()
522 corectl_path_rele(counter.cc_path); in set_proc_info()