Home
last modified time | relevance | path

Searched refs:portwwnString (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc114 string portwwnString = path.substr(offset+1); in getHBAAttributes() local
115 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getHBAAttributes()
189 string portwwnString = path.substr(offset+1); in doForceLip() local
190 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in doForceLip()
H A DTgtFCHBAPort.cc259 string portwwnString = path.substr(offset+1); in getPortAttributes() local
260 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getPortAttributes()
313 string portwwnString = path.substr(offset+1); in getDiscoveredAttributes() local
314 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getDiscoveredAttributes()