Searched refs:scsi_wwnstr_to_wwn (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libdevid/ |
H A D | libdevid.h | 56 extern int scsi_wwnstr_to_wwn(const char *wwnstr, uint64_t *wwnp);
|
H A D | mapfile-vers | 73 scsi_wwnstr_to_wwn;
|
/titanic_44/usr/src/uts/common/sys/scsi/ |
H A D | scsi_address.h | 169 int scsi_wwnstr_to_wwn(const char *wwnstr, uint64_t *wwnp);
|
/titanic_44/usr/src/common/devid/ |
H A D | devid_smp.c | 121 if (scsi_wwnstr_to_wwn(wwnstr, &wwn) != DDI_SUCCESS) in ddi_devid_smp_encode()
|
H A D | devid_scsi.c | 1239 scsi_wwnstr_to_wwn(const char *wwnstr, uint64_t *wwnp) in scsi_wwnstr_to_wwn() function
|
/titanic_44/usr/src/lib/scsi/plugins/smp/usmp/common/ |
H A D | usmp.c | 72 if (scsi_wwnstr_to_wwn(wwn, &wp->addr) != DDI_SUCCESS) in di_walk()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | sgen_link.c | 102 (void) scsi_wwnstr_to_wwn(tgt_port, &wwn); in sgen_callback()
|
H A D | disk_link.c | 292 (void) scsi_wwnstr_to_wwn(tgt_port, &wwn); in disk_callback_sas()
|
/titanic_44/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 665 if (scsi_wwnstr_to_wwn(tgt_port, &wwn) == DDI_FAILURE) in scsi_test_ereport_post()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 1280 if (scsi_wwnstr_to_wwn(paths[i], &wwn) != in ses_create_disk()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 3119 if (scsi_wwnstr_to_wwn(psas_wwn, &sas_wwn)) { in mptsas_scsi_tgt_init() 3130 if (scsi_wwnstr_to_wwn(psas_wwn, &sas_wwn)) { in mptsas_scsi_tgt_init() 14122 rc = scsi_wwnstr_to_wwn(wwid_str, wwid); in mptsas_parse_address() 14160 if (scsi_wwnstr_to_wwn(ptr, wwn)) { in mptsas_parse_smp_name()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 1564 if (scsi_wwnstr_to_wwn(addr, &wwn)) in smp_busctl_initchild()
|