Searched defs:targetWwn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc994 uint64_t targetWwn = htonll(wwn); local
1006 memcpy(fscsi.scsi_fc_pwwn.raw_wwn, &targetWwn, sizeof (la_wwn_t));
1041 uint64_t targetWwn = htonll(wwn); local
1053 memcpy(fscsi.scsi_fc_pwwn.raw_wwn, &targetWwn, sizeof (la_wwn_t));
1079 uint64_t targetWwn = htonll(pwwn); local
1097 memcpy(fscsi.scsi_fc_pwwn.raw_wwn, &targetWwn, sizeof (la_wwn_t));

Completed in 60 milliseconds