Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c176 const char *uc_scopes, *mc_scopes; in slp_call() local
181 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()
H A Dslp_targets.c128 char *uc_scopes; member
171 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()