Searched refs:mc_scopes (Results 1 – 2 of 2) sorted by relevance
176 const char *uc_scopes, *mc_scopes; in slp_call() local213 (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() local243 if (!(mc_scopes = slp_get_mc_scopes(targets))) in check_message_fit()250 msgSize += strlen(mc_scopes); in check_message_fit()
131 char *mc_scopes; member181 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()