Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c123 ccp->ccp_path = refstr_alloc(path); in corectl_path_alloc()
135 refstr_hold(path = ccp->ccp_path); in corectl_path_value()
147 refstr_rele(ccp->ccp_path); in corectl_path_set()
148 ccp->ccp_path = npath; in corectl_path_set()
162 refstr_rele(ccp->ccp_path); in corectl_path_rele()
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h110 refstr_t *ccp_path; member