Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h113 } corectl_path_t; typedef
123 corectl_path_t *core_default_path;
136 extern refstr_t *corectl_path_value(corectl_path_t *);
137 extern void corectl_path_hold(corectl_path_t *);
138 extern void corectl_path_rele(corectl_path_t *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c117 static corectl_path_t *
120 corectl_path_t *ccp; in corectl_path_alloc()
122 ccp = kmem_zalloc(sizeof (corectl_path_t), KM_SLEEP); in corectl_path_alloc()
130 corectl_path_value(corectl_path_t *ccp) in corectl_path_value()
142 corectl_path_set(corectl_path_t *ccp, const char *path) in corectl_path_set()
153 corectl_path_hold(corectl_path_t *ccp) in corectl_path_hold()
159 corectl_path_rele(corectl_path_t *ccp) in corectl_path_rele()
163 kmem_free(ccp, sizeof (corectl_path_t)); in corectl_path_rele()
423 corectl_path_t *cc_path;
430 corectl_path_t *corefile; in set_one_proc_info()
[all …]