Home
last modified time | relevance | path

Searched defs:path (Results 51 – 75 of 1900) sorted by relevance

12345678910>>...76

/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp61 std::string justFanName(const std::string& path) in justFanName()
84 const std::string& path, const std::string& iface, in getPathsFromIface()
89 for (auto& path : in getPathsFromIface() local
139 for (auto& path : SDBusPlus::getSubTreePathsRaw(bus, paths["tach"], in loadDBusData() local
153 for (auto& path : SDBusPlus::getSubTreePathsRaw( in loadDBusData() local
221 std::string path("/xyz/openbmc_project/state/bmc0"); in getStates() local
300 for (auto& path : pathMap["tach"][fan]) in status() local
316 for (auto& path : itFan->second) in status() local
342 for (auto& path : itFan->second) in status() local
408 for (auto& path : pathMap["tach"][fan]) in get() local
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c111 u32 path, i; in rtw8822c_dac_backup_reg() local
140 u32 path, i; in rtw8822c_dac_restore_reg() local
1031 u8 path; in rtw8822c_set_power_trim() local
1181 u8 path; in rtw8822c_rfk_power_save() local
1787 u8 path; in rtw8822c_txgapk() local
1849 u8 path; in rtw8822c_pwrtrack_init() local
2740 u8 path; in rtw8822c_set_write_tx_power_ref() local
3356 u8 path; in rtw8822c_dpk_pre_setting() local
3604 u8 path; member
3987 u8 path; in rtw8822c_dpk_cal_coef1() local
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-stub.c16 VirtioStatus *qmp_x_query_virtio_status(const char *path, Error **errp) in qmp_x_query_virtio_status()
21 VirtVhostQueueStatus *qmp_x_query_virtio_vhost_queue_status(const char *path, in qmp_x_query_virtio_vhost_queue_status()
28 VirtQueueStatus *qmp_x_query_virtio_queue_status(const char *path, in qmp_x_query_virtio_queue_status()
35 VirtioQueueElement *qmp_x_query_virtio_queue_element(const char *path, in qmp_x_query_virtio_queue_element()
/openbmc/qemu/hw/mem/
H A Dcxl_type3_stubs.c16 void qmp_cxl_inject_general_media_event(const char *path, CxlEventLog log, in qmp_cxl_inject_general_media_event()
26 void qmp_cxl_inject_dram_event(const char *path, CxlEventLog log, uint8_t flags, in qmp_cxl_inject_dram_event()
40 void qmp_cxl_inject_memory_module_event(const char *path, CxlEventLog log, in qmp_cxl_inject_memory_module_event()
52 void qmp_cxl_inject_poison(const char *path, uint64_t start, uint64_t length, in qmp_cxl_inject_poison()
58 void qmp_cxl_inject_uncorrectable_errors(const char *path, in qmp_cxl_inject_uncorrectable_errors()
65 void qmp_cxl_inject_correctable_error(const char *path, CxlCorErrorType type, in qmp_cxl_inject_correctable_error()
71 void qmp_cxl_add_dynamic_capacity(const char *path, in qmp_cxl_add_dynamic_capacity()
82 void qmp_cxl_release_dynamic_capacity(const char *path, uint16_t host_id, in qmp_cxl_release_dynamic_capacity()
/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp27 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates() local
41 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates() local
72 for (const auto& path : physicalLEDPaths) in stop() local
121 for (const auto& path : physicalLEDPaths) in storePhysicalLEDsStates() local
229 for (const auto& path : physicalLEDPaths) in start() local
328 void LampTest::getPhysicalLEDNamesFromJson(const fs::path& path) in getPhysicalLEDNamesFromJson()
370 for (const auto& path : physicalLedPaths) in clearLamps() local
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/
H A Dibm,rainier-4u_associations.json4 "path": "system/chassis/motherboard", string
315 "path": "system/chassis", string
565 "path": "system", string
5031 "path": "cables/dp0_cable0", string
5083 "path": "cables/dp0_cable1", string
5135 "path": "cables/dp0_cable2", string
5187 "path": "cables/dp0_cable3", string
5239 "path": "cables/dp1_cable0", string
5289 "path": "cables/dp1_cable1", string
5339 "path": "cables/dp1_cable2", string
[all …]
H A Dibm,blueridge-4u_associations.json4 "path": "system/chassis/motherboard", string
315 "path": "system/chassis", string
565 "path": "system", string
5031 "path": "cables/dp0_cable0", string
5083 "path": "cables/dp0_cable1", string
5135 "path": "cables/dp0_cable2", string
5187 "path": "cables/dp0_cable3", string
5239 "path": "cables/dp1_cable0", string
5289 "path": "cables/dp1_cable1", string
5339 "path": "cables/dp1_cable2", string
[all …]
/openbmc/linux/tools/include/nolibc/
H A Dsys.h112 int sys_chdir(const char *path) in sys_chdir()
118 int chdir(const char *path) in chdir()
141 int chmod(const char *path, mode_t mode) in chmod()
175 int sys_chroot(const char *path) in sys_chroot()
181 int chroot(const char *path) in chroot()
615 int mkdir(const char *path, mode_t mode) in mkdir()
625 int sys_rmdir(const char *path) in sys_rmdir()
637 int rmdir(const char *path) in rmdir()
1089 int umount2(const char *path, int flags) in umount2()
1100 int sys_unlink(const char *path) in sys_unlink()
[all …]
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_delete_unittest.cpp24 std::string path = "/asdf/asdf"; in TEST() local
43 std::string path = "/asdf/asdf"; in TEST() local
61 std::string path = "/asdf/asdf"; in TEST() local
79 std::string path = "/asdf/asdf"; in TEST() local
98 std::string path = "/asdf/asdf"; in TEST() local
/openbmc/linux/tools/perf/tests/
H A Dtopology.c17 static int get_temp(char *path) in get_temp()
33 static int session_write_header(char *path) in session_write_header()
62 static int check_cpu_topology(char *path, struct perf_cpu_map *map) in check_cpu_topology()
207 char path[PATH_MAX]; in test__session_topology() local
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, in test()
35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
44 #define T(path, an, k, c, n) \ argument
47 #define M(path, c, e) \ argument
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp140 std::string path = "/test/object_path_0/child/grandchild"; in TEST_F() local
154 std::string path = "/test/object_path_0/child/grandchild"; in TEST_F() local
178 std::string path = "/test/object_path_0"; in TEST_F() local
197 std::string path = "/test/object_path_0"; in TEST_F() local
214 std::string path = "/test/object_path_0"; in TEST_F() local
274 std::string path = "/test/object_path_0"; in TEST_F() local
317 sdbusplus::message::object_path path("/test/object_path_0"); in TEST_F() local
386 sdbusplus::message::object_path path("/test/object_path_0"); in TEST_F() local
444 sdbusplus::message::object_path path("/test/object_path_0"); in TEST_F() local
516 sdbusplus::message::object_path path("/test/object_path_0"); in TEST_F() local
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A D4.json18 "path": "/xyz/openbmc_project/led/physical/virtual_enc_id", string
43 "path": "/xyz/openbmc_project/inventory/system", string
292 "path": "/xyz/openbmc_project/led/groups/cpu0_identify", string
313 "path": "/xyz/openbmc_project/led/groups/cpu1_identify", string
557 "path": "/xyz/openbmc_project/led/groups/fan0_identify", string
1481 "path": "/xyz/openbmc_project/led/groups/cpu0_fault", string
1502 "path": "/xyz/openbmc_project/led/groups/cpu1_fault", string
1746 "path": "/xyz/openbmc_project/led/groups/fan0_fault", string
1765 "path": "/xyz/openbmc_project/led/groups/fan1_fault", string
1784 "path": "/xyz/openbmc_project/led/groups/fan2_fault", string
[all …]
H A D11.json18 "path": "/xyz/openbmc_project/led/groups/enclosure_identify", string
37 "path": "/xyz/openbmc_project/led/groups/base_blyth_identify", string
267 "path": "/xyz/openbmc_project/led/groups/cpu0_identify", string
288 "path": "/xyz/openbmc_project/led/groups/cpu1_identify", string
532 "path": "/xyz/openbmc_project/led/groups/fan0_identify", string
551 "path": "/xyz/openbmc_project/led/groups/fan1_identify", string
570 "path": "/xyz/openbmc_project/led/groups/fan2_identify", string
589 "path": "/xyz/openbmc_project/led/groups/fan4_identify", string
627 "path": "/xyz/openbmc_project/led/groups/nvme0_identify", string
646 "path": "/xyz/openbmc_project/led/groups/nvme1_identify", string
[all …]
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpupower.c17 int is_valid_path(const char *path) in is_valid_path()
24 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs()
45 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs()
76 char path[SYSFS_PATH_MAX]; in cpupower_is_cpu_online() local
121 char path[SYSFS_PATH_MAX]; in sysfs_topology_read_file() local
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp162 fs::path path = jsonDir / "associations.json"; in writeFile() local
185 auto path = writeFile(goodJson); in TEST_F() local
243 auto path = writeFile(badJson0); in TEST_F() local
257 auto path = writeFile(badJson1); in TEST_F() local
271 auto path = writeFile(badJson2); in TEST_F() local
285 auto path = writeFile(badJson3); in TEST_F() local
/openbmc/linux/drivers/interconnect/
H A Dcore.c170 struct icc_path *path; in path_init() local
199 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local
302 static int apply_constraints(struct icc_path *path) in apply_constraints()
426 struct icc_path **ptr, *path; in devm_of_icc_get() local
461 struct icc_path *path; in of_icc_get_by_index() local
603 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get() local
643 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
668 const char *icc_get_name(struct icc_path *path) in icc_get_name()
766 int icc_enable(struct icc_path *path) in icc_enable()
772 int icc_disable(struct icc_path *path) in icc_disable()
[all …]
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/
H A D4.json18 "path": "/xyz/openbmc_project/led/physical/virtual_enc_id", string
43 "path": "/xyz/openbmc_project/inventory/system", string
62 "path": "/xyz/openbmc_project/led/groups/bmc_identify", string
2958 "path": "/xyz/openbmc_project/led/groups/bmc_fault", string
4766 "path": "/xyz/openbmc_project/led/groups/fan0_fault", string
4785 "path": "/xyz/openbmc_project/led/groups/fan1_fault", string
4804 "path": "/xyz/openbmc_project/led/groups/fan2_fault", string
4823 "path": "/xyz/openbmc_project/led/groups/fan3_fault", string
5507 "path": "/xyz/openbmc_project/led/groups/tpm_fault", string
5526 "path": "/xyz/openbmc_project/led/groups/vrm0_fault", string
[all …]
/openbmc/linux/tools/testing/selftests/memfd/
H A Dfuse_mnt.c27 static int memfd_getattr(const char *path, struct stat *st) in memfd_getattr()
45 static int memfd_readdir(const char *path, in memfd_readdir()
61 static int memfd_open(const char *path, struct fuse_file_info *fi) in memfd_open()
75 static int memfd_read(const char *path, in memfd_read()
/openbmc/qemu/hw/9pfs/
H A D9p-xattr-user.c25 static ssize_t mp_user_getxattr(FsContext *ctx, const char *path, in mp_user_getxattr()
39 static ssize_t mp_user_listxattr(FsContext *ctx, const char *path, in mp_user_listxattr()
72 static int mp_user_setxattr(FsContext *ctx, const char *path, const char *name, in mp_user_setxattr()
87 const char *path, const char *name) in mp_user_removexattr()
/openbmc/linux/fs/ext4/
H A Dextents.c156 struct ext4_ext_path *path) in ext4_ext_get_access()
187 struct ext4_ext_path *path) in __ext4_ext_dirty()
261 struct ext4_ext_path *path, in ext4_ext_new_meta_block()
1056 struct ext4_ext_path *path, in ext4_ext_split()
1473 struct ext4_ext_path *path, in ext4_ext_search_left()
1708 struct ext4_ext_path *path) in ext4_ext_correct_indexes()
2571 struct ext4_ext_path *path, in ext4_ext_rm_leaf()
5179 struct ext4_ext_path *path; in ext4_ext_shift_extents() local
5461 struct ext4_ext_path *path; in ext4_insert_range() local
5819 struct ext4_ext_path *path; in ext4_clu_mapped() local
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dinode.c14 struct btrfs_path path; in btrfs_lookup_inode_ref() local
53 struct btrfs_path path; in btrfs_lookup_inode() local
88 struct btrfs_path path; in btrfs_readlink() local
190 static inline int next_length(const char *path) in next_length()
212 u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, in btrfs_lookup_path()
322 struct btrfs_path path; in btrfs_file_read() local
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/mtjade/
H A Dpresence.json4 "path": "/system/chassis/Mt_Jade/FAN3", string
20 "path": "/system/chassis/Mt_Jade/FAN4", string
36 "path": "/system/chassis/Mt_Jade/FAN5", string
52 "path": "/system/chassis/Mt_Jade/FAN6", string
68 "path": "/system/chassis/Mt_Jade/FAN7", string
84 "path": "/system/chassis/Mt_Jade/FAN8", string
/openbmc/phosphor-power/
H A Dutility.cpp36 std::string getService(const std::string& path, const std::string& interface, in getService()
66 DbusPropertyMap getAllProperties(sdbusplus::bus_t& bus, const std::string& path, in getAllProperties()
90 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree()
96 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree()
116 const sdbusplus::message::object_path& path, in getAssociatedSubTreePaths()
134 json loadJSONFromFile(const char* path) in loadJSONFromFile()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp33 DBusWatcher(const std::string& path, const std::string& interface) : in DBusWatcher()
99 PropertyWatcher(sdbusplus::bus_t& bus, const std::string& path, in PropertyWatcher()
143 PropertyWatcher(sdbusplus::bus_t& bus, const std::string& path, in PropertyWatcher()
206 sdbusplus::message::object_path path; in interfaceAdded() local
278 InterfaceWatcher(sdbusplus::bus_t& bus, const std::string& path, in InterfaceWatcher()
349 sdbusplus::message::object_path path; in interfaceAdded() local

12345678910>>...76