Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp538 std::string ipmbI2cTargetStr(ipmbI2cTarget); in ipmbChannelInit() local
539 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() local
649 ipmbi2cTargetFd = open(ipmbI2cTargetStr.c_str(), O_RDWR | O_NONBLOCK); in ipmbChannelUpdateTargetAddress()