Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c219 const char *type_hint; in SAAdvert_for_scopes() local
222 if ((type_hint = SLPGetProperty(SLP_CONFIG_TYPEHINT)) != NULL && in SAAdvert_for_scopes()
223 *type_hint != 0) { in SAAdvert_for_scopes()
225 size_t hintlen = strlen(type_hint); in SAAdvert_for_scopes()
238 (void) strcat(predicate, type_hint); in SAAdvert_for_scopes()
242 type_hint = NULL; in SAAdvert_for_scopes()
261 if (type_hint) { in SAAdvert_for_scopes()