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

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

Completed in 57 milliseconds