Searched refs:tgt_type (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | transport.h | 611 scsi_tgtmap_tgt_type_t tgt_type, 616 scsi_tgtmap_tgt_type_t tgt_type, 633 scsi_tgtmap_tgt_type_t tgt_type, 645 scsi_tgtmap_tgt_type_t tgt_type, 651 scsi_tgtmap_tgt_type_t tgt_type,
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 204 mdb_ctf_id_t tgt_type; /* CTF type */ member 321 mdb_ctf_id_t tgt_type; /* determined dynamically */ member 358 &tg_typetab[i].tgt_type) == -1) { in typegraph_typetab_init() 361 mdb_ctf_type_invalidate(&tg_typetab[i].tgt_type); in typegraph_typetab_init() 388 if (mdb_ctf_type_cmp(type, tg_typetab[i].tgt_type) == 0) { in typegraph_resolve() 1439 if (mdb_ctf_type_cmp(tp->tgt_type, type) == 0) in typegraph_node_addtype() 1445 tp->tgt_type = type; in typegraph_node_addtype() 1799 if ((kind = mdb_ctf_type_kind(tp->tgt_type)) == CTF_K_UNION) { in typegraph_pass2_node() 1824 fam = typegraph_hasfam(type = found->tgt_type, &ntype); in typegraph_pass2_node() 1990 if (mdb_ctf_type_kind(tp->tgt_type) == CTF_K_STRUCT) in typegraph_pass3() [all …]
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 8836 scsi_tgtmap_tgt_type_t tgt_type, char *tgt_addr, void *tgt_priv) in scsi_hba_tgtmap_set_add() argument 8841 if (tgt_type >= SCSI_TGT_NTYPES || !tgtmap->tgtmap_dam[tgt_type]) in scsi_hba_tgtmap_set_add() 8845 "%s @%s", damap_name(tgtmap->tgtmap_dam[tgt_type]), tgt_addr)); in scsi_hba_tgtmap_set_add() 8847 return ((damap_addrset_add(tgtmap->tgtmap_dam[tgt_type], tgt_addr, in scsi_hba_tgtmap_set_add() 8881 scsi_tgtmap_tgt_type_t tgt_type, char *tgt_addr, void *tgt_priv) in scsi_hba_tgtmap_tgt_add() argument 8887 if (tgt_type >= SCSI_TGT_NTYPES || !tgtmap->tgtmap_dam[tgt_type]) in scsi_hba_tgtmap_tgt_add() 8891 "%s @%s", damap_name(tgtmap->tgtmap_dam[tgt_type]), tgt_addr)); in scsi_hba_tgtmap_tgt_add() 8893 return ((damap_addr_add(tgtmap->tgtmap_dam[tgt_type], tgt_addr, NULL, in scsi_hba_tgtmap_tgt_add() 8899 scsi_tgtmap_tgt_type_t tgt_type, char *tgt_addr) in scsi_hba_tgtmap_tgt_remove() argument 8904 if (tgt_type >= SCSI_TGT_NTYPES || !tgtmap->tgtmap_dam[tgt_type]) in scsi_hba_tgtmap_tgt_remove() [all …]
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 2887 scsi_tgtmap_tgt_type_t tgt_type; in pmcs_report_iport_observations() local 2903 tgt_type = SCSI_TGT_SCSI_DEVICE; in pmcs_report_iport_observations() 2907 tgt_type = SCSI_TGT_SMP_DEVICE; in pmcs_report_iport_observations() 2932 if (scsi_hba_tgtmap_set_add(tgtmap, tgt_type, ua, NULL) != in pmcs_report_iport_observations() 8166 scsi_tgtmap_tgt_type_t tgt_type, void **tgt_privp) in pmcs_tgtmap_activate_cb() argument 8202 scsi_tgtmap_tgt_type_t tgt_type, void *tgt_priv, in pmcs_tgtmap_deactivate_cb() argument
|