Home
last modified time | relevance | path

Searched defs:path (Results 351 – 375 of 1901) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c67 char path[PATH_MAX]; member
164 static int read_file(const char *path, char *buf, size_t buflen) in read_file()
185 static int write_file(const char *path, const char *buf, size_t buflen) in write_file()
210 char path[PATH_MAX]; in read_string() local
255 char path[PATH_MAX]; in write_string() local
270 static const unsigned long _read_num(const char *path) in _read_num()
284 char path[PATH_MAX]; in read_num() local
295 static void _write_num(const char *path, unsigned long num) in _write_num()
308 char path[PATH_MAX]; in write_num() local
429 char path[PATH_MAX]; in get_finfo() local
/openbmc/linux/drivers/md/
H A Ddm-ps-io-affinity.c15 struct dm_path *path; member
43 static int ioa_add_path(struct path_selector *ps, struct dm_path *path, in ioa_add_path()
153 static int ioa_status(struct path_selector *ps, struct dm_path *path, in ioa_status()
H A Ddm-ps-round-robin.c31 struct dm_path *path; member
91 static int rr_status(struct path_selector *ps, struct dm_path *path, in rr_status()
121 static int rr_add_path(struct path_selector *ps, struct dm_path *path, in rr_add_path()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c184 const char *path, const char *token) in frontend_will_handle()
190 const char *path, const char *token) in frontend_changed()
213 const char *path, const char *token) in backend_changed()
/openbmc/linux/fs/smb/client/
H A Ddfs.h20 char *path; member
123 static inline char *dfs_get_path(struct cifs_sb_info *cifs_sb, const char *path) in dfs_get_path()
128 static inline int dfs_get_referral(struct cifs_mount_ctx *mnt_ctx, const char *path, in dfs_get_referral()
/openbmc/phosphor-state-manager/
H A Dutils.cpp59 std::string getService(sdbusplus::bus_t& bus, std::string path, in getService()
95 std::string getProperty(sdbusplus::bus_t& bus, const std::string& path, in getProperty()
129 void setProperty(sdbusplus::bus_t& bus, const std::string& path, in setProperty()
/openbmc/openpower-occ-control/
H A Dutils.cpp29 const std::string getService(const std::string& path, in getService()
121 const std::vector<std::string>& interfaces, const std::string& path) in getSubtreePaths()
138 std::string& path) in getServiceUsingSubTree()
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c262 char path[XENSTORE_ABS_PATH_MAX + 2]; /* Two NUL terminators */ member
829 const char *path, XsNode ***rootp) in init_walk_op()
870 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_read()
890 xs_transaction_t tx_id, const char *path, GByteArray *data) in xs_impl_write()
912 xs_transaction_t tx_id, const char *path, in xs_impl_directory()
1084 xs_transaction_t tx_id, const char *path) in xs_impl_rm()
1172 const char *path, const char *token, in do_xs_impl_watch()
1249 const char *path, const char *token, in xs_impl_unwatch()
1570 char path[XENSTORE_ABS_PATH_MAX + 1]; member
1617 static XsNode *lookup_node(XsNode *n, char *path) in lookup_node()
[all …]
/openbmc/linux/security/tomoyo/
H A Dmount.c83 struct path path; in tomoyo_mount_acl() local
191 int tomoyo_mount_permission(const char *dev_name, const struct path *path, in tomoyo_mount_permission()
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp53 std::string path = getControlPath(zoneId); in getFanCtrlProperty() local
85 std::string path = getControlPath(zoneId); in setFanCtrlProperty() local
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c162 struct path path; in dev_mkdir() local
179 char *path; in create_path() local
208 struct path path; in handle_create() local
265 char *path; in delete_path() local
/openbmc/dbus-sensors/src/
H A DUtils.hpp103 constexpr const char* path = "/xyz/openbmc_project/object_mapper"; variable
119 const static constexpr char* path = "/xyz/openbmc_project/state/host0"; variable
127 const static constexpr char* path = "/xyz/openbmc_project/state/chassis0"; variable
137 const static constexpr char* path = "/xyz/openbmc_project/state/host0"; variable
/openbmc/linux/fs/autofs/
H A Droot.c245 static int autofs_mount_wait(const struct path *path, bool rcu_walk) in autofs_mount_wait()
265 static int do_expire_wait(const struct path *path, bool rcu_walk) in do_expire_wait()
289 static struct dentry *autofs_mountpoint_changed(struct path *path) in autofs_mountpoint_changed()
331 static struct vfsmount *autofs_d_automount(struct path *path) in autofs_d_automount()
419 static int autofs_d_manage(const struct path *path, bool rcu_walk) in autofs_d_manage()
/openbmc/linux/fs/overlayfs/
H A Dparams.c233 static int ovl_mount_dir_noesc(const char *name, struct path *path) in ovl_mount_dir_noesc()
265 static int ovl_mount_dir(const char *name, struct path *path) in ovl_mount_dir()
278 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
341 struct path *path, char **pname) in ovl_add_layer()
378 struct path path; in ovl_parse_layer() local
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_read_unittest.cpp41 std::string path = "/asdf/asdf"; in TEST() local
65 std::string path = "/asdf/asdf"; in TEST() local
/openbmc/hiomapd/vpnor/
H A Dpartition.cpp135 fs::path path = getPartitionFilePath(O_RDONLY); in read() local
198 fs::path path = getPartitionFilePath(O_RDWR); in write() local
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp81 Evdev(const std::string& path, const unsigned int key, EventPtr& event, in Evdev()
99 const std::string path; member in phosphor::gpio::Evdev
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp53 const sdbusplus::message::object_path& path, std::string_view interface, in setDbusProperty()
74 std::string_view processName, const sdbusplus::message::object_path& path, in setDbusPropertyAction()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp241 const std::string path = "/xyz/openbmc_project/sensors"; in getObjectsWithConnection() local
429 sdbusplus::message::object_path path(chassis); in getChassis() local
527 const std::string& path = pathPair.first; in populateFanRedundancy() local
1068 const std::string path = "/xyz/openbmc_project/inventory"; in getInventoryItemsConnections() local
1152 sdbusplus::message::object_path path("/"); in getInventoryItemAssociations() local
1417 const std::string path = "/xyz/openbmc_project"; in getInventoryLeds() local
2033 std::string path = "/xyz/openbmc_project/sensors/"; in getSensorData() local
2138 sdbusplus::message::object_path path(chassisSensor); in findSensorNameUsingSensorPath() local
2247 sdbusplus::message::object_path path(item.first); in setSensorsOverride() local
2337 sdbusplus::message::object_path path(sensor); in getChassisCallback() local
[all …]
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c75 char *path, *value; in xs_node_vprintf() local
108 char *path, *value; in xs_node_vscanf() local
149 char *path; in xs_node_watch() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.cpp76 bool FirmwareBlobHandler::canHandleBlob(const std::string& path) in canHandleBlob()
128 bool FirmwareBlobHandler::stat(const std::string& path, blobs::BlobMeta* meta) in stat()
287 const std::string& path) in open()
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp56 std::string path = "/xyz/openbmc_project/sensors/unknown/id"; in TEST() local
81 SensorProperties* prop) { in DbusPassiveTestObj()
105 std::string path = "/xyz/openbmc_project/sensors/temperature/id"; member in pid_control::__anon034d0c530111::DbusPassiveTestObj
623 SensorProperties* prop) { in DbusPassiveTestUnaSensorNotAsFailedObj()
647 std::string path = "/xyz/openbmc_project/sensors/temperature/id"; member in pid_control::__anon034d0c530111::DbusPassiveTestUnaSensorNotAsFailedObj
814 [[maybe_unused]] const std::string& path, in GetPropertiesMax3k()
857 std::string path = "/xyz/openbmc_project/sensors/temperature/id"; member in pid_control::__anon034d0c530111::DbusPassiveTest3kMaxObj
902 std::string path = "/xyz/openbmc_project/sensors/temperature/id"; member in pid_control::__anon034d0c530111::DbusPassiveTest3kMaxIgnoredObj
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h320 xs_transaction_t t, const char *path, in qemu_xen_xs_directory()
330 xs_transaction_t t, const char *path, in qemu_xen_xs_read()
340 xs_transaction_t t, const char *path, in qemu_xen_xs_write()
352 const char *path) in qemu_xen_xs_create()
361 xs_transaction_t t, const char *path) in qemu_xen_xs_destroy()
370 const char *path, in qemu_xen_xs_watch()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c23 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text()
42 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text()
88 char path[PATH_MAX]; in cg_read() local
178 char path[PATH_MAX]; in cg_write() local
528 char path[PATH_MAX]; in set_oom_adj_score() local
561 char path[PATH_MAX]; in proc_read_text() local
/openbmc/linux/security/landlock/
H A Dfs.c167 const struct path *const path, in landlock_append_fs_rule()
487 const struct path *const path, in is_access_to_paths_allowed()
639 const struct path *const path, in check_access_path()
651 static inline int current_check_access_path(const struct path *const path, in current_check_access_path()
1059 const struct path *const path, const char *const type, in hook_sb_mount()
1167 static int hook_path_truncate(const struct path *const path) in hook_path_truncate()

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