Home
last modified time | relevance | path

Searched refs:c_str (Results 601 – 625 of 685) sorted by relevance

1...<<2122232425262728

/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp311 std::ifstream fileOpen(filePath.c_str()); in handleFileDelete()
314 if (remove(filePath.c_str()) == 0) in handleFileDelete()
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp92 if (access(eepromPath.c_str(), F_OK) == -1) in getGUID()
99 fd = open(eepromPath.c_str(), O_RDONLY); in getGUID()
H A Dselcommands.cpp1629 journalMsg.c_str(), in ipmiStorageAddSELEntry()
1630 phosphor::logging::entry("IPMISEL_MESSAGE_ID=%s", messageID.c_str()), in ipmiStorageAddSELEntry()
1631 phosphor::logging::entry("IPMISEL_MESSAGE_ARGS=%s", logErr.c_str())); in ipmiStorageAddSELEntry()
1652 int responseID = selObj.addEntry(ipmiRaw.c_str()); in ipmiStorageAddSELEntry()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp486 log<level::ERR>(msg.c_str()); in doWork()
496 log<level::ERR>(msg.c_str()); in doWork()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp190 auto methodCall = bus.new_method_call(service.c_str(), objPath.c_str(), in prepareSELEntry()
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp284 msgToLog.c_str()); in ipmbSendI2cFrame()
649 ipmbi2cTargetFd = open(ipmbI2cTargetStr.c_str(), O_RDWR | O_NONBLOCK); in ipmbChannelUpdateTargetAddress()
751 msgToLog.c_str()); in requestAdd()
829 if (channel->ipmbChannelInit(targetPath.c_str()) < 0) in initializeChannels()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp123 bus.new_method_call(busName.c_str(), path.c_str(), in getSelectedProfiles()
508 owner.first.c_str(), owner.second.second.c_str(), in init()
/openbmc/phosphor-hwmon/
H A Dthresholds.hpp134 iface = std::make_shared<T>(bus, objPath.c_str(), in addThreshold()
/openbmc/phosphor-networkd/src/
H A Dutil.cpp40 execv(path.c_str(), args); in executeCommandinChildProcess()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp172 if (statvfs(config.path.c_str(), &buffer) != 0) in readStorage()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.cpp182 service.c_str(), uakObjPath, VPDManager::interface, "WriteKeyword"); in setFirmwareUAK()
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp289 .c_str()); in stopTimer()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp29 uint32_t dumpId = std::strtoul(dumpIdStr.c_str(), nullptr, 16); in executeCollectionScript()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp213 std::filesystem::remove(socketId.c_str(), ec2); in ~NbdProxyServer()
454 std::filesystem::remove(socket.c_str(), ec2); in afterGetSocket()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp162 rc = sd_journal_get_data(j, (*i).c_str(), (const void**)&data, in _commit()
573 auto id = file.path().filename().c_str(); in restore()
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_unittest.cpp170 EXPECT_STREQ("", mgr.getBlobId(2).c_str()); in TEST()
/openbmc/phosphor-buttons/src/
H A Dgpio.cpp285 auto fd = ::open(devPath.c_str(), O_RDWR | O_NONBLOCK); in configGpio()
/openbmc/sdbusplus/example/
H A Dget-all-properties.cpp219 bus->request_name(demoServiceName.c_str()); in main()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp88 bus, objectPath.c_str(), DBusSensorObject::action::defer_emit);
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp269 interface.c_str()); in main()
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp111 *conn, objectPath.c_str()), in MDRV2()
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp247 stringTable.data(), stringTable.size(), name.c_str()); in findAttrEntryByName()
830 attrValue.c_str()); in exec()
880 attrType, attrValue.size(), attrValue.c_str()); in exec()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp329 entry("FILENAME=%s", fileName.c_str())); in genPELJSON()
456 entry("FILENAME=%s", fileName.c_str()), in genPELJSON()
540 printf("%s", listStr.c_str()); in printPELs()
/openbmc/telemetry/src/
H A Dtrigger_manager.cpp186 static_cast<std::filesystem::path>(path).c_str()), in loadFromPersistent()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp72 _eid = atoi(eid.c_str()); in readEID()

1...<<2122232425262728