Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp535 int IpmbChannel::ipmbChannelInit(const char* ipmbI2cTarget) in ipmbChannelInit() argument
538 std::string ipmbI2cTargetStr(ipmbI2cTarget); in ipmbChannelInit()
554 bool hasSysfs = std::filesystem::exists(ipmbI2cTarget); in ipmbChannelInit()
573 ipmbi2cTargetFd = open(ipmbI2cTarget, O_RDWR | O_NONBLOCK | O_CLOEXEC); in ipmbChannelInit()
H A Dipmbbridged.hpp272 int ipmbChannelInit(const char* ipmbI2cTarget);