Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp541 std::string ipmbI2cTargetStr(ipmbI2cTarget); in ipmbChannelInit() local
542 auto findHyphen = ipmbI2cTargetStr.find("-"); in ipmbChannelInit()
543 std::string busStr = ipmbI2cTargetStr.substr(findHyphen + 1); in ipmbChannelInit()
651 std::string ipmbI2cTargetStr = "/dev/ipmb-" + std::to_string(ipmbBusId); in ipmbChannelUpdateTargetAddress() local
652 ipmbi2cTargetFd = open(ipmbI2cTargetStr.c_str(), O_RDWR | O_NONBLOCK); in ipmbChannelUpdateTargetAddress()