Searched refs:portwwn (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc95 uint64_t portwwn; local
115 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
121 uint64_t en_wwn = htonll(portwwn);
170 uint64_t portwwn; local
190 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
196 uint64_t en_wwn = htonll(portwwn);
H A DTgtFCHBAPort.cc254 uint64_t portwwn = 0; local
259 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
265 uint64_t en_wwn = htonll(portwwn);
308 uint64_t portwwn = 0; local
313 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
319 uint64_t en_wwn = htonll(portwwn);
/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c89 isWWNZero(FCOE_PORT_WWN portwwn) argument
95 if (portwwn.wwn[i] != 0) {

Completed in 117 milliseconds