Home
last modified time | relevance | path

Searched defs:path (Results 26 – 50 of 1127) sorted by relevance

12345678910>>...46

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp31 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 Dassociations.json3 "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 Dxattr.py20 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 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()
H A Dcoxattr.c25 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 Dpmbus.cpp92 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 Dxlnx-zynqmp-can.c407 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 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/phosphor-power/
H A Dutility.cpp39 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 Dpmbus.cpp93 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 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
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 Dgit16 path = os.environ['PATH'] variable
24 path = path.replace(r, '/ignoreme') variable
/openbmc/openbmc/poky/scripts/cross-intercept/
H A Dar10 path = os.environ['PATH'] variable
11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable
/openbmc/openbmc/poky/scripts/native-intercept/
H A Dar10 path = os.environ['PATH'] variable
11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable
/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/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-bmc-code-mgmt/bmc/
H A Dserialize.cpp29 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 Dactivation.hpp72 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 DdbusView.py52 def doIntrospect(busname, path): argument
89 def path(name, path): function
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c438 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 Dpresence.json4 "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 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/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
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/
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/openbmc/poky/scripts/nativesdk-intercept/
H A Dchgrp10 path = os.environ['PATH'] variable
11 path = path.replace(os.path.dirname(sys.argv[0]), '') variable

12345678910>>...46