Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2064 case TG_ACTIVE: in target_next()
2073 tg->tg_status = TG_ACTIVE; in target_next()
2199 assert(tg->tg_status != TG_ACTIVE); in target_activate_all()
2200 tg->tg_status = TG_ACTIVE; in target_activate_all()
2216 if (tg->tg_status == TG_ACTIVE) in target_first()
2321 tg->tg_status = TG_ACTIVE; in target_create()
2433 if (tg->tg_status == TG_ACTIVE) in target_delete()
2455 assert(pii->pii_target_next->tg_status == TG_ACTIVE); in target_delete()
2456 assert(pii->pii_rtt_target_next->tg_status == TG_ACTIVE); in target_delete()
2474 assert(pii->pii_target_next->tg_status == TG_ACTIVE); in target_delete()
[all …]
H A Dmpd_tables.h331 #define TG_ACTIVE 1 /* active probe target */ macro
349 (((status) >= TG_ACTIVE) && ((status) <= TG_DEAD))
H A Dmpd_probe.c881 if (target->tg_status == TG_ACTIVE) 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()