Searched refs:sdid (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 271 char *sdid_name, scsi_devid_desc_t *sdid); 1399 scsi_devid_desc_t *sdid) in stmf_ic_scsi_devid_desc_marshal() argument 1408 NVLIST_ADD_FIELD(uint8, sdid, protocol_id); in stmf_ic_scsi_devid_desc_marshal() 1409 NVLIST_ADD_FIELD(uint8, sdid, code_set); in stmf_ic_scsi_devid_desc_marshal() 1410 NVLIST_ADD_FIELD(uint8, sdid, piv); in stmf_ic_scsi_devid_desc_marshal() 1411 NVLIST_ADD_FIELD(uint8, sdid, association); in stmf_ic_scsi_devid_desc_marshal() 1412 NVLIST_ADD_FIELD(uint8, sdid, ident_type); in stmf_ic_scsi_devid_desc_marshal() 1413 NVLIST_ADD_FIELD(uint8, sdid, ident_length); in stmf_ic_scsi_devid_desc_marshal() 1415 rc = nvlist_add_uint8_array(nvl, "ident", sdid->ident, in stmf_ic_scsi_devid_desc_marshal() 1416 sdid->ident_length); in stmf_ic_scsi_devid_desc_marshal() [all …]
|
/titanic_44/usr/src/lib/libpcidb/common/ |
H A D | pcidb.c | 478 pcidb_lookup_subvd_by_device(pcidb_device_t *d, uint16_t svid, uint16_t sdid) in pcidb_lookup_subvd_by_device() argument 485 if (s->ps_vid == svid && s->ps_did == sdid) in pcidb_lookup_subvd_by_device() 493 uint16_t sdid) in pcidb_lookup_subvd_by_vendor() argument 502 return (pcidb_lookup_subvd_by_device(d, svid, sdid)); in pcidb_lookup_subvd_by_vendor() 507 uint16_t sdid) in pcidb_lookup_subvd() argument 516 return (pcidb_lookup_subvd_by_device(d, svid, sdid)); in pcidb_lookup_subvd()
|
/titanic_44/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 1953 int *vid, *did, *svid, *sdid; in dump_pciid() local 1998 "subsystem-id", &sdid) <= 0) { in dump_pciid() 2000 sdid = NULL; in dump_pciid() 2015 pcis = pcidb_lookup_subvd_by_device(pcid, svid[0], sdid[0]); in dump_pciid()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stmf.h | 397 void stmf_wwn_to_devid_desc(struct scsi_devid_desc *sdid, uint8_t *wwn,
|
/titanic_44/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 5535 stmf_wwn_to_devid_desc(scsi_devid_desc_t *sdid, uint8_t *wwn, in stmf_wwn_to_devid_desc() argument 5540 sdid->protocol_id = protocol_id; in stmf_wwn_to_devid_desc() 5541 sdid->piv = 1; in stmf_wwn_to_devid_desc() 5542 sdid->code_set = CODE_SET_ASCII; in stmf_wwn_to_devid_desc() 5543 sdid->association = ID_IS_TARGET_PORT; in stmf_wwn_to_devid_desc() 5544 sdid->ident_length = 20; in stmf_wwn_to_devid_desc() 5549 bcopy(wwn_str, (char *)sdid->ident, 20); in stmf_wwn_to_devid_desc()
|