CONN_TYPE_TGT
(idc->idc_tgt && (ic.ic_conn_type != CONN_TYPE_TGT)))) {
(ic.ic_conn_type == CONN_TYPE_TGT) ? "Tgt" : "Unk";
if (ic.ic_conn_type == CONN_TYPE_TGT) {
((ic->ic_conn_type == CONN_TYPE_TGT) ? "Target" :
if (ic->ic_conn_type == CONN_TYPE_TGT) {
if (conn_type == CONN_TYPE_TGT) {
(conn_type == CONN_TYPE_TGT ? "TTT" :
ASSERT((idb->idb_ic->ic_conn_type == CONN_TYPE_TGT) ||
((old_ic->ic_conn_type == CONN_TYPE_TGT) &&
ic = idm_conn_create_common(CONN_TYPE_TGT, tt,
if (ic->ic_conn_type == CONN_TYPE_TGT &&
#define IDM_CONN_ISTGT(ICI_IC) ((ICI_IC)->ic_conn_type == CONN_TYPE_TGT)