Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2063 switch (tg->tg_status) { in target_next()
2073 tg->tg_status = TG_ACTIVE; in target_next()
2085 tg->tg_status = TG_UNUSED; in target_next()
2095 tg->tg_status = TG_SLOW; in target_next()
2133 switch (tg->tg_status) { in target_select_best()
2143 tg->tg_status = TG_UNUSED; in target_select_best()
2155 tg->tg_status = TG_SLOW; in target_select_best()
2200 tg->tg_status = TG_ACTIVE; in target_activate_all()
2313 tg->tg_status = TG_UNUSED; in target_create()
2321 tg->tg_status = TG_ACTIVE; in target_create()
[all …]
H A Dmpd_probe.c881 if (target->tg_status == TG_ACTIVE) in incoming_echo_reply()
883 target->tg_status = TG_SLOW; in incoming_echo_reply()
1059 if (tg->tg_status != TG_ACTIVE) in check_pii_crtt_improved()
1103 if (tg != target && tg->tg_status == TG_ACTIVE) { in check_exception_target()
2086 if (cur_tg->tg_status == TG_ACTIVE) in phyint_inst_probe_failure_state()
2088 cur_tg->tg_status = TG_DEAD; in phyint_inst_probe_failure_state()
H A Dmpd_tables.h330 int tg_status; /* Status of the target below */ member