Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c176 const char *uc_scopes, *mc_scopes; in slp_call() local
213 (mc_scopes = slp_get_mc_scopes(args->targets))) in slp_call()
214 slp_mc_send(args->hp, mc_scopes); in slp_call()
241 const char *mc_scopes; in check_message_fit() local
243 if (!(mc_scopes = slp_get_mc_scopes(targets))) in check_message_fit()
250 msgSize += strlen(mc_scopes); in check_message_fit()
H A Dslp_targets.c131 char *mc_scopes; member
181 if (!(tl->mc_scopes = strdup(scopes))) { in slp_new_target_list()
204 free(tl->mc_scopes); in slp_new_target_list()
214 free(tl->mc_scopes); in slp_new_target_list()
257 return (tl->mc_scopes); in slp_get_mc_scopes()
369 if (tl->mc_scopes) in slp_destroy_target_list()
370 free(tl->mc_scopes); in slp_destroy_target_list()
535 slp_list_subtract(s, &(tl->mc_scopes)); in collect_DAs()