Searched refs:pcScopeList (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 142 char *pcScopeList; in SLPReg() local 156 if ((err = find_SAscopes(&pcScopeList)) != SLP_OK) { in SLPReg() 166 pcScopeList, pcAttrs, fresh, &msg)) != SLP_OK) { in SLPReg() 167 free(pcScopeList); in SLPReg() 179 pcSrvType, pcScopeList, "", SLP_TRUE, &rereg_msg); in SLPReg() 185 free(pcScopeList); in SLPReg() 327 char *pcScopeList; in SLPDereg() local 339 if ((err = find_SAscopes(&pcScopeList)) in SLPDereg() 348 if ((err = packSrvDereg(hSLP, pURL, pcScopeList, NULL, &msg)) in SLPDereg() 350 free(pcScopeList); in SLPDereg() [all …]
|
H A D | SLPFindSrvTypes.c | 39 const char *pcScopeList, in SLPFindSrvTypes() argument 43 if (!hSLP || !pcNamingAuthority || !pcScopeList || in SLPFindSrvTypes() 44 !*pcScopeList || !callback) { in SLPFindSrvTypes() 49 (strlen(pcScopeList) > SLP_MAX_STRINGLEN)) { in SLPFindSrvTypes() 60 err = slp_ua_common(hSLP, pcScopeList, in SLPFindSrvTypes()
|
H A D | slp.h | 223 const char *pcScopeList, /* scopes to search */ 236 const char *pcScopeList, /* scopes to search */ 250 const char *pcScopeList, /* scopes to search */
|