Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c270 if (p = slp_next_failover(*tl->state)) { in slp_next_uc_target()
280 slp_target_t *slp_next_failover(slp_target_t *h) { in slp_next_failover() function
H A Dslp-internal.h189 extern slp_target_t *slp_next_failover(slp_target_t *);
H A Dslp_net.c210 for (ctarg = target; ctarg; ctarg = slp_next_failover(ctarg)) { in slp_uc_udp_send()
504 ctarg = slp_next_failover(ctarg)) { in tcp_thread()