Home
last modified time | relevance | path

Searched refs:c_str (Results 401 – 425 of 684) sorted by relevance

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp163 uint16_t reasonCode = strtoul(rc.c_str(), nullptr, 16); in getSRCReasonCode()
179 size_t type = strtoul(srcType.c_str(), nullptr, 16); in getSRCType()
221 size_t wordNum = std::strtoul(num.c_str(), nullptr, 10); in getSRCHexwordFields()
263 size_t num = std::strtoul(srcWordNum.c_str(), nullptr, 10); in getSRCSymptomIDFields()
292 id = strtoul(componentID.c_str(), nullptr, 16); in getComponentID()
H A Dpel_entry.hpp35 PELEntryIface(bus, path.c_str(), prop, true), _obmcId(id), _repo(repo) in PELEntry()
H A Duser_data_json.cpp265 std::string("udparsers." + module + "." + module).c_str()); in getPythonJSON()
296 pKey = PyUnicode_FromString(funcToCall.c_str()); in getPythonJSON()
310 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dparameter.cpp35 log<level::ERR>(msg.c_str()); in triggerParameter()
/openbmc/pldm/host-bmc/dbus/
H A Dpcie_device.hpp34 ItemDevice(bus, objPath.c_str()) in PCIeDevice()
H A Dpcie_slot.hpp30 ItemSlot(bus, objPath.c_str()) in PCIeSlot()
/openbmc/google-misc/subprojects/dhcp-done/
H A Dfile-io.cpp26 ManagedFd fd = stdplus::fd::open(std::string(filename).c_str(), in fileRead()
/openbmc/bios-bmc-smm-error-logger/include/dbus/
H A Dfile_notifier.hpp29 pathIface = server.add_interface(generatePath(entry).c_str(), in CperFileNotifier()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp243 info.sensorPath.c_str(), serviceName.c_str()); in find_openbmc_path()
248 strcpy(interface->bus, serviceName.c_str()); in find_openbmc_path()
249 strcpy(interface->path, info.sensorPath.c_str()); in find_openbmc_path()
255 info.propertyInterfaces.begin()->first.c_str()); in find_openbmc_path()
603 sensorInfo.sensorPath.c_str(), ec.value(), in ipmiSensorGetSensorReading()
604 ec.message().c_str()); in ipmiSensorGetSensorReading()
1075 info->unit.c_str()); in setUnitFieldsForObject()
1119 strncpy(body->id_string, id_string.c_str(), in populate_record_from_dbus()
1176 strncpy(record.body.deviceID, deviceID.c_str(), in ipmi_fru_get_sdr()
1473 service.c_str(), ipmiSELPath, ipmiSELAddInterface, "IpmiSelAdd"); in ipmicmdPlatformEvent()
/openbmc/pldm/libpldmresponder/
H A Dpdr_state_effecter.hpp150 dBusIntf.getService(objectPath.c_str(), interface.c_str()); in generateStateEffecterPDR()
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp65 service.c_str(), path.c_str(), MCTPInterface); in getMctpInfos()
/openbmc/sdbusplus/src/
H A Dexception.cpp96 return full_message.c_str(); in what()
186 return errWhatDetailed.c_str(); in what()
/openbmc/dbus-sensors/src/
H A DFileHandle.cpp14 fd(open(name.c_str(), mode)) in FileHandle()
/openbmc/openpower-hw-diags/attn/
H A Dattn_monitor.cpp18 trace::err("GPIO Async wait error: %s", ec.message().c_str()); in scheduleGPIOEvent()
/openbmc/openpower-occ-control/
H A Docc_presence.cpp36 CALLOUT_DEVICE_PATH(file.c_str())); in analyzeEvent()
/openbmc/phosphor-gpio-monitor/
H A Devdev.cpp23 auto fd = open(path.c_str(), O_RDONLY | O_NONBLOCK); in openDevice()
/openbmc/phosphor-bmc-code-mgmt/
H A Dsoftware_utils.cpp36 FILE* outStream = popen(tarCmd.c_str(), "w"); in unTar()
H A Dactivation.cpp235 method.append(path.c_str()); in deleteImageManagerObject()
248 VERSION_BUSNAME, path.c_str(), in deleteImageManagerObject()
379 auto method = bus.new_method_call(service.c_str(), applyTimeObjPath, in checkApplyTimeImmediate()
/openbmc/phosphor-debug-collector/
H A Dfaultlog_dump_entry.hpp54 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, fileSize, in Entry()
/openbmc/pldm/pldmd/
H A Ddbus_impl_pdr.hpp42 PdrIntf(bus, path.c_str()), pdrRepo(repo) {}; in Pdr()
H A Ddbus_impl_requester.hpp45 RequesterIntf(bus, path.c_str()), pldmInstanceIdDb(db) {}; in Requester()
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_sys_config.hpp43 Iface(bus, objPath.c_str(), Iface::action::defer_emit), bus(bus), in HypSysConfig()
/openbmc/phosphor-pid-control/test/
H A Dhelpers.hpp63 EXPECT_STREQ(properties[(*index)++].c_str(), names[0]); in SetupDbusObject()
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp59 std::copy_n((uint8_t*)req.header.langtag.c_str(), in prepareHeader()
112 std::cout << "service=" << service.c_str() << "\n"; in processSrvTypeRequest()
147 std::copy_n((uint8_t*)service.c_str(), service.length(), in processSrvTypeRequest()
265 std::copy_n((uint8_t*)url.c_str(), url.length(), buff.data() + pos); in processSrvRequest()
/openbmc/phosphor-fan-presence/evdevpp/test/
H A Devmon.cpp61 open(path.c_str(), O_RDONLY | O_NONBLOCK)); in main()

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