Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c131 static SLPError find_SAscopes(char **scopes);
156 if ((err = find_SAscopes(&pcScopeList)) != SLP_OK) { in SLPReg()
339 if ((err = find_SAscopes(&pcScopeList)) in SLPDereg()
379 if ((err = find_SAscopes(&pcScopeList)) in SLPDelAttrs()
838 static SLPError find_SAscopes(char **scopes) { in find_SAscopes() function