Home
last modified time | relevance | path

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

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