Lines Matching refs:deviceFile
560 std::fstream deviceFile; in ipmbChannelInit() local
561 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelInit()
562 if (!deviceFile.good()) in ipmbChannelInit()
568 deviceFile << para; in ipmbChannelInit()
569 deviceFile.close(); in ipmbChannelInit()
612 std::fstream deviceFile; in ipmbChannelUpdateTargetAddress() local
616 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelUpdateTargetAddress()
617 if (!deviceFile.good()) in ipmbChannelUpdateTargetAddress()
624 deviceFile << para; in ipmbChannelUpdateTargetAddress()
625 deviceFile.close(); in ipmbChannelUpdateTargetAddress()
636 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelUpdateTargetAddress()
637 if (!deviceFile.good()) in ipmbChannelUpdateTargetAddress()
644 deviceFile << para; in ipmbChannelUpdateTargetAddress()
645 deviceFile.close(); in ipmbChannelUpdateTargetAddress()