openTgtHBA
Handle* openTgtHBA(std::string name);
Handle* openTgtHBA(uint64_t wwn);
return (HBAList::instance()->openTgtHBA(name)->getHandle());
openTgtHBA(wwnConversion(wwn.wwn))->getHandle();