Home
last modified time | relevance | path

Searched defs:path (Results 376 – 400 of 1901) sorted by relevance

1...<<11121314151617181920>>...77

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp156 ServiceCache::ServiceCache(const std::string& intf, const std::string& path) : in ServiceCache()
161 ServiceCache::ServiceCache(std::string&& intf, std::string&& path) : in ServiceCache()
195 const std::string& path) in getService()
289 ObjectTree getAllAncestors(sdbusplus::bus_t& bus, const std::string& path, in getAllAncestors()
330 const std::string& path, std::string& service) in getService()
515 getAllAncestors(Context::ptr ctx, const std::string& path, in getAllAncestors()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_cgroup.h18 char path[PATH_MAX]; member
33 char path[XT_CGROUP_PATH_MAX]; member
/openbmc/linux/fs/
H A Dfs_struct.c15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root()
34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd()
/openbmc/linux/drivers/interconnect/
H A Ddebugfs-client.c35 struct icc_path *path; member
41 struct debugfs_path *path; in get_path() local
/openbmc/phosphor-logging/
H A Delog_serialize.cpp114 auto path = getEntrySerializePath(e.id(), dir); in serialize() local
121 bool deserialize(const fs::path& path, Entry& e) in deserialize()
/openbmc/linux/drivers/s390/char/
H A Dmonreader.c48 struct iucv_path *path; member
230 static void mon_iucv_path_complete(struct iucv_path *path, u8 *ipuser) in mon_iucv_path_complete()
238 static void mon_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in mon_iucv_path_severed()
250 static void mon_iucv_message_pending(struct iucv_path *path, in mon_iucv_message_pending()
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp404 std::filesystem::path path(smbiosInventoryPath); in systemInfoUpdate() local
541 std::string path = in systemInfoUpdate() local
574 std::string path = in systemInfoUpdate() local
607 std::string path = in systemInfoUpdate() local
/openbmc/linux/tools/cgroup/
H A Diocost_coef_gen.py60 def dir_to_dev(path): argument
73 def create_testfile(path, size): argument
/openbmc/phosphor-pid-control/
H A Dsetsensor.cpp32 std::string path{sobjectPath}; in SetHostSensor() local
65 std::string path = GetControlPath(zone); in SetManualMode() local
/openbmc/pldm/libpldmresponder/examples/pdr/
H A Dsensor_pdr.json26 "path": "/foo/bar", string
43 "path": "/foo/bar", string
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py209 def from_file_json(path): argument
233 def parse_top_build_stats(path): argument
249 def from_dir(cls, path): argument
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp354 void addObjects(const std::string& path, const std::string& intf, in addObjects()
405 inline void removeInterface(const std::string& path, in removeInterface()
424 static inline auto getObjValueVariant(const std::string& path, in getObjValueVariant()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c69 struct iucv_path *path; /* IUCV path pointer */ member
589 struct iucv_path *path; in hvc_iucv_hangup() local
670 struct iucv_path *path; in hvc_iucv_dtr_rts() local
783 static int hvc_iucv_path_pending(struct iucv_path *path, u8 *ipvmid, in hvc_iucv_path_pending()
882 static void hvc_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in hvc_iucv_path_severed()
900 static void hvc_iucv_msg_pending(struct iucv_path *path, in hvc_iucv_msg_pending()
948 static void hvc_iucv_msg_complete(struct iucv_path *path, in hvc_iucv_msg_complete()
/openbmc/linux/fs/reiserfs/
H A Dtail_conversion.c26 struct treepath *path, struct buffer_head *unbh, in direct2indirect()
204 struct treepath *path, /* path to the indirect item. */ in indirect2direct()
/openbmc/phosphor-power/
H A Dutility.hpp63 const std::string& path, const std::string& service, in getProperty()
91 const std::string& path, const std::string& service, in setProperty()
/openbmc/phosphor-host-ipmid/
H A Dread_fru_data.cpp46 const std::string& path) in readAllProperties()
90 std::string path = msg.get_path(); in processFruPropChange() local
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp65 auto path = util::pdbg::getPath(target); in lpc_timeout_callout() local
101 auto path = util::pdbg::getPath(target); in lpc_timeout() local
/openbmc/phosphor-logging/test/
H A Delog_update_ts_test.cpp63 std::string path{"/tmp/99"}; in TEST() local
134 std::string path{"/tmp/99"}; in TEST() local
/openbmc/sdbusplus/src/
H A Dbus.cpp7 void bus::emit_interfaces_added(const char* path, in emit_interfaces_added()
15 void bus::emit_interfaces_removed(const char* path, in emit_interfaces_removed()
/openbmc/linux/tools/perf/util/
H A Dcpumap.c192 char path[PATH_MAX]; in cpu__get_topology_int() local
370 static int get_max_num(char *path, int *max) in get_max_num()
405 char path[PATH_MAX]; in set_max_cpu_num() local
445 char path[PATH_MAX]; in set_max_node_num() local
529 char path[PATH_MAX]; in cpu__setup_cpunode_map() local
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp97 sdbusplus::message::object_path path("/xyz/openbmc_project/VirtualMedia"); in findAndParseObject() local
294 std::string path = object.first.filename(); in getVmResourceList() local
488 sdbusplus::message::object_path path( in doMountVmLegacy() local
741 sdbusplus::message::object_path path( in handleManagersVirtualMediaActionInsertPost() local
811 sdbusplus::message::object_path path( in handleManagersVirtualMediaActionEject() local
/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv.c44 static int smsg_path_pending(struct iucv_path *path, u8 *ipvmid, u8 *ipuser) in smsg_path_pending()
52 static void smsg_message_pending(struct iucv_path *path, in smsg_message_pending()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp81 std::vector<std::string> executeCmd(const char* path, ArgTypes&&... tArgs) in executeCmd()
425 const std::string path; member in phosphor::user::UserMgr
/openbmc/linux/fs/cachefiles/
H A Dcache.c20 struct path path; in cachefiles_add_cache() local
193 struct path path = { in cachefiles_has_space() local
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.cpp67 bool VersionBlobHandler::canHandleBlob(const std::string& path) in canHandleBlob()
96 const std::string& path) in open()

1...<<11121314151617181920>>...77