Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dcorectl.c182 cg->core_default_path = corectl_path_alloc("core"); in core_init_zone()
201 corectl_path_rele(cg->core_default_path); in core_free_zone()
230 corectl_path_hold(cg->core_default_path); in init_core()
233 curproc->p_corefile = cg->core_default_path; in init_core()
274 rp = corectl_path_value(cg->core_default_path); in corectl()
321 corectl_path_set(cg->core_default_path, path); in corectl()
546 newpath = cg->core_default_path; in set_core_defaults()
/titanic_50/usr/src/uts/common/sys/
H A Dcorectl.h122 corectl_path_t *core_default_path; member