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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c77 * slp_next_failover: Returns the next failover DA for a given target, or
272 if (p = slp_next_failover(*tl->state)) {
282 slp_target_t *slp_next_failover(slp_target_t *h) { function
H A Dslp-internal.h191 extern slp_target_t *slp_next_failover(slp_target_t *);
H A Dslp_net.c212 for (ctarg = target; ctarg; ctarg = slp_next_failover(ctarg)) {
504 ctarg = slp_next_failover(ctarg)) {

Completed in 300 milliseconds