Searched refs:ipmbI2cTarget (Results 1 – 2 of 2) sorted by relevance
535 int IpmbChannel::ipmbChannelInit(const char* ipmbI2cTarget) in ipmbChannelInit() argument538 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()
272 int ipmbChannelInit(const char* ipmbI2cTarget);