Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c196 for (t = slp_next_uc_target(args->targets); t != NULL; in slp_call()
197 t = slp_next_uc_target(args->targets)) { in slp_call()
H A Dslp-internal.h188 extern slp_target_t *slp_next_uc_target(slp_target_list_t *);
H A Dslp_targets.c258 slp_target_t *slp_next_uc_target(slp_target_list_t *h) { in slp_next_uc_target() function