/openbmc/phosphor-post-code-manager/src/ |
H A D | post_code.cpp | 47 auto path = lg2::commit(std::move(e)); in raise() local 146 void PostCodeHandlers::load(const std::string& path) in load() 284 fs::path PostCode::serialize(const fs::path& path) in serialize() 319 bool PostCode::deserialize(const fs::path& path, uint16_t& index) in deserialize() 345 bool PostCode::deserializePostCodes(const fs::path& path, in deserializePostCodes()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition.hpp | 53 fs::path path = getPartitionFilePath(flags); in read() local 69 fs::path path = getPartitionFilePath(flags); in write() local
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_expire_unittest.cpp | 25 std::string path = "/asdf/asdf"; in TEST() local 44 std::string path = "/asdf/asdf"; in TEST() local
|
H A D | manager_close_unittest.cpp | 32 std::string path = "/asdf/asdf"; in TEST() local 56 std::string path = "/asdf/asdf"; in TEST() local
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 353 static int synth_truncate(FsContext *ctx, V9fsPath *path, off_t offset) in synth_truncate() 366 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 372 static int synth_mknod(FsContext *fs_ctx, V9fsPath *path, in synth_mknod() 379 static int synth_mkdir(FsContext *fs_ctx, V9fsPath *path, in synth_mkdir() 386 static ssize_t synth_readlink(FsContext *fs_ctx, V9fsPath *path, in synth_readlink() 414 static int synth_chown(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chown() 420 static int synth_utimensat(FsContext *fs_ctx, V9fsPath *path, in synth_utimensat() 434 static int synth_remove(FsContext *ctx, const char *path) in synth_remove() 460 static ssize_t synth_lgetxattr(FsContext *ctx, V9fsPath *path, in synth_lgetxattr() 467 static ssize_t synth_llistxattr(FsContext *ctx, V9fsPath *path, in synth_llistxattr() [all …]
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_conf_manager.cpp | 89 auto path = createSNMPClient("192.168.1.1", 24); in TEST_F() local 107 auto path = createSNMPClient("192.168.1.2", 24); in TEST_F() local 141 auto path = createSNMPClient("192.168.1.3", 24); in TEST_F() local
|
/openbmc/phosphor-hwmon/ |
H A D | sysfs.cpp | 65 auto path = ofInst.path(); in findPhandleMatch() local 172 auto path = hwmonInst.path(); in findHwmonFromOFPath() local 216 std::string path = p; in findHwmonFromDevPath() local
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 300 def find(self, path='/'): argument 304 def setup(self, path='/'): argument 307 def do_get(self, path='/'): argument 320 def find(self, path='/'): argument 324 def setup(self, path='/'): argument 327 def do_get(self, path='/'): argument 340 def find(self, path='/'): argument 344 def setup(self, path='/'): argument 347 def do_get(self, path='/'): argument 365 def find(self, path, method): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 32 def make_relative_symlink(path): argument 80 def format_display(path, metadata): argument 147 def remove(path, recurse=True): argument 296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | git.py | 18 def __init__(self, path, is_topdir=False): argument 48 def init(path, bare=False): argument
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.cpp | 35 const auto& path = iter.first; in Objects() local 52 Service Objects::service(const Path& path, const Interface& interface) const in service() argument
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_mapper_entry.cpp | 15 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry() 28 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry()
|
/openbmc/openbmc/poky/scripts/ |
H A D | task-time | 56 def save_times_for_task(path): argument 82 def save_times_for_dir(path): argument
|
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 12 static slot_t makeObjVtable(SdBusInterface* intf, sd_bus* bus, const char* path, in makeObjVtable() 26 interface::interface(sdbusplus::bus_t& bus, const char* path, in interface()
|
/openbmc/phosphor-inventory-manager/ |
H A D | functor.cpp | 36 std::string path(_path); in operator ()() local 41 const std::string& path, sdbusplus::bus_t& bus, Manager& mgr) const in operator ()() argument
|
H A D | manager.cpp | 135 const sdbusplus::message::object_path& path, const Object& interfaces, in updateInterfaces() 299 for (const auto& path : paths) in destroyObjects() local 314 std::any& Manager::getInterfaceHolder(const char* path, const char* interface) in getInterfaceHolder() 320 const std::any& Manager::getInterfaceHolder(const char* path, in getInterfaceHolder() 352 const auto& path = dirent.path(); in restore() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | service_indicators.cpp | 202 for (const auto& path : inventoryPaths) in getInventoryPaths() local 229 for (const auto& path : inventoryPaths) in setNotFunctional() local 247 for (const auto& path : inventoryPaths) in createCriticalAssociation() local
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/ |
H A D | config-bmc.json | 6 "path": "/run/inplace-gbmc-version" string 17 "path": "/run/initramfs/bmc-image" string
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.hpp | 47 Remove(sdbusplus::bus_t& bus, const std::string& path) : in Remove() 70 static std::string match(const std::string& path) in match()
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2.cpp | 396 std::filesystem::path path(smbiosInventoryPath); in systemInfoUpdate() local 530 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate() local 562 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate() local 594 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate() local 625 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate() local 659 auto path = FirmwareInventory::checkAndCreateFirmwarePath( in systemInfoUpdate() local
|
/openbmc/phosphor-fan-presence/presence/example/ |
H A D | config.json | 14 "path": "/system/chassis/motherboard/fan0", string 30 "path": "/system/chassis/motherboard/fan1", string 52 "path": "/system/chassis/motherboard/fan2", string 76 "path": "/system/chassis/motherboard/fan3", string
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | manager.cpp | 66 bool BlobManager::open(uint16_t flags, const std::string& path, in open() 107 bool BlobManager::stat(const std::string& path, BlobMeta* meta) in stat() 187 bool BlobManager::deleteBlob(const std::string& path) in deleteBlob() 245 GenericBlobInterface* BlobManager::getHandler(const std::string& path) in getHandler()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensorMain.cpp | 61 const std::string& path, const SensorBaseConfigMap& properties) in extractBusNumber() 73 static uint8_t extractSlaveAddr(const std::string& path, in extractSlaveAddr() 90 const std::string& path, const SensorBaseConfigMap& properties) in extractSensorName() 245 sdbusplus::message::object_path path; in interfaceRemoved() local
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 257 path,mod = os.path.split(filedep) variable 273 path, pymodule = os.path.split(filedep) variable 274 path = os.path.basename(path) variable
|
/openbmc/entity-manager/src/ |
H A D | utils.cpp | 33 std::string path = p.path().string(); findFiles() local 64 std::string path = p.path().string(); findFiles() local 96 std::string path = p.path().string(); getI2cDevicePaths() local [all...] |