Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c233 curproc->p_corefile = cg->core_default_path; in init_core()
288 else if (p->p_corefile != NULL) in corectl()
289 rp = corectl_path_value(p->p_corefile); in corectl()
441 corefile = p->p_corefile; in set_one_proc_info()
442 p->p_corefile = counterp->cc_path; in set_one_proc_info()
552 oldpath = p->p_corefile; in set_core_defaults()
553 p->p_corefile = newpath; in set_core_defaults()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c1374 if (p->p_corefile != NULL) { in freeproc()
1375 corectl_path_rele(p->p_corefile); in freeproc()
1376 p->p_corefile = NULL; in freeproc()
H A Dcore.c730 if (p->p_corefile != NULL) in core()
731 rp = corectl_path_value(p->p_corefile); in core()
H A Dfork.c470 corectl_path_hold(cp->p_corefile = p->p_corefile); in cfork()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h323 struct corectl_path *p_corefile; /* pattern for core file */ member