Home
last modified time | relevance | path

Searched defs:path (Results 226 – 250 of 1127) sorted by relevance

12345678910>>...46

/openbmc/witherspoon-pfault-analysis/
H A Dutility.hpp47 const std::string& path, const std::string& service, in getProperty()
75 const std::string& path, const std::string& service, in setProperty()
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py48 def TftpDownloadHandler(self, ip, filename, path=None): argument
67 def DownloadHandler(self, url, filename, path=None): argument
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp50 std::string path = getControlPath(zoneId); in getFanCtrlProperty() local
82 std::string path = getControlPath(zoneId); in setFanCtrlProperty() local
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py17 def try_unlink(path): argument
/openbmc/phosphor-fan-presence/docs/presence/
H A Dpath.md1 # path chapter
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
23 "path": "/system/chassis/motherboard/fan1", string
/openbmc/openpower-occ-control/
H A Docc_errors.hpp80 Descriptor(const char* path, int err = 0, const char* callout = nullptr, in Descriptor()
89 const char* path; member in open_power::occ::Error::Descriptor
H A Docc_status.hpp85 Status(EventPtr& event, const char* path, Manager& managerRef, in Status()
232 std::string path; member in open_power::occ::Status
309 static int getInstance(const std::string& path) in getInstance()
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/
H A Dconfig.json4 "path": "/system/chassis/motherboard/fan0", string
23 "path": "/system/chassis/motherboard/fan1", string
/openbmc/phosphor-power/
H A Dpmbus.hpp223 PMBus(const std::string& path) : basePath(path) in PMBus()
238 PMBus(const std::string& path, const std::string& driverName, in PMBus()
349 const fs::path& path() const override in path() function in phosphor::pmbus::PMBus
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp70 for (const auto& path : paths) in PSUCombineEvent() local
92 for (const auto& path : paths) in PSUCombineEvent() local
141 const std::string& path, std::shared_ptr<sdbusplus::asio::connection>& conn, in PSUSubEvent()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp130 auto path = io_userDataFiles.back().getPath(); in __captureSignatureList() local
169 auto path = io_userDataFiles.back().getPath(); in __captureRegisterDump() local
270 auto path = io_userDataFiles.back().getPath(); in __captureHostbootScratchRegisters() local
327 auto path = io_userDataFiles.back().getPath(); in __captureScratchRegSignature() local
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user()
85 write_authkeys(const char *path, const GStrv keys, in write_authkeys()
265 g_autofree char *path = NULL; in test_authorized_keys_set() local
282 g_autofree char *path = NULL; in test_authorized_keys_equal() local
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp368 inline static std::string getSensorTypeStringFromPath(const std::string& path) in getSensorTypeStringFromPath()
387 inline static uint8_t getSensorTypeFromPath(const std::string& path) in getSensorTypeFromPath()
400 inline static uint16_t getSensorNumberFromPath(const std::string& path) in getSensorNumberFromPath()
450 getObjectInterfaces(const char* path) in getObjectInterfaces()
478 const char* path, const char* interface) in getEntityManagerProperties()
542 const std::string& path, const SensorMap& sensorMap, uint8_t& entityId, in updateIpmiFromAssociation()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp193 sdbusplus::message::object_path path(objectPath); afterGetValidPowerSupplyPath() local
226 getPowerSupplyState(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyState() argument
252 getPowerSupplyHealth(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyHealth() argument
279 getPowerSupplyAsset(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyAsset() argument
350 getPowerSupplyFirmwareVersion(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyFirmwareVersion() argument
373 getPowerSupplyLocation(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & path) getPowerSupplyLocation() argument
[all...]
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactor.cpp139 void MCTPReactor::manageMCTPDevice(const std::string& path, in manageMCTPDevice()
185 void MCTPReactor::unmanageMCTPDevice(const std::string& path) in unmanageMCTPDevice()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp47 const std::string& path, uint8_t eid, int sendRecvMsgResult, in processQueryDeviceIdResponse()
119 const std::string& path, uint8_t eid) in queryDeviceIdentification()
158 const std::string& path, const boost::system::error_code& ec, in processEndpoint()
236 const std::string& path, const boost::system::error_code& ec, in queryEndpoints()
284 const std::string& path) in discoverDevices()
/openbmc/skeleton/pysystemmgr/obmc/system/
H A D__init__.py5 def find_gpio_base(path="/sys/class/gpio/"): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dpath.py19 def remove_safe(path): argument
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfsread.hpp18 explicit SysFsRead(const std::string& path) : in SysFsRead()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcontainerimage.py31 def get_each_path_part(path): argument
/openbmc/entity-manager/src/devicetree_vpd_parser/
H A Dmachine_context.hpp14 explicit MachineContext(sdbusplus::async::context& ctx, auto path) : in MachineContext()
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_read_unittest.cpp41 std::string path = "/asdf/asdf"; in TEST() local
65 std::string path = "/asdf/asdf"; in TEST() local
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.cpp115 std::string path = stringFromBuffer(data.subspan(sizeof(BmcBlobOpenTx))); in openBlob() local
156 std::string path = stringFromBuffer(data.subspan(sizeof(BmcBlobDeleteTx))); in deleteBlob() local
193 std::string path = stringFromBuffer(data.subspan(sizeof(BmcBlobStatTx))); in statBlob() local
/openbmc/hiomapd/
H A Dcontrol_dbus.c145 char *path = NULL; in control_dbus_set_backend() local
166 char *path = NULL; in control_dbus_set_backend() local
201 const char *path, in control_dbus_get_u8()

12345678910>>...46