Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c62 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes() argument
68 if (!hSLP || !ppcScopes) { in SLPFindScopes()
73 if ((err = slp_administrative_scopes(ppcScopes, SLP_FALSE)) in SLPFindScopes()
78 if (*ppcScopes) { in SLPFindScopes()
115 if (!(*ppcScopes = strdup("default"))) { in SLPFindScopes()
123 slp_twalk(stree, collect_scopes, 0, (void *) ppcScopes); in SLPFindScopes()
128 free(*ppcScopes); in SLPFindScopes()
129 *ppcScopes = unesc_reply; in SLPFindScopes()
145 SLPError slp_administrative_scopes(char **ppcScopes, in slp_administrative_scopes() argument
149 *ppcScopes = NULL; in slp_administrative_scopes()
[all …]