/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 31 void escapePathForDbus(std::string& path) in escapePathForDbus() 64 void checkDbusPathExists(const std::string& path, in checkDbusPathExists() 78 void getSubTree(const std::string& path, int32_t depth, in getSubTree() 94 const std::string& path, int32_t depth, in getSubTreePaths() 113 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTree() 130 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTreePaths() 148 const std::string& id, const std::string& path, in getAssociatedSubTreeById() 166 const std::string& id, const std::string& path, in getAssociatedSubTreePathsById() 185 void getDbusObject(const std::string& path, in getDbusObject() 201 const std::string& path, in getAssociationEndPoints() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/ |
H A D | associations.json | 3 "path": "system/chassis/motherboard/powersupply0", string 43 "path": "system/chassis/motherboard/powersupply1", string 83 "path": "system/chassis/motherboard/fan0", string 121 "path": "system/chassis/motherboard/fan1", string 159 "path": "system/chassis/motherboard/fan2", string 197 "path": "system/chassis/motherboard/fan3", string 235 "path": "system/chassis/motherboard", string 300 "path": "system/chassis/motherboard/gv100card0", string 318 "path": "system/chassis/motherboard/gv100card1", string 336 "path": "system/chassis/motherboard/gv100card2", string [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | xattr.py | 20 def listxattr(path, follow=True): argument 59 def getxattr(path, name, follow=True): argument 87 def get_all_xattr(path, follow=True): argument
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-xattr-user.c | 25 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()
|
H A D | coxattr.c | 25 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *pdu, V9fsPath *path, void *value, in v9fs_co_llistxattr() 46 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lgetxattr() 70 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lsetxattr() 94 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lremovexattr()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.cpp | 92 auto path = basePath / "name"; in getDeviceName() local 120 fs::path path = getPath(type); in readBit() local 166 auto path = getPath(type); in exists() local 175 auto path = getPath(type); in read() local 206 auto path = getPath(type); in readString() local 236 auto path = getPath(type) / name; in readBinary() local 279 fs::path path = getPath(type); in write() local 308 fs::path path{basePath}; in findHwmonDir() local
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-zynqmp-can.c | 407 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 416 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 426 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 491 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_fifo() local 594 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 611 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 617 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 825 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_filter_mask_pre_write() local 846 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_filter_id_pre_write() local 870 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_tx_post_write() local [all …]
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_delete_unittest.cpp | 24 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/phosphor-power/ |
H A D | utility.cpp | 39 std::string getService(const std::string& path, const std::string& interface, in getService() 67 DbusPropertyMap getAllProperties(sdbusplus::bus_t& bus, const std::string& path, in getAllProperties() 91 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() 97 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree() 117 const sdbusplus::message::object_path& path, in getAssociatedSubTreePaths() 135 json loadJSONFromFile(const char* path) in loadJSONFromFile() 229 const std::string& path) in getChassisInventoryUniqueId() 237 uint64_t getParentEMUniqueId(sdbusplus::bus_t& bus, const std::string& path) in getParentEMUniqueId()
|
H A D | pmbus.cpp | 93 auto path = basePath / "name"; getDeviceName() local 121 fs::path path = getPath(type); readBit() local 168 auto path = getPath(type); exists() local 177 auto path = getPath(type); read() local 217 auto path = getPath(type); readString() local 248 auto path = getPath(type) / name; readBinary() local 291 fs::path path = getPath(type); write() local 322 fs::path path = getPath(type); writeBinary() local 354 fs::path path{basePath}; findHwmonDir() local [all...] |
/openbmc/phosphor-led-manager/manager/lamptest/ |
H A D | lamptest.cpp | 27 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates() local 41 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates() local 71 for (const auto& path : physicalLEDPaths) in stop() local 119 for (const auto& path : physicalLEDPaths) in storePhysicalLEDsStates() local 227 for (const auto& path : physicalLEDPaths) in start() local 325 void LampTest::getPhysicalLEDNamesFromJson(const fs::path& path) in getPhysicalLEDNamesFromJson() 367 for (const auto& path : physicalLedPaths) in clearLamps() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | git | 16 path = os.environ['PATH'] variable 24 path = path.replace(r, '/ignoreme') variable
|
/openbmc/openbmc/poky/scripts/cross-intercept/ |
H A D | ar | 10 path = os.environ['PATH'] variable 11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable
|
/openbmc/openbmc/poky/scripts/native-intercept/ |
H A D | ar | 10 path = os.environ['PATH'] variable 11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | associations_test.cpp | 162 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/qemu/hw/mem/ |
H A D | cxl_type3_stubs.c | 16 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-bmc-code-mgmt/bmc/ |
H A D | serialize.cpp | 29 auto path = fs::path(PERSIST_DIR) / flashId; in storePriority() local 50 auto path = fs::path(PERSIST_DIR) / flashId; in storePurpose() local 71 auto path = fs::path(PERSIST_DIR) / flashId / priorityName; in restorePriority() local 133 auto path = fs::path(PERSIST_DIR) / flashId / purposeName; in restorePurpose() local 155 auto path = fs::path(PERSIST_DIR) / flashId; in removePersistDataDirectory() local
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | activation.hpp | 72 RedundancyPriority(sdbusplus::bus_t& bus, const std::string& path, in RedundancyPriority() 113 ActivationBlocksTransition(sdbusplus::bus_t& bus, const std::string& path) : in ActivationBlocksTransition() 128 ActivationProgress(sdbusplus::bus_t& bus, const std::string& path) : in ActivationProgress() 154 Activation(sdbusplus::bus_t& bus, const std::string& path, in Activation() 212 std::string path; member in openpower::software::updater::Activation
|
/openbmc/openbmc-tools/dbusView/ |
H A D | dbusView.py | 52 def doIntrospect(busname, path): argument 89 def path(name, path): function
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.c | 438 static int yaffsfs_alt_dir_path(const YCHAR *path, YCHAR **ret_path) in yaffsfs_alt_dir_path() 479 static struct yaffs_dev *yaffsfs_FindDevice(const YCHAR *path, in yaffsfs_FindDevice() 549 static int yaffsfs_CheckPath(const YCHAR *path) in yaffsfs_CheckPath() 567 static struct yaffs_dev *yaffsfs_FindMountPoint(const YCHAR *path) in yaffsfs_FindMountPoint() 578 static struct yaffs_obj *yaffsfs_FindRoot(const YCHAR *path, in yaffsfs_FindRoot() 622 const YCHAR *path, in yaffsfs_DoFindDirectory() 692 const YCHAR *path, in yaffsfs_FindDirectory() 705 const YCHAR *path, int symDepth, in yaffsfs_FindObject() 773 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int sharing) in yaffs_open_sharing() 996 int yaffs_open(const YCHAR *path, int oflag, int mode) in yaffs_open() [all …]
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/ |
H A D | presence.json | 4 "path": "/system/board/Mt_Mitchell_Motherboard/FAN0", string 20 "path": "/system/board/Mt_Mitchell_Motherboard/FAN1", string 36 "path": "/system/board/Mt_Mitchell_Motherboard/FAN2", string 52 "path": "/system/board/Mt_Mitchell_Motherboard/FAN3", string 68 "path": "/system/board/Mt_Mitchell_Motherboard/FAN4", string 84 "path": "/system/board/Mt_Mitchell_Motherboard/FAN5", string
|
/openbmc/u-boot/fs/btrfs/ |
H A D | inode.c | 14 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/phosphor-logging/extensions/openpower-pels/ |
H A D | dbus_watcher.hpp | 33 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
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/ |
H A D | presence.json | 4 "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/openbmc/poky/scripts/nativesdk-intercept/ |
H A D | chgrp | 10 path = os.environ['PATH'] variable 11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable
|