Home
last modified time | relevance | path

Searched refs:path (Results 26 – 50 of 5896) sorted by relevance

12345678910>>...236

/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c122 struct mmp_path *path = overlay->path; in dmafetch_set_fmt() local
171 struct mmp_path *path = overlay->path; in dmafetch_onoff() local
177 writel(tmp, ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_onoff()
185 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable()
198 path->name, stat_name(path->status)); in path_onoff()
205 if (path->panel && path->panel->set_onoff) in path_onoff()
206 path->panel->set_onoff(path->panel, 1); in path_onoff()
208 if (path->panel && path->panel->set_onoff) in path_onoff()
209 path->panel->set_onoff(path->panel, 0); in path_onoff()
225 if (overlay->path->ops.check_status(overlay->path) in overlay_set_onoff()
[all …]
/openbmc/linux/include/trace/events/
H A Dcgroup.h58 TP_ARGS(cgrp, path),
64 __string( path, path )
71 __assign_str(path, path);
82 TP_ARGS(cgrp, path)
89 TP_ARGS(cgrp, path)
96 TP_ARGS(cgrp, path)
103 TP_ARGS(cgrp, path)
110 TP_ARGS(cgrp, path)
117 TP_ARGS(cgrp, path)
176 __string( path, path )
[all …]
/openbmc/linux/fs/btrfs/
H A Dfree-space-tree.c125 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info()
274 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_bitmaps()
417 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_extents()
737 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in remove_free_space_extent()
844 if (!path) { in remove_from_free_space_tree()
1037 if (!path) { in add_to_free_space_tree()
1076 if (!path) in populate_free_space_tree()
1226 if (!path) in clear_free_space_tree()
1385 if (!path) { in add_block_group_free_space()
1420 if (!path) { in remove_block_group_free_space()
[all …]
H A Droot-tree.c87 path->slots[0]--; in btrfs_find_root()
91 l = path->nodes[0]; in btrfs_find_root()
92 slot = path->slots[0]; in btrfs_find_root()
134 if (!path) in btrfs_update_root()
151 l = path->nodes[0]; in btrfs_update_root()
152 slot = path->slots[0]; in btrfs_update_root()
182 l = path->nodes[0]; in btrfs_update_root()
221 if (!path) in btrfs_find_orphan_roots()
320 if (!path) in btrfs_del_root()
347 if (!path) in btrfs_del_root_ref()
[all …]
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp52 busName(busName), path(path), interface(interface), method(method) in DBusMethodError()
56 const std::string path; member in phosphor::fan::util::DBusMethodError
73 path(path), interface(interface) in DBusServiceError()
76 const std::string path; member in phosphor::fan::util::DBusServiceError
93 busName(busName), path(path), interface(interface), property(property) in DBusPropertyError()
97 const std::string path; member in phosphor::fan::util::DBusPropertyError
122 const std::string& path, in callMethod() argument
347 auto msg = callMethod(bus, service, path, in getProperty()
379 auto msg = callMethod(bus, service, path, in getPropertyVariant()
552 return callMethod(bus, getService(bus, path, interface), path, in lookupAndCallMethod()
[all …]
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c23 switch (path) { in mtk_eth_path_name()
48 switch (path) { in set_mux_gdm1_to_gmac1_esw()
81 switch (path) { in set_mux_gmac2_gmac0_to_gephy()
104 switch (path) { in set_mux_u3_gmac2_to_qphy()
135 switch (path) { in set_mux_gmac1_gmac2_to_sgmii_rgmii()
175 switch (path) { in set_mux_gmac12_to_gephy_sgmii()
229 mtk_eth_path_name(path)); in mtk_eth_mux_setup()
254 u64 path; in mtk_gmac_sgmii_path_setup() local
265 u64 path = 0; in mtk_gmac_gephy_path_setup() local
270 if (!path) in mtk_gmac_gephy_path_setup()
[all …]
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp9 if (!location.contains(path)) in setLocationCode()
11 location.emplace(path, in setLocationCode()
16 location.at(path)->locationCode(value); in setLocationCode()
22 if (location.contains(path)) in getLocationCode()
24 return location.at(path)->locationCode(); in getLocationCode()
32 if (!cpuCore.contains(path)) in implementCpuCoreInterface()
34 cpuCore.emplace(path, std::make_unique<CPUCore>( in implementCpuCoreInterface()
41 if (!cpuCore.contains(path)) in setMicroCode()
46 cpuCore.at(path)->microcode(value); in setMicroCode()
51 if (cpuCore.contains(path)) in getMicroCode()
[all …]
/openbmc/phosphor-hwmon/
H A Dsysfs.cpp65 auto path = ofInst.path(); in findPhandleMatch() local
78 return path; in findPhandleMatch()
102 fs::path p{devPath}; in findCalloutPath()
132 p = iioDev.path(); in findCalloutPath()
168 auto fullOfPath = fs::path(ofRoot) / fs::path(ofNode).relative_path(); in findHwmonFromOFPath()
172 auto path = hwmonInst.path(); in findHwmonFromOFPath() local
173 path /= "of_node"; in findHwmonFromOFPath()
177 path = fs::canonical(path); in findHwmonFromOFPath()
187 if (path == fullOfPath) in findHwmonFromOFPath()
206 fs::path p{"/sys"}; in findHwmonFromDevPath()
[all …]
H A Dstart_hwmon.sh.in9 path=$devpath
11 if [[ "$path" =~ (.*)/hwmon/hwmon[0-9]+$ ]];
13 path=${BASH_REMATCH[1]}
15 echo "${path}"
18 path=$of_fullname
19 if [ -z "${path}" ]
21 path="$(use_devpath)"
24 if [[ "$path" =~ .*/(.*)$ ]];
30 path="$(use_devpath)"
38 path="${path//:/--}"
[all …]
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c120 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr() argument
132 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate() argument
159 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local
176 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local
192 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local
209 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local
227 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local
359 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod() argument
394 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot() argument
410 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount() argument
[all …]
/openbmc/telemetry/src/
H A Dpersistent_json_storage.cpp33 assertThatPathIsNotSymlink(path); in store()
35 std::ofstream file(path); in store()
43 limitPermissions(path); in store()
56 if (std::filesystem::is_symlink(path)) in remove()
83 if (!std::filesystem::exists(path)) in load()
93 std::ifstream file(path); in load()
127 std::filesystem::path
134 void PersistentJsonStorage::limitPermissions(const std::filesystem::path& path) in limitPermissions() argument
140 path, std::filesystem::is_directory(path) ? dirPerms : filePerms, in limitPermissions()
150 const std::filesystem::path& path) in assertThatPathIsNotSymlink() argument
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h101 int yaffs_unlink(const YCHAR *path) ;
152 int yaffs_rmdir(const YCHAR *path) ;
159 int yaffs_mount(const YCHAR *path) ;
163 int yaffs_unmount(const YCHAR *path) ;
168 int yaffs_sync(const YCHAR *path) ;
176 loff_t yaffs_freespace(const YCHAR *path);
177 loff_t yaffs_totalspace(const YCHAR *path);
179 int yaffs_inodecount(const YCHAR *path);
181 int yaffs_n_handles(const YCHAR *path);
202 void *yaffs_getdev(const YCHAR *path);
[all …]
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/
H A Dolympus-nuvoton-ipmi-sensors.yaml5 path: /xyz/openbmc_project/sensors/temperature/bmc_card
26 path: /xyz/openbmc_project/sensors/temperature/inlet
31 path: /xyz/openbmc_project/sensors/temperature/outlet
59 path: /xyz/openbmc_project/sensors/voltage/MB0_Vin
80 path: /xyz/openbmc_project/sensors/voltage/MB0_Vout
115 path: /xyz/openbmc_project/sensors/voltage/P3V3
125 path: /xyz/openbmc_project/sensors/voltage/P3V_BAT
129 path: /xyz/openbmc_project/sensors/voltage/P5V
143 path: /xyz/openbmc_project/sensors/power/MB0_Pin
517 path: /xyz/openbmc_project/sensors/fan_tach/fan1
[all …]
/openbmc/linux/tools/perf/util/
H A Dtrace-event-info.c94 if (!path) { in record_header_files()
117 if (!path) { in record_header_files()
226 char *path; in record_ftrace_files() local
230 if (!path) { in record_ftrace_files()
257 char *path; in record_event_files() local
337 char *path; in record_ftrace_printk() local
365 char *path; in record_saved_cmdline() local
443 path = zalloc(sizeof(*path)); in tracepoint_id_to_path()
474 if (path && asprintf(&buf, "%s:%s", path->system, path->name) < 0) in tracepoint_id_to_name()
494 if (path->system == NULL || path->name == NULL) { in tracepoint_name_to_path()
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/
H A Dgbs-ipmi-sensors.yaml5 path: /xyz/openbmc_project/sensors/temperature/i2cool_0
26 path: /xyz/openbmc_project/sensors/temperature/i2cool_1
42 path: /xyz/openbmc_project/sensors/temperature/cputemp
48 path: /xyz/openbmc_project/sensors/temperature/nvme0
66 path: /xyz/openbmc_project/sensors/temperature/nvme1
71 path: /xyz/openbmc_project/sensors/temperature/nvme2
76 path: /xyz/openbmc_project/sensors/temperature/nvme3
81 path: /xyz/openbmc_project/sensors/temperature/nvme4
204 path: /xyz/openbmc_project/sensors/voltage/p1v8
211 path: /xyz/openbmc_project/sensors/voltage/p3v3
[all …]
/openbmc/webui-vue/src/router/
H A Droutes.js44 path: '/login', property in AnonymousClasse4a86fee0101
48 path: '', property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0201
56 path: '/change-password', property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0301
67 path: '/console', property in AnonymousClasse4a86fee0401
82 path: 'kvm', property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0601
92 path: '/', property in AnonymousClasse4a86fee0701
99 path: '', property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0801
107 path: '/profile-settings', property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0901
115 path: '/logs/event-logs', property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0a01
219 path: '/operations/kvm', property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee1701
[all …]
/openbmc/linux/include/net/iucv/
H A Diucv.h226 struct iucv_path *path; in iucv_path_alloc() local
228 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
229 if (path) { in iucv_path_alloc()
230 path->msglim = msglim; in iucv_path_alloc()
231 path->flags = flags; in iucv_path_alloc()
233 return path; in iucv_path_alloc()
242 static inline void iucv_path_free(struct iucv_path *path) in iucv_path_free() argument
244 kfree(path); in iucv_path_free()
467 int (*__message_receive)(struct iucv_path *path,
477 int (*message_send2way)(struct iucv_path *path,
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy/ibm-ac-server/
H A Dthermal-policy.yaml11 group: path
14 path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp
16 path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp
18 path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp
20 path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp
22 path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp
24 path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp
26 path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp
28 path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp
30 path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp
[all …]
/openbmc/webui-vue/src/env/router/
H A Dibm.js36 path: '/login',
40 path: '',
48 path: '/change-password',
59 path: '/console',
76 path: '/',
83 path: '',
91 path: '/profile-settings',
99 path: '/logs/dumps',
107 path: '/logs/event-logs',
195 path: '/settings/network',
[all …]
H A Dintel.js39 path: '/login', property in AnonymousClassfaeba7400101
43 path: '', property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400201
51 path: '/change-password', property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400301
62 path: '/console', property in AnonymousClassfaeba7400401
77 path: 'kvm', property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400601
87 path: '/', property in AnonymousClassfaeba7400701
94 path: '', property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400801
102 path: '/profile-settings', property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400901
110 path: '/logs/event-logs', property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400a01
182 path: '/operations/kvm', property in AnonymousClassfaeba7400701.AnonymousClassfaeba7401301
[all …]
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/
H A Dzaius-ipmi-sensors.yaml3 path: /xyz/openbmc_project/state/host0
32 path: /xyz/openbmc_project/state/host0
61 path: /xyz/openbmc_project/state/host0
74 path: /system/chassis/motherboard/cpu0
101 path: /org/open_power/control/occ0
120 path: /system/chassis/motherboard/cpu1
147 path: /org/open_power/control/occ1
166 path: /system/chassis/pcie_card_e2b
380 path: /xyz/openbmc_project/sensors/voltage/p12v
386 path: /xyz/openbmc_project/sensors/voltage/p5v
[all …]
/openbmc/linux/fs/ext4/
H A Dextents.c1872 path[1].p_maxdepth = path[0].p_maxdepth; in ext4_ext_try_to_merge_up()
1873 memcpy(path[0].p_hdr, path[1].p_hdr, s); in ext4_ext_try_to_merge_up()
2285 path = path + depth; in ext4_ext_rm_idx()
2969 memset(path + i + 1, 0, sizeof(*path)); in ext4_ext_remove_space()
5885 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5905 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5918 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5946 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5998 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6039 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
[all …]
/openbmc/linux/include/linux/
H A Dnamei.h50 extern int path_pts(struct path *path);
55 struct path *path) in user_path_at() argument
57 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
63 extern int kern_path(const char *, unsigned, struct path *);
70 struct path *parent, struct qstr *last, int *type,
71 const struct path *root);
73 unsigned int, struct path *);
87 extern int follow_down_one(struct path *);
88 extern int follow_down(struct path *path, unsigned int flags);
89 extern int follow_up(struct path *);
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildcfg.py7 path = get_scmbasepath(d)
8 return get_metadata_git_revision(path)
11 path = get_scmbasepath(d)
12 return get_metadata_git_branch(path)
17 def get_metadata_git_branch(path): argument
24 def get_metadata_git_revision(path): argument
31 def get_metadata_git_toplevel(path): argument
38 def get_metadata_git_remotes(path): argument
46 def get_metadata_git_remote_url(path, remote): argument
53 def get_metadata_git_describe(path): argument
[all …]
/openbmc/linux/fs/smb/server/
H A Dvfs.h88 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat);
111 const struct path *path, const char *attr_name,
117 const struct path *path, char *attr_name,
121 struct path *path, bool caseless);
122 void ksmbd_vfs_kern_path_unlock(struct path *parent_path, struct path *path);
126 struct path *path);
145 const struct path *path);
149 const struct path *path,
157 const struct path *path,
164 struct path *path);
[all …]

12345678910>>...236