Searched defs:pcNamingAuthority (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c40 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, argument
45 if (!hSLP || !pcNamingAuthority || !pcScopeList ||
50 if ((strlen(pcNamingAuthority) > SLP_MAX_STRINGLEN) ||
59 err = slp_packSrvTypeRqst(hSLP, pcNamingAuthority);

Completed in 44 milliseconds