Home
last modified time | relevance | path

Searched refs:c_str (Results 476 – 500 of 685) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/phosphor-logging/lib/
H A Delog.cpp59 return phosphor::logging::details::commit(name.c_str()); in commit()
/openbmc/bmcweb/redfish-core/src/
H A Dregistries.cpp24 return std::strcmp(messageEntry.first, messageKey.c_str()) == 0; in getMessageFromRegistry()
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.hpp58 LEDGroupObj(bus, objPath.c_str()), path(objPath), mctp_eid(mctp_eid), in HostLampTest()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp129 entry("INTERFACE=%s", interface.c_str())); in getIPObject()
406 data[i] = (uint8_t)std::strtol(sstr.c_str(), NULL, 16); in strToBytes()
457 std::strcpy(data, ipaddress.c_str()); in getNetworkData()
474 std::strcpy(data, ipaddress.c_str()); in getNetworkData()
494 std::strcpy(data, macAddress.c_str()); in getNetworkData()
1051 conn->new_method_call(postCodeService.c_str(), postCodeObjPath.c_str(), in ipmiOemGet80PortRecord()
1288 oemData[KEY_PPIN_INFO] = ppinStr.c_str(); in ipmiOemSetPPINInfo()
1329 if (access(eepromPath.c_str(), F_OK) == -1) in setGUID()
1336 fd = open(eepromPath.c_str(), O_WRONLY); in setGUID()
1649 oemData[procInfo][ss.str()][cpuInfoKey[paramSel]] = str.c_str(); in ipmiOemQSetProcInfo()
[all …]
H A Dstoragecommands.cpp142 sensorConnection.c_str(), "/xyz/openbmc_project/sensors", in getSensorMap()
156 sensorConnection.c_str())); in getSensorMap()
265 phosphor::logging::entry("FRU=%s", fru.first.str.c_str())); in replaceCacheFru()
706 auto typeCstr = type.c_str(); in ipmiStorageGetSDR()
805 std::strncpy(record.body.id_string, name.c_str(), in ipmiStorageGetSDR()
961 auto findSensor = sensorUnitStr.find(sensorTypeStr.c_str()); in getSensorUnit()
/openbmc/openpower-vpd-parser/
H A Dvpd_exceptions.hpp42 return errMsg.c_str(); in what()
H A Dcommon_utility.cpp59 bus.new_method_call(service.c_str(), pimPath, pimIntf, "Notify"); in callPIM()
/openbmc/openpower-proc-control/
H A Dext_interface.cpp67 auto method = bus.new_method_call(rebootSvc.c_str(), REBOOTCOUNTER_PATH, in getBootCount()
/openbmc/phosphor-bmc-code-mgmt/
H A Dupdate_manager.hpp41 UpdateIntf(ctx.get_bus(), path.c_str(), UpdateIntf::action::defer_emit), in Manager()
/openbmc/gpioplus/test/
H A Devent.cpp78 Event event(*chip, line_offset, handle_flags, event_flags, label.c_str()); in TEST_F()
111 label.c_str()), in TEST_F()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp147 timeOffsetStr.str().c_str(), hexCode.str().c_str())); in savePostCodes()
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp203 if (access(defaultDir.c_str(), F_OK) == -1) in commit()
205 int flag = mkdir(defaultDir.c_str(), S_IRWXU); in commit()
/openbmc/estoraged/include/
H A DfilesystemInterface.hpp108 return system(mkfsCommand.c_str()); in runMkfs()
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop_listen.hpp43 signal(busIn, GetMatchRule().c_str(), handler, this) in SnoopListen()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_progress_src.cpp32 auto method = bus.new_method_call(service.c_str(), RawObjectPath, in setRawBootProperty()
H A Dfile_io_type_lid.hpp129 auto fd = open(lidPath.c_str(), flags, S_IRUSR); in writeFromMemory()
227 auto fd = open(lidPath.c_str(), flags, S_IRUSR); in write()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp46 return pdbg_target_from_path(nullptr, i_path.c_str()); in getTrgt()
209 pdbg_for_each_target(devTreeType.c_str(), i_parentChip, unitTarget) in getChipUnit()
288 trace::err("Failed to parse file: %s", filePath.string().c_str()); in getTargetAcrossBus()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp285 int fd = open(fname.c_str(), O_RDONLY); in MappedFile()
464 phosphor::logging::entry("OBJPATH =%s", objPath.c_str())); in activateImage()
602 phosphor::logging::entry("OBJPATH=%s", objPath.str.c_str())); in postTransferCompleteHandler()
667 fsError.message().c_str())); in startFirmwareUpdate()
680 phosphor::logging::entry("URI=%s", uri.c_str())); in transferImageFromFile()
726 phosphor::logging::entry("URI=%s", uri.c_str())); in transferImageFromUsb()
747 phosphor::logging::entry("URI=%s", uri.c_str())); in transferFirmwareFromUri()
782 std::to_string(maxFirmwareImageSize / 1_MB).c_str()); in attachUsbDevice()
905 phosphor::logging::entry("Version=%s", verStr.c_str()), in ipmiGetFwVersionInfo()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_patch_resize.cpp62 fd = open(patch.c_str(), O_RDONLY); in main()
/openbmc/phosphor-snmp/
H A Dsnmp_serialize.cpp77 std::ifstream is(path.c_str(), std::ios::in | std::ios::binary); in deserialize()
/openbmc/hiomapd/vpnor/test/
H A Dwrite_patch_resize.cpp65 fd = open(patch.c_str(), O_RDONLY); in main()
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp41 bus.new_method_call(service.c_str(), policy, property, "Get"); in isOPDumpsEnabled()
/openbmc/phosphor-fan-presence/cooling-type/
H A Dmain.cpp92 .c_str()); in main()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_logservices_journal_test.cpp42 EXPECT_GE(sd_id128_from_string(goodBootIDStr.c_str(), &goodBootID), 0); in TEST()
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp96 pldm::utils::reportError(s.c_str()); in reportResourceDumpFailure()
119 objPath.c_str(), "Status", resDumpProgressIntf); in processNewResourceDump()

1...<<11121314151617181920>>...28