Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 264) sorted by relevance

1234567891011

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp41 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in processQueryDeviceIdResponse()
113 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in queryDeviceIdentification()
152 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in processEndpoint()
230 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in queryEndpoints()
278 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in discoverDevices()
304 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in processSensorConfigs()
346 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in createSensors()
377 boost::container::flat_map<std::string, std::shared_ptr<GpuDevice>>& in interfaceRemoved()
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Ditem_updater_helper.cpp12 void Helper::setEntry(const std::string& /* entryId */, uint8_t /* value */) in setEntry()
17 void Helper::clearEntry(const std::string& /* entryId */) in clearEntry()
34 void Helper::removeVersion(const std::string& /* flashId */) in removeVersion()
39 void Helper::updateUbootVersionId(const std::string& /* flashId */) in updateUbootVersionId()
/openbmc/sdbusplus/include/sdbusplus/
H A Dunpack_properties.hpp23 const std::vector<std::pair<std::string, VariantType>>& container, in findProperty()
34 const std::vector<std::pair<std::string, VariantType>>& container, in readProperty()
102 const std::vector<std::pair<std::string, VariantType>>& container, in readProperties()
125 const std::vector<std::pair<std::string, VariantType>>& input, in unpackPropertiesCommon()
143 const std::vector<std::pair<std::string, VariantType>>& input, in unpackProperties()
156 const std::vector<std::pair<std::string, VariantType>>& input, in unpackPropertiesNoThrow()
/openbmc/qemu/qobject/
H A Dqjson.c62 static QObject *qobject_from_jsonv(const char *string, va_list *ap, in qobject_from_jsonv()
80 QObject *qobject_from_json(const char *string, Error **errp) in qobject_from_json()
90 QObject *qobject_from_vjsonf_nofail(const char *string, va_list ap) in qobject_from_vjsonf_nofail()
109 QObject *qobject_from_jsonf_nofail(const char *string, ...) in qobject_from_jsonf_nofail()
126 QDict *qdict_from_vjsonf_nofail(const char *string, va_list ap) in qdict_from_vjsonf_nofail()
140 QDict *qdict_from_jsonf_nofail(const char *string, ...) in qdict_from_jsonf_nofail()
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c175 const u16 *string, const u16 *pattern) in efi_metai_match()
199 u16 *string) in efi_str_lwr()
221 u16 *string) in efi_str_upr()
241 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str()
274 const u16 *string, efi_uintn_t fat_size, in efi_str_to_fat()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dstandard_device.cpp31 std::map<std::string, std::string>& additionalData) in findPgoodFault()
89 std::map<std::string, std::string>& additionalData) in findRailWithPgoodFault()
126 std::map<std::string, std::string>& additionalData) in storePgoodFaultDebugData()
139 std::map<std::string, std::string>& additionalData) in storeGPIOValues()
H A Drail.cpp122 std::map<std::string, std::string>& additionalData) in hasPgoodFault()
131 std::map<std::string, std::string>& additionalData) in hasPgoodFaultStatusVout()
165 std::map<std::string, std::string>& additionalData) in hasPgoodFaultGPIO()
201 std::map<std::string, std::string>& additionalData) in hasPgoodFaultOutputVoltage()
240 std::map<std::string, std::string>& additionalData) in storePgoodFaultDebugData()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py54 def findall(self, string, flags=0): argument
57 def finditer(self, string, flags=0): argument
63 def search(self, string, flags=0): argument
66 def split(self, string, maxsplit=0): argument
69 def sub(pattern, repl, string, count=0): argument
72 def subn(pattern, repl, string, count=0): argument
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.cpp23 std::map<std::string, int64_t>& zones, int64_t index) in setZoneIndex()
63 std::map<std::string, int64_t>& zones) in getZoneIndex()
75 bool findSensors(const std::unordered_map<std::string, std::string>& sensors, in findSensors()
77 std::vector<std::pair<std::string, std::string>>& matches) in findSensors()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp9 const std::string& /*address*/) in createPMBus()
35 std::unique_ptr<GPIOInterfaceBase> createGPIO(const std::string& /*namedGpio*/) in createGPIO()
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dcleanup.hpp38 bool open(uint16_t, uint16_t, const std::string&) override in open()
52 bool deleteBlob(const std::string&) override in deleteBlob()
56 bool stat(const std::string&, blobs::BlobMeta*) override in stat()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py22 def filter_color(string): argument
29 def filter_color_n(string): argument
63 def write(self, string): argument
92 def write(self, string): argument
121 def write(self, string): argument
136 def write(self, string): argument
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp45 const std::string& /*unused*/, const std::string& /*unused*/, in initDevice()
/openbmc/phosphor-logging/
H A Delog_meta.hpp48 const std::string& /*match*/, const std::vector<std::string>& /*data*/, in build()
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip()
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Ditem_updater_helper.cpp16 void Helper::setEntry(const std::string& /* entryId */, uint8_t /* value */) in setEntry()
21 void Helper::clearEntry(const std::string& /* entryId */) in clearEntry()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp327 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processNonFunctionalBootProc()
372 std::pair<std::string, std::string>& ele) -> void { in processClockInfoErrorHelper()
408 std::pair<std::string, std::string>& ele) -> void { in processClockInfoErrorHelper()
537 std::pair<std::string, std::string>& ele) -> void { in processPoweroffError()
589 std::pair<std::string, std::string>& ele) -> void { in processBootErrorHelper()
765 std::pair<std::string, std::string>& ele) -> void { in processBootErrorHelper()
875 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processSbeBootError()
968 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processGuardPartitionAccessError()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp425 constructorCallback(const boost::system::error_code & ec,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) constructorCallback() argument
441 findSatelliteConfigs(const dbus::utility::ManagedObjectType & objects,std::unordered_map<std::string,boost::urls::url> & satelliteInfo) findSatelliteConfigs() argument
472 addSatelliteConfig(const dbus::utility::DBusPropertiesMap & properties,std::unordered_map<std::string,boost::urls::url> & satelliteInfo) addSatelliteConfig() argument
660 findSatellite(const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo,std::string_view memberName) findSatellite() argument
692 aggregateAndHandle(AggregationType aggType,const std::shared_ptr<crow::Request> & sharedReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const boost::system::error_code & ec,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) aggregateAndHandle() argument
782 forwardRequest(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & prefix,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardRequest() argument
826 forwardCollectionRequests(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardCollectionRequests() argument
851 forwardContainsSubordinateRequests(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardContainsSubordinateRequests() argument
900 getSatelliteConfigs(std::function<void (const boost::system::error_code &,const std::unordered_map<std::string,boost::urls::url> &)> handler) const getSatelliteConfigs() argument
[all...]
/openbmc/openpower-hw-diags/attn/
H A Dti_handler.cpp276 void parsePhypOpalTiInfo(std::map<std::string, std::string>& i_map, in parsePhypOpalTiInfo()
342 void parseHbTiInfo(std::map<std::string, std::string>& i_map, in parseHbTiInfo()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp113 const std::map<std::string, std::vector<std::string>>& extensionMap, in getExtensionsForIbmCompatibleSystem()
467 bool maybeCall( in maybeCall()
470 std::map<std::string, std::variant<std::vector<std::string>>>>& in maybeCall()
555 const std::map<std::string, std::vector<std::string>>& extensionMap, in maybeMakeLinks()
583 const std::map<std::string, std::vector<std::string>>& extensionMap, in maybeSetBiosAttr()
633 std::map<std::string, std::vector<std::string>> extensionMap, in processHostFirmware()
743 std::map<std::string, std::vector<std::string>> extensionMap, in updateBiosAttrTable()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp55 bool ItemUpdaterMMC::validateImage(const std::string&) in validateImage()
137 void ItemUpdaterMMC::freePriority(uint8_t, const std::string&) {} in freePriority()
146 void ItemUpdaterMMC::updateFunctionalAssociation(const std::string&) {} in updateFunctionalAssociation()
/openbmc/dbus-sensors/src/leakdetector/
H A DLeakDetectionManager.cpp33 const std::string& /*unused*/) -> void in processInventoryAdded()
40 const std::string& /*unused*/) -> void in processInventoryRemoved()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp172 i) { return std::get<1>(i) == kv.first; }); in getPortStatusAndPath()
194 socketData.emplace_back(socketPath, std::string(kv.first), in getPortStatusAndPath()
216 const std::vector<std::tuple<std::string, std::string>>& resp) { in getPortNumber()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp490 std::vector<std::string>>>& properties) { in getCpuAddress()
616 subtree) { in getCpuConfiguration()
648 std::array<const char*, 1>{ in getCpuConfiguration()
/openbmc/dbus-sensors/src/cable-monitor/
H A DCableMonitor.cpp35 const std::string& /*unused*/) -> void in inventoryAddedHandler()
43 const std::string& /*unused*/) -> void in inventoryRemovedHandler()

1234567891011