Searched refs:core_default_path (Results 1 – 2 of 2) sorted by relevance
182 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()
122 corectl_path_t *core_default_path; member