Home
last modified time | relevance | path

Searched defs:path (Results 301 – 325 of 1926) sorted by relevance

1...<<11121314151617181920>>...78

/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.cpp17 std::string getService(sdbusplus::bus_t& bus, const std::string& path, in getService()
61 const std::string& path, const std::string& intf, in setDbusProperty()
/openbmc/sdbusplus/test/vtable/
H A Dvtable_c.c12 int test_get(sd_bus* bus, const char* path, const char* interface, in test_get()
25 int test_set(sd_bus* bus, const char* path, const char* interface, in test_set()
/openbmc/phosphor-dbus-monitor/src/
H A Devent.hpp47 const auto& path = std::get<pathIndex>(n.first); in operator ()() local
106 void createEvent(const std::string& path, const std::string& property, in createEvent()
H A Devent_serialize.cpp62 auto path = dir / eventName; in serialize() local
71 bool deserialize(const fs::path& path, Entry& event) in deserialize()
/openbmc/openpower-proc-control/test/
H A Dutest.cpp40 auto path = mkdtemp(dir); in SetUp() local
88 std::filesystem::path path; in TEST_F() local
/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp22 endpoint(const string& process_name, const string& path, in endpoint()
26 endpoint(const string& process_name, const string& path, in endpoint()
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp47 bool Monitor::inFailedState(const std::string& path) in inFailedState()
73 sdbusplus::message::object_path path; in getSourceUnitPath() local
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dtest_utils.hpp105 inline void makeFileUnRemovable(const fs::path& path) in makeFileUnRemovable()
126 inline void makeFileRemovable(const fs::path& path) in makeFileRemovable()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.cpp99 void Request::resize(const fs::path &path, size_t len) in resize()
116 size_t Request::fulfil(const fs::path &path, int flags, void *buf, size_t len) in fulfil()
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c12 u64 btrfs_read_extent_inline(struct btrfs_path *path, in btrfs_read_extent_inline()
64 u64 btrfs_read_extent_reg(struct btrfs_path *path, in btrfs_read_extent_reg()
/openbmc/linux/fs/smb/client/
H A Dlink.c195 const unsigned char *path) in check_mf_symlink()
251 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_query_mf_symlink()
296 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_create_mf_symlink()
336 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_query_mf_symlink()
399 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_create_mf_symlink()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c76 struct ipoib_path path; member
561 struct ipoib_path *path; in __path_find() local
581 static int __path_add(struct net_device *dev, struct ipoib_path *path) in __path_add()
611 static void path_free(struct net_device *dev, struct ipoib_path *path) in path_free()
654 struct ipoib_path *path; in ipoib_path_iter_next() local
680 struct ipoib_path *path) in ipoib_path_iter_read()
690 struct ipoib_path *path, *tp; in ipoib_mark_paths_invalid() local
716 struct ipoib_path *path, *tp; in ipoib_flush_paths() local
747 struct ipoib_path *path = path_ptr; in path_rec_completion() local
861 static void init_path_rec(struct ipoib_dev_priv *priv, struct ipoib_path *path, in init_path_rec()
[all …]
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json3 "path": "system/chassis/motherboard/powersupply0", string
26 "path": "system/chassis/motherboard/powersupply1", string
49 "path": "system/chassis/motherboard/fan", string
71 "path": "/system/chassis/motherboard/management_card/bmc", string
99 "path": "system/chassis/motherboard", string
172 "path": "system/chassis/motherboard/cpu0", string
195 "path": "system/chassis/motherboard/cpu1", string
218 "path": "system/chassis", string
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_sessionstat_unittest.cpp33 std::string path = "/asdf/asdf"; in TEST() local
55 std::string path = "/asdf/asdf"; in TEST() local
H A Dmanager_commit_unittest.cpp35 std::string path = "/asdf/asdf"; in TEST() local
57 std::string path = "/asdf/asdf"; in TEST() local
/openbmc/estoraged/src/
H A DgetConfig.cpp22 constexpr const char* path = "/xyz/openbmc_project/object_mapper"; variable
32 const std::string& path, const std::string& owner, size_t retries) in getStorageInfo()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c108 static void *map_vdso(const char *path, size_t *_size) in map_vdso()
191 static bool patch_vdso(const char *path, void *vdso) in patch_vdso()
199 static bool get_symbols(const char *path, void *vdso) in get_symbols()
/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()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp63 std::string path = extractParameter<std::string>( in createDump() local
109 uint32_t Manager::captureDump(DumpTypes type, const std::string& path) in captureDump()
255 void Manager::removeWatch(const std::filesystem::path& path) in removeWatch()
/openbmc/qemu/tests/qtest/
H A Dqom-test.c19 static void test_properties(QTestState *qts, const char *path, bool recurse) in test_properties()
103 char *path; in add_machine_test_case() local
/openbmc/phosphor-gpio-monitor/presence/
H A Dmain.cpp44 auto path = entry.substr(0, pos); in getDrivers() local
64 std::string path{}; in main() local
/openbmc/phosphor-state-manager/
H A Dsettings.cpp55 const Path& path = iter.first; in Objects() local
100 Service Objects::service(const Path& path, const Interface& interface) const in service() argument
/openbmc/linux/tools/thermal/tmon/
H A Dsysfs.c33 int sysfs_set_ulong(char *path, char *filename, unsigned long val) in sysfs_set_ulong()
57 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong()
76 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string()
96 static int probe_cdev(struct cdev_info *cdi, char *path) in probe_cdev()
/openbmc/linux/fs/
H A Dd_path.c156 static int prepend_path(const struct path *path, in prepend_path()
215 char *__d_path(const struct path *path, in __d_path()
227 char *d_absolute_path(const struct path *path, in d_absolute_path()
265 char *d_path(const struct path *path, char *buf, int buflen) in d_path()

1...<<11121314151617181920>>...78