Searched refs:ipmbI2cTargetStr (Results 1 – 1 of 1) sorted by relevance
538 std::string ipmbI2cTargetStr(ipmbI2cTarget); in ipmbChannelInit() local539 auto findHyphen = ipmbI2cTargetStr.find("-"); in ipmbChannelInit()540 std::string busStr = ipmbI2cTargetStr.substr(findHyphen + 1); in ipmbChannelInit()648 std::string ipmbI2cTargetStr = "/dev/ipmb-" + std::to_string(ipmbBusId); in ipmbChannelUpdateTargetAddress() local649 ipmbi2cTargetFd = open(ipmbI2cTargetStr.c_str(), O_RDWR | O_NONBLOCK); in ipmbChannelUpdateTargetAddress()