/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/ |
H A D | presence.json | 4 "path": "/system/board/Mt_Jefferson_Motherboard/FAN0", string 17 "path": "/system/board/Mt_Jefferson_Motherboard/FAN1", string 30 "path": "/system/board/Mt_Jefferson_Motherboard/FAN2", string 43 "path": "/system/board/Mt_Jefferson_Motherboard/FAN3", string
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_open_unittest.cpp | 24 std::string path = "/asdf/asdf"; in TEST() local 40 std::string path = "/asdf/asdf"; in TEST() local 58 std::string path = "/asdf/asdf"; in TEST() local 76 std::string path = "/asdf/asdf"; in TEST() local
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | 4.json | 18 "path": "/xyz/openbmc_project/led/physical/virtual_enc_id", string 43 "path": "/xyz/openbmc_project/inventory/system", string 81 "path": "/xyz/openbmc_project/led/groups/fan0_identify", string 100 "path": "/xyz/openbmc_project/led/groups/fan1_identify", string 119 "path": "/xyz/openbmc_project/led/groups/nvme0_identify", string 238 "path": "/xyz/openbmc_project/led/groups/fan0_fault", string 257 "path": "/xyz/openbmc_project/led/groups/fan1_fault", string 276 "path": "/xyz/openbmc_project/led/groups/nvme0_fault", string 295 "path": "/xyz/openbmc_project/led/groups/nvme1_fault", string 314 "path": "/xyz/openbmc_project/led/groups/nvme2_fault", string [all …]
|
/openbmc/phosphor-logging/test/ |
H A D | elog_quiesce_test.cpp | 43 std::string path{"/tmp/99"}; in TEST_F() local 69 std::string path{"/tmp/99"}; in TEST_F() local 97 std::string path{"/tmp/99"}; in TEST_F() local 154 std::string path{"/tmp/99"}; in TEST_F() local 213 std::string path{"/tmp/99"}; in TEST_F() local
|
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | 168 struct btrfs_path *path; in btrfs_insert_hole_extent() local 206 struct btrfs_path *path, in btrfs_lookup_csum() 259 struct btrfs_path *path, u64 objectid, in btrfs_lookup_file_extent() 283 struct btrfs_path *path, u64 disk_bytenr, in search_csum_tree() 349 struct btrfs_path *path; in btrfs_lookup_bio_sums() local 463 struct btrfs_path *path; in btrfs_lookup_csums_list() local 815 struct btrfs_path *path, in truncate_one_csum() 868 struct btrfs_path *path; in btrfs_del_csums() local 1009 struct btrfs_path *path, in find_next_csum_offset() 1046 struct btrfs_path *path; in btrfs_csum_file_blocks() local [all …]
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 74 struct rtrs_path *path = con->path; in rtrs_iu_post_recv() local 131 struct rtrs_path *path = con->path; in rtrs_iu_post_send() local 193 struct rtrs_path *path = con->path; in rtrs_post_rdma_write_imm_empty() local 295 int rtrs_cq_qp_create(struct rtrs_path *path, struct rtrs_con *con, in rtrs_cq_qp_create() 328 static void schedule_hb(struct rtrs_path *path) in schedule_hb() 334 void rtrs_send_hb_ack(struct rtrs_path *path) in rtrs_send_hb_ack() 354 struct rtrs_path *path; in hb_work() local 386 void rtrs_init_hb(struct rtrs_path *path, struct ib_cqe *cqe, in rtrs_init_hb() 401 void rtrs_start_hb(struct rtrs_path *path) in rtrs_start_hb() 407 void rtrs_stop_hb(struct rtrs_path *path) in rtrs_stop_hb()
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | item_updater.cpp | 56 std::string path(std::move(objPath)); in createActivation() local 142 std::string& id, std::string& path, in createActivationWithApplyTime() 159 std::string& id, std::string& path, std::string& version, in verifyAndCreateObjects() 235 const std::string& path) in createUpdateObject() 349 auto path = fs::path(SOFTWARE_OBJPATH) / id; in processBMCImage() local 758 void ItemUpdater::createActiveAssociation(const std::string& path) in createActiveAssociation() 765 void ItemUpdater::createFunctionalAssociation(const std::string& path) in createFunctionalAssociation() 772 void ItemUpdater::createUpdateableAssociation(const std::string& path) in createUpdateableAssociation() 779 void ItemUpdater::removeAssociations(const std::string& path) in removeAssociations() 949 std::string path = BIOS_OBJPATH; in createBIOSObject() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-ps-service-time.c | 33 struct dm_path *path; member 83 static int st_status(struct path_selector *ps, struct dm_path *path, in st_status() 112 static int st_add_path(struct path_selector *ps, struct dm_path *path, in st_add_path() 176 static void st_fail_path(struct path_selector *ps, struct dm_path *path) in st_fail_path() 187 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path) in st_reinstate_path() 304 static int st_start_io(struct path_selector *ps, struct dm_path *path, in st_start_io() 314 static int st_end_io(struct path_selector *ps, struct dm_path *path, in st_end_io()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | sdbusplus.hpp | 43 const std::string& busName, const std::string& path, in callMethodNoReply() 58 static auto callMethod(const std::string& busName, const std::string& path, in callMethod() 71 const std::string& busName, const std::string& path, in callMethodAndRead() 97 static auto getBusName(const std::string& path, in getBusName()
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | utils.hpp | 157 T getProperty(sdbusplus::bus_t& bus, const char* service, const char* path, in getProperty() 197 inline std::string getService(sdbusplus::bus_t& bus, const char* path, in getService() 204 getServices(sdbusplus::bus_t& bus, const char* path, const char* interface) in getServices() 241 T getProperty(sdbusplus::bus_t& bus, const char* service, const char* path, in getProperty()
|
/openbmc/linux/tools/testing/selftests/efivarfs/ |
H A D | open-unlink.c | 13 static int set_immutable(const char *path, int immutable) in set_immutable() 44 static int get_immutable(const char *path) in get_immutable() 70 const char *path; in main() local
|
/openbmc/openbmc-tools/dbusView/ |
H A D | dbusView.py | 52 def doIntrospect(busname, path): argument 89 def path(name, path): function
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 506 const char *path = (const char *)req_data; in xs_read() local 544 const char *path; in xs_write() local 581 const char *path; in xs_mkdir() local 653 const char *path; in xs_directory() local 813 const char *path = (const char *)req_data; in xs_rm() local 835 const char *path = (const char *)req_data; in xs_get_perms() local 866 const char *path = (const char *)req_data; in xs_set_perms() local 916 const char *token, *path = (const char *)req_data; in xs_watch() local 1316 char *path; member 1507 char *path; member [all …]
|
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | config.json | 4 "path": "/system/chassis/motherboard/fan0", string 23 "path": "/system/chassis/motherboard/fan1", string 42 "path": "/system/chassis/motherboard/fan2", string 61 "path": "/system/chassis/motherboard/fan3", string 80 "path": "/system/chassis/motherboard/fan4", string 99 "path": "/system/chassis/motherboard/fan5", string
|
/openbmc/qemu/tests/qtest/ |
H A D | test-x86-cpuid-compat.c | 13 char *path; in get_cpu0_qom_path() local 25 static QObject *qom_get(const char *path, const char *prop) in qom_get() 37 static bool qom_get_bool(const char *path, const char *prop) in qom_get_bool() 55 char *path; in test_cpuid_prop() local 147 char *path; in test_feature_flag() local 201 char *path; in test_plus_minus_subprocess() local
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 42 const char *path = "/sys/class/powercap/intel-rapl/enabled"; in is_rapl_enabled() local 58 QIOChannelSocket *vmsr_open_socket(const char *path) in vmsr_open_socket() 183 const char *path = "/sys/devices/system/cpu/"; in vmsr_get_maxcpus() local 208 g_autofree char *path = NULL; in vmsr_count_cpus_per_package() local 264 g_autofree char *path = NULL; in vmsr_read_thread_stat() local 295 g_autofree char *path = g_build_filename("/proc", task_path, NULL); in vmsr_get_thread_ids() local
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | path.c | 41 avs_path_find_pipeline(struct avs_path *path, u32 template_id) in avs_path_find_pipeline() 56 struct avs_path *path; in avs_path_find_path() local 834 static void avs_path_free_unlocked(struct avs_path *path) in avs_path_free_unlocked() 851 struct avs_path *path; in avs_path_create_unlocked() local 873 void avs_path_free(struct avs_path *path) in avs_path_free() 888 struct avs_path *path; in avs_path_create() local 940 int avs_path_bind(struct avs_path *path) in avs_path_bind() 973 int avs_path_unbind(struct avs_path *path) in avs_path_unbind() 1002 int avs_path_reset(struct avs_path *path) in avs_path_reset() 1025 int avs_path_pause(struct avs_path *path) in avs_path_pause() [all …]
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-versal-canfd.c | 687 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in canfd_update_irq() local 966 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in store_rx_sequential() local 1085 g_autofree char *path = NULL; in update_rx_sequential() local 1207 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1216 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1226 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1369 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_data() local 1422 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in canfd_srr_pre_write() local 1459 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in filter_mask() local 1479 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in filter_id() local [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 265 xs_transaction_t t, const char *path, in libxenstore_directory() 272 const char *path, unsigned int *len) in libxenstore_read() 278 const char *path, const void *data, in libxenstore_write() 286 unsigned int perms, const char *path) in libxenstore_create() 308 const char *path) in libxenstore_destroy() 314 char *path; member 331 static struct qemu_xs_watch *new_watch(const char *path, xs_watch_fn fn, in new_watch() 357 const char *path, xs_watch_fn fn, in libxenstore_watch()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 189 char path[] = "/tmp/regtestXXXXXX"; in SetUpTestCase() local 200 fs::path path = regDir / "registry.json"; in writeData() local 213 auto path = RegistryTest::writeData(registryData); in TEST_F() local 222 auto path = RegistryTest::writeData(registryData); in TEST_F() local 298 auto path = RegistryTest::writeData(registryData); in TEST_F() local 324 auto path = RegistryTest::writeData("bad {} json"); in TEST_F() local 1173 auto path = RegistryTest::writeData(registryData); in TEST_F() local 1184 auto path = RegistryTest::writeData(registryData); in TEST_F() local
|
/openbmc/openpower-occ-control/ |
H A D | i2c_occ.cpp | 46 std::vector<std::string> getOccHwmonDevices(const char* path) in getOccHwmonDevices() 79 void i2cToDbus(std::string& path) in i2cToDbus() 84 void dbusToI2c(std::string& path) in dbusToI2c()
|
/openbmc/linux/tools/testing/selftests/ia64/ |
H A D | aliasing-test.c | 24 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem() 62 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree() 119 static int read_rom(char *path) in read_rom() 147 static int scan_rom(char *path, char *file) in scan_rom()
|
/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() 359 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 365 static int synth_mknod(FsContext *fs_ctx, V9fsPath *path, in synth_mknod() 372 static int synth_mkdir(FsContext *fs_ctx, V9fsPath *path, in synth_mkdir() 379 static ssize_t synth_readlink(FsContext *fs_ctx, V9fsPath *path, in synth_readlink() 413 static int synth_utimensat(FsContext *fs_ctx, V9fsPath *path, in synth_utimensat() 420 static int synth_remove(FsContext *ctx, const char *path) in synth_remove() 446 static ssize_t synth_lgetxattr(FsContext *ctx, V9fsPath *path, in synth_lgetxattr() 453 static ssize_t synth_llistxattr(FsContext *ctx, V9fsPath *path, in synth_llistxattr() 460 static int synth_lsetxattr(FsContext *ctx, V9fsPath *path, in synth_lsetxattr() [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | dfs_cache.c | 40 const char *path; member 76 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path() 557 static struct cache_entry *lookup_cache_entry(const char *path) in lookup_cache_entry() 646 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral() 685 const char *path, in cache_refresh_path() 756 static int setup_referral(const char *path, struct cache_entry *ce, in setup_referral() 857 int remap, const char *path, struct dfs_info3_param *ref, in dfs_cache_find() 904 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref, in dfs_cache_noreq_find() 990 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it, in dfs_cache_get_tgt_referral() 1136 const char *path, in mark_for_reconnect_if_needed() [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-hmp-cmds.c | 110 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_status() local 190 const char *path = qdict_get_try_str(qdict, "path"); in hmp_vhost_queue_status() local 226 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_queue_status() local 271 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_queue_element() local
|