Searched refs:path (Results 426 - 450 of 1273) sorted by relevance

<<11121314151617181920>>

/linux-master/Documentation/
H A Dconf.py42 # add these directories to sys.path here. If the directory is relative to the
43 # documentation root, use os.path.abspath to make it absolute, like shown here.
44 sys.path.insert(0, os.path.abspath('sphinx'))
451 doc = os.path.join(fn, "index")
452 if os.path.exists(doc + ".rst"):
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h99 /** @path: path to uC firmware */
100 const char *path; member in struct:xe_uc_fw
101 /** @user_overridden: user provided path to uC firmware via modparam */
/linux-master/sound/soc/intel/avs/
H A DMakefile4 topology.o path.o pcm.o board_selection.o control.o \
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c25 char *p, *q, *path = "/proc/meminfo", *tag = "Hugepagesize:"; local
28 fd = open(path, O_RDONLY);
64 static int set_file(const char *path, long value) argument
69 file = fopen(path, "w");
/linux-master/tools/perf/util/
H A Ddlfilter.c339 char path[PATH_MAX]; local
350 snprintf(path, sizeof(path), "./%s", file);
351 file = path;
358 snprintf(path, sizeof(path), "%s/dlfilters/%s", exec_path, file);
360 if (!access(path, R_OK))
361 file = path;
583 char path[PATH_MAX]; local
587 snprintf(path, sizeo
645 char path[PATH_MAX]; local
[all...]
H A Dthread_map.c79 char path[NAME_MAX + 1 + 6]; local
101 snprintf(path, sizeof(path), "/proc/%s", dirent->d_name);
106 if (stat(path, &st) != 0 || st.st_uid != uid)
110 snprintf(path, sizeof(path), "/proc/%d/task", pid);
111 items = scandir(path, &namelist, filter, NULL);
320 char *path; local
324 if (asprintf(&path, "%s/%d/comm", procfs__mountpoint(), pid) == -1)
327 err = filename__read_str(path, com
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c263 char path[LOGDIR_NAME_SIZE + 30]; local
269 strcpy(path, logdir);
270 strcat(path, separator);
271 strcat(path, logfile);
272 f = fopen(path, "w");
311 char path[LOGDIR_NAME_SIZE + 30]; local
317 remove(path);
322 strcpy(path, logdir);
323 strcat(path, separator);
324 strcat(path, logfil
[all...]
/linux-master/tools/thermal/tmon/
H A Dsysfs.c33 int sysfs_set_ulong(char *path, char *filename, unsigned long val) argument
39 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename);
57 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) argument
63 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename);
76 static int sysfs_get_string(char *path, char *filename, char *str) argument
82 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename);
96 static int probe_cdev(struct cdev_info *cdi, char *path) argument
98 sysfs_get_string(path, "type", cdi->type);
99 sysfs_get_ulong(path, "max_state", &cdi->max_state);
100 sysfs_get_ulong(path, "cur_stat
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh59 local path=""
62 if [ "$path" == "" ]; then
63 path="$resource"
65 path="${path}/$resource"
69 echo "$path"
102 local path
105 path=$(devlink_resource_names_to_path "$@")
106 devlink resource set "$DEVLINK_DEV" path "$path" siz
[all...]
/linux-master/tools/perf/tests/
H A Dattr.py40 return '\'%s\' - %s' % (self.test.path, self.msg)
47 return '[%s] \'%s\'' % (self.arch, self.test.path)
53 return '\'%s\'' % self.test.path
154 def __init__(self, path, options):
156 parser.read(path)
158 log.warning("running '%s'" % path)
160 self.path = path
185 self.load_events(path, self.expect)
249 def load_events(self, path, event
[all...]
H A Ddlfilter-test.c225 char path[PATH_MAX]; local
231 snprintf(path, sizeof(path), "%s/dlfilters/%s", perf_path, name);
232 if (access(path, R_OK)) {
236 snprintf(path, sizeof(path), "%s/dlfilters/%s", exec_path, name);
238 if (access(path, R_OK))
241 strlcpy(buf, dirname(path), sz);
337 pr_debug("dlfilters path: %s\n", td->dlfilters);
389 static void unlink_path(const char *path) argument
[all...]
/linux-master/fs/exportfs/
H A Dexpfs.c24 static int get_name(const struct path *path, char *name, struct dentry *child);
31 struct path path = {.mnt = mnt, .dentry = dir}; local
36 return get_name(&path, name, child);
269 * @path: the directory in which to find a name
276 static int get_name(const struct path *path, char *name, struct dentry *child) argument
279 struct inode *dir = path->dentry->d_inode;
283 struct path child_pat
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c232 u8 path; local
239 for (path = 0; path < hal->rf_path_num; path++) {
240 addr = chip->dig[path].addr;
241 mask = chip->dig[path].mask;
866 u8 path; local
868 for (path = 0; path < path_num; path
2095 rtw_get_tx_power_params(struct rtw_dev *rtwdev, u8 path, u8 rate, u8 bw, u8 ch, u8 regd, struct rtw_power_params *pwr_param) argument
2161 rtw_phy_set_tx_power_index_by_rs(struct rtw_dev *rtwdev, u8 ch, u8 path, u8 rs) argument
2192 rtw_phy_set_tx_power_level_by_path(struct rtw_dev *rtwdev, u8 ch, u8 path) argument
2212 u8 path; local
2225 rtw_phy_tx_power_by_rate_config_by_path(struct rtw_hal *hal, u8 path, u8 rs, u8 size, u8 *rates) argument
2249 u8 path; local
2322 u8 regd, path, rate, rs, bw; local
2382 rtw_phy_pwrtrack_avg(struct rtw_dev *rtwdev, u8 thermal, u8 path) argument
2392 rtw_phy_pwrtrack_thermal_changed(struct rtw_dev *rtwdev, u8 thermal, u8 path) argument
2405 rtw_phy_pwrtrack_get_delta(struct rtw_dev *rtwdev, u8 path) argument
2500 enum rtw_bb_path path = path_div->current_tx_path; local
[all...]
/linux-master/drivers/pps/
H A Dsysfs.c78 return sprintf(buf, "%s\n", pps->info.path);
80 static DEVICE_ATTR_RO(path);
/linux-master/drivers/xen/
H A Dcpu_hotplug.c73 const char *path, const char *token)
78 cpustr = strstr(path, "cpu/");
72 handle_vcpu_hotplug_event(struct xenbus_watch *watch, const char *path, const char *token) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dreconfig.c23 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) argument
32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL);
40 np->parent = pseries_of_derive_parent(path);
48 printk(KERN_ERR "Failed to add device node %s\n", path);
196 char *path, *end, *name; local
203 path = buf;
210 if ((np = of_find_node_by_path(path))) {
232 rv = pSeries_reconfig_add_node(path, prop);
/linux-master/fs/ocfs2/
H A Dfile.h54 int ocfs2_getattr(struct mnt_idmap *idmap, const struct path *path,
/linux-master/fs/ext4/
H A Dverity.c273 struct ext4_ext_path *path; local
292 path = ext4_find_extent(inode, EXT_MAX_BLOCKS - 1, NULL, 0);
293 if (IS_ERR(path))
294 return PTR_ERR(path);
296 last_extent = path[path->p_depth].p_ext;
299 ext4_free_ext_path(path);
306 ext4_free_ext_path(path);
/linux-master/fs/hostfs/
H A Dhostfs_user.c42 int stat_file(const char *path, struct hostfs_stat *p, int fd) argument
49 } else if (lstat64(path, &buf) < 0) {
56 int access_file(char *path, int r, int w, int x) argument
66 if (access(path, mode) != 0)
71 int open_file(char *path, int r, int w, int append) argument
85 fd = open64(path, mode);
91 void *open_dir(char *path, int *err_out) argument
95 dir = opendir(path);
/linux-master/fs/
H A Dpnode.h46 int get_dominating_id(struct mount *mnt, const struct path *root);
54 const struct path *root);
/linux-master/fs/ecryptfs/
H A Dfile.c36 const struct path *path; local
41 path = ecryptfs_dentry_to_lower_path(file->f_path.dentry);
42 touch_atime(path);
62 const struct path *path; local
66 path = ecryptfs_dentry_to_lower_path(in->f_path.dentry);
67 touch_atime(path);
/linux-master/tools/testing/kunit/
H A Drun_checks.py19 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py87 dir = os.path.dirname(os.path.realpath(__file__))
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h40 int nvkm_firmware_load_blob(const struct nvkm_subdev *subdev, const char *path,
42 int nvkm_firmware_load_name(const struct nvkm_subdev *subdev, const char *path,
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py23 Has keys: [path, type]
34 parser.add_argument("path", type=str, help=path_help)
69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
88 with open(args.path, "r") as f:

Completed in 281 milliseconds

<<11121314151617181920>>