Home
last modified time | relevance | path

Searched refs:slp_target_list_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h182 typedef void slp_target_list_t; typedef
185 slp_target_list_t **);
186 extern const char *slp_get_uc_scopes(slp_target_list_t *);
187 extern const char *slp_get_mc_scopes(slp_target_list_t *);
188 extern slp_target_t *slp_next_uc_target(slp_target_list_t *);
195 extern void slp_destroy_target_list(slp_target_list_t *);
H A Dslp_ua_common.c41 slp_target_list_t *targets;
46 static SLPError check_message_fit(slp_handle_impl_t *, slp_target_list_t *);
52 slp_target_list_t *targets; in slp_ua_common()
236 slp_target_list_t *targets) { in check_message_fit()
H A Dslp_targets.c141 slp_target_list_t **handle) { in slp_new_target_list()
248 const char *slp_get_uc_scopes(slp_target_list_t *h) { in slp_get_uc_scopes()
253 const char *slp_get_mc_scopes(slp_target_list_t *h) { in slp_get_mc_scopes()
258 slp_target_t *slp_next_uc_target(slp_target_list_t *h) { in slp_next_uc_target()
340 void slp_destroy_target_list(slp_target_list_t *h) { in slp_destroy_target_list()