Home
last modified time | relevance | path

Searched refs:substr (Results 126 – 150 of 226) sorted by relevance

12345678910

/openbmc/bmcweb/http/
H A Dlogging.hpp80 filename = filename.substr(filename.rfind('/') + 1); in vlog()
/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c847 dmi->matches[i].substr, NULL); in dmi_matches()
853 dmi->matches[i].substr)) in dmi_matches()
857 dmi->matches[i].substr)) in dmi_matches()
/openbmc/linux/sound/drivers/
H A Daloop.c1553 int err, dev, substr, substr_count, idx; in loopback_mixer_new() local
1560 for (substr = 0; substr < substr_count; substr++) { in loopback_mixer_new()
1561 setup = &loopback->setup[substr][dev]; in loopback_mixer_new()
1574 kctl->id.subdevice = substr; in loopback_mixer_new()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.cpp88 auto versionId = path.substr(pos + 1); in createActivation()
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp145 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp103 auto unit = path.substr(pos + 1); in action()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp60 auto storageType = name.substr( in getPath()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp84 uri.substr(serviceRootUri.size(), parseCount)); in searchCollectionsArray()
88 uri.substr(serviceRootUri.size())); in searchCollectionsArray()
318 std::string header = strHeader->substr(location.size()); in addPrefixToHeadersInResp()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp197 expanded.replace(idx, 3, fc.substr(0, 4) + ".ND0." + se); in expandLocationCode()
846 string key = entry.substr(0, pos); in setDevTreeEnv()
855 readVarValue = entry.substr(pos + 1); in setDevTreeEnv()
1454 auto chipVersion = atoi(ddVersion.substr(1, 2).c_str()); in populateDbus()
H A Dvpd_tool_impl.cpp68 if (input.substr(0, 2) == "0x") in copyStringToFile()
71 hexString = input.substr(2); in copyStringToFile()
148 ss.str(value.substr(2)); in toBinary()
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_pcap_loader.js111 l = l.substr(0, l.indexOf(':'));
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp333 value = dataString.substr(pos + 1); in getFieldValue()
/openbmc/phosphor-host-postd/
H A Dmain.cpp300 host.emplace_back(instances.substr(0, pos)); in main()
/openbmc/dbus-sensors/src/
H A DNVMeSensorMain.cpp132 return std::stoi(rootName.substr(0, dash)); in deriveRootBus()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp232 std::string interfaceChassisName = chassis.substr(lastPos + 1, len); in afterGetChassis()
H A Dethernet.hpp560 objpath.first.str.substr(ipPathStart.size()); in extractIPV6Data()
652 objpath.first.str.substr(ipPathStart.size()); in extractIPData()
1313 domainname = (fqdn).substr(pos + 1); in handleFqdnPatch()
1314 hostname = (fqdn).substr(0, pos); in handleFqdnPatch()
1832 return ifaceId.substr(0, pos); in extractParentInterfaceName()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp281 byteString = esel.substr(i, 2); in eselToRawData()
609 auto idString = filename.substr(pos + 1); in pelFileDeleted()
1075 "ID", lg2::hex, pel.id(), "SRC", (*src)->asciiString().substr(0, 8), in clearPowerThermalDeconfigFlag()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp361 _instance.assign(p.substr(n + 1)); in MainLoop()
362 _hwmonRoot.assign(p.substr(0, n)); in MainLoop()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp664 return invPath.substr(lastSlashPos + 1); in findShortName()
/openbmc/linux/arch/x86/tools/
H A Dgen-insn-attr-x86.awk264 idx = "0x" substr($1, 1, index($1,":") - 1)
/openbmc/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk264 idx = "0x" substr($1, 1, index($1,":") - 1)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/
H A D0001-libyui-ncurses-Replace-off64_t-with-off_t-and-stat64.patch48 std::string dir = iniDir.substr( 0, pos );
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp716 name = name.substr(0, maxFruSdrNameSize); in getFruSdrs()
866 std::stoul(hexStr.substr(i, 2), nullptr, 16))); in fromHexStr()
998 std::string entryTimestamp = targetEntry.substr(0, space); in ipmiStorageGetSELEntry()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp694 name = name.substr(0, maxFruSdrNameSize); in getFruSdrs()
846 std::stoul(hexStr.substr(i, 2), nullptr, 16))); in fromHexStr()
981 std::string entryTimestamp = targetEntry.substr(0, space); in ipmiStorageGetSELEntry()
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp130 profileName = name.substr(name.find("_") + 1); in addSetPoint()

12345678910