Searched refs:portwwn (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | TgtFCHBA.cc | 95 uint64_t portwwn; in getHBAAttributes() local 115 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getHBAAttributes() 121 uint64_t en_wwn = htonll(portwwn); in getHBAAttributes() 170 uint64_t portwwn; in doForceLip() local 190 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in doForceLip() 196 uint64_t en_wwn = htonll(portwwn); in doForceLip()
|
H A D | TgtFCHBAPort.cc | 255 uint64_t portwwn = 0; in getPortAttributes() local 260 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getPortAttributes() 266 uint64_t en_wwn = htonll(portwwn); in getPortAttributes() 309 uint64_t portwwn = 0; in getDiscoveredAttributes() local 314 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getDiscoveredAttributes() 320 uint64_t en_wwn = htonll(portwwn); in getDiscoveredAttributes()
|
/titanic_41/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.c | 87 isWWNZero(FCOE_PORT_WWN portwwn) in isWWNZero() argument 93 if (portwwn.wwn[i] != 0) { in isWWNZero()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct_impl.h | 400 uint8_t *portwwn);
|
H A D | discovery.c | 2739 fct_lookup_irp_by_portwwn(fct_i_local_port_t *iport, uint8_t *portwwn) in fct_lookup_irp_by_portwwn() argument 2747 if (bcmp(irp->irp_rp->rp_pwwn, portwwn, FC_WWN_LEN)) { in fct_lookup_irp_by_portwwn()
|