Searched refs:hba_wwn (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetFcpTargetMapping.cc | 40 HBA_WWN hba_wwn; in getAdapterPortWWN() local 41 memset(hba_wwn.wwn, 0, sizeof (hba_wwn)); in getAdapterPortWWN() 47 memcpy(hba_wwn.wwn, &tmp, sizeof (hba_wwn)); in getAdapterPortWWN() 49 return (hba_wwn); in getAdapterPortWWN()
|
H A D | Sun_fcSendRNID.cc | 50 HBA_WWN hba_wwn; in Sun_fcSendRNID() local 51 memcpy(hba_wwn.wwn, &tmp, sizeof (hba_wwn)); in Sun_fcSendRNID() 54 hba_wwn, wwn, in Sun_fcSendRNID()
|
H A D | Sun_fcSendReportLUNs.cc | 51 HBA_WWN hba_wwn; in Sun_fcSendReportLUNs() local 52 memcpy(hba_wwn.wwn, &tmp, sizeof (hba_wwn)); in Sun_fcSendReportLUNs() 56 hba_wwn, wwn, in Sun_fcSendReportLUNs()
|
H A D | Sun_fcSendReadCapacity.cc | 53 HBA_WWN hba_wwn; in Sun_fcSendReadCapacity() local 54 memcpy(hba_wwn.wwn, &tmp, sizeof (hba_wwn)); in Sun_fcSendReadCapacity() 57 hba_wwn, wwn, in Sun_fcSendReadCapacity()
|
H A D | Sun_fcSendScsiInquiry.cc | 52 HBA_WWN hba_wwn; in Sun_fcSendScsiInquiry() local 53 memcpy(hba_wwn.wwn, &tmp, sizeof (hba_wwn)); in Sun_fcSendScsiInquiry() 57 hba_wwn, wwn, fcLun, in Sun_fcSendScsiInquiry()
|