Searched refs:uc_scopes (Results 1 – 2 of 2) sorted by relevance
176 const char *uc_scopes, *mc_scopes; in slp_call() local181 if (uc_scopes = slp_get_uc_scopes(args->targets)) { in slp_call()190 len += strlen(uc_scopes); in slp_call()204 slp_uc_tcp_send(args->hp, t, uc_scopes, in slp_call()207 slp_uc_udp_send(args->hp, t, uc_scopes); in slp_call()
130 char *uc_scopes; member173 tl->uc_scopes = NULL; in slp_new_target_list()252 return (tl->uc_scopes); in slp_get_uc_scopes()367 if (tl->uc_scopes) in slp_destroy_target_list()368 free(tl->uc_scopes); in slp_destroy_target_list()387 for (s = tl->uc_scopes; s; s = p) { in add2scopes_list()534 slp_add2list(s, &(tl->uc_scopes), SLP_TRUE); in collect_DAs()