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()202 slp_uc_tcp_send(args->hp, t, uc_scopes, in slp_call()205 slp_uc_udp_send(args->hp, t, uc_scopes); in slp_call()
128 char *uc_scopes; member171 tl->uc_scopes = NULL; in slp_new_target_list()250 return (tl->uc_scopes); in slp_get_uc_scopes()365 if (tl->uc_scopes) in slp_destroy_target_list()366 free(tl->uc_scopes); in slp_destroy_target_list()385 for (s = tl->uc_scopes; s; s = p) { in add2scopes_list()532 slp_add2list(s, &(tl->uc_scopes), SLP_TRUE); in collect_DAs()