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