Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/clib/
H A DSLPReg.c133 static SLPError find_SAscopes(char **scopes);
158 if ((err = find_SAscopes(&pcScopeList)) != SLP_OK) { in SLPReg()
341 if ((err = find_SAscopes(&pcScopeList)) in SLPDereg()
381 if ((err = find_SAscopes(&pcScopeList)) in SLPDelAttrs()
838 static SLPError find_SAscopes(char **scopes) { in find_SAscopes() function