Home
last modified time | relevance | path

Searched defs:path (Results 4001 - 4025 of 6222) sorted by relevance

1...<<161162163164165166167168169170>>...249

/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddlfilter-test.c225 char path[PATH_MAX]; in get_dlfilters_path() local
389 static void unlink_path(const char *path) in unlink_path() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dhists.c281 static void on_row_activated(GtkTreeView *view, GtkTreePath *path, in on_row_activated() argument
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Diostat.c148 char path[MAX_PATH]; in iio_mapping() local
183 char path[MAX_PATH]; in iio_pmu_count() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_flow_offload.c98 const struct net_device_path *path; in nft_dev_path_info() local
[all...]
/kernel/linux/linux-6.6/sound/soc/rockchip/
H A Drockchip_pdm.c547 unsigned int path[PDM_PATH_MAX]; in rockchip_pdm_path_parse() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhmm-tests.c221 char path[HMM_PATH_MAX]; in hmm_create_file() local
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_overlay.c47 const char *path = NULL; in fdt_overlay_target_offset() local
353 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) overlay_fixup_one_phandle() argument
430 const char *path, *name, *fixup_end; overlay_fixup_phandle() local
685 const char *path; overlay_symbol_update() local
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Dsrcpos.c26 static char *get_dirname(const char *path) in get_dirname() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddlfilter.c337 char path[PATH_MAX]; in find_dlfilter() local
581 char path[PATH_MAX]; in get_filter_desc() local
643 char path[PATH_MAX]; list_available_dlfilters() local
[all...]
H A Dtrace-event-info.c90 char *path = get_events_file("header_page"); in record_header_files() local
226 char *path; record_ftrace_files() local
257 char *path; record_event_files() local
337 char *path; record_ftrace_printk() local
365 char *path; record_saved_cmdline() local
405 struct tracepoint_path *path = NULL; tracepoint_id_to_path() local
471 struct tracepoint_path *path = tracepoint_id_to_path(config); tracepoint_id_to_name() local
483 struct tracepoint_path *path = zalloc(sizeof(*path)); tracepoint_name_to_path() local
506 struct tracepoint_path path, *ppath = &path; get_tracepoints_path() local
[all...]
H A Dcgroup.c33 char path[PATH_MAX + 1]; in open_cgroup() local
53 char path[PATH_MAX + 1]; in read_cgroup_id() local
511 __cgroup__findnew(struct rb_root *root, uint64_t id, bool create, const char *path) __cgroup__findnew() argument
554 cgroup__findnew(struct perf_env *env, uint64_t id, const char *path) cgroup__findnew() argument
[all...]
H A Dmem-events.c107 char path[PATH_MAX]; in perf_mem_event__supported() local
H A Dexpr.c411 char path[PATH_MAX]; in has_pmem() local
H A Dthread.c272 char path[64]; in thread__set_comm_from_proc() local
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dconf.c149 char path[PATH_MAX], link[PATH_MAX + 1]; in sysfs_get() local
[all...]
/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c101 static int configuration_init(const char *path, struct configuration *config) in configuration_init() argument
257 static int thermometer_add_tz(const char *path, const char *name, int polling, in thermometer_add_tz() argument
359 char *path; in thermometer_start() local
[all...]
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtui.c410 char path[256]; in handle_input_val() local
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c573 char path[MAX_PATH], *start; in get_self_cgroup() local
/kernel/linux/linux-6.6/tools/verification/rv/src/
H A Din_kernel.c34 char path[MAX_PATH]; in __ikm_read_enable() local
74 char path[MAX_PATH]; in ikm_write_enable() local
117 char path[MAX_PATH]; in ikm_read_desc() local
170 char path[MAX_PAT in ikm_write_reactor() local
188 char path[MAX_PATH]; ikm_read_reactor() local
247 char path[MAX_PATH]; ikm_has_id() local
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dmount.c279 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags() argument
365 match_mnt(const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer, const struct path *devpath, char *devbuffer, const char *type, unsigned long flags, void *data, bool binary) match_mnt() argument
394 aa_remount(const struct cred *subj_cred, struct aa_label *label, const struct path *path, unsigned long flags, void *data) aa_remount() argument
420 aa_bind_mount(const struct cred *subj_cred, struct aa_label *label, const struct path *path, const char *dev_name, unsigned long flags) aa_bind_mount() argument
458 aa_mount_change_type(const struct cred *subj_cred, struct aa_label *label, const struct path *path, unsigned long flags) aa_mount_change_type() argument
517 aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label, const struct path *path, const char *orig_name) aa_move_mount_old() argument
535 aa_new_mount(const struct cred *subj_cred, struct aa_label *label, const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data) aa_new_mount() argument
601 profile_umount(const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer) profile_umount() argument
642 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; aa_umount() local
[all...]
H A Dfile.c160 path_name(const char *op, const struct cred *subj_cred, struct aa_label *label, const struct path *path, int flags, char *buffer, const char **name, struct path_cond *cond, u32 request) path_name() argument
249 profile_path_perm(const char *op, const struct cred *subj_cred, struct aa_profile *profile, const struct path *path, char *buffer, u32 request, struct path_cond *cond, int flags, struct aa_perms *perms) profile_path_perm() argument
282 aa_path_perm(const char *op, const struct cred *subj_cred, struct aa_label *label, const struct path *path, int flags, u32 request, struct path_cond *cond) aa_path_perm() argument
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_appraise.c709 char *path = NULL, *pathbuf = NULL; in validate_hash_algo() local
H A Dima_fs.c274 static ssize_t ima_read_policy(char *path) in ima_read_policy() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c149 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path) in tomoyo_get_realpath() argument
708 tomoyo_path_number_perm(const u8 type, const struct path *path, unsigned long number) tomoyo_path_number_perm() argument
753 tomoyo_check_open_permission(struct tomoyo_domain_info *domain, const struct path *path, const int flag) tomoyo_check_open_permission() argument
803 tomoyo_path_perm(const u8 operation, const struct path *path, const char *target) tomoyo_path_perm() argument
859 tomoyo_mkdev_perm(const u8 operation, const struct path *path, const unsigned int mode, unsigned int dev) tomoyo_mkdev_perm() argument
[all...]
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 }; tomoyo_path_unlink() local
176 struct path path = { .mnt = parent->mnt, .dentry = dentry }; tomoyo_path_mkdir() local
192 struct path path = { .mnt = parent->mnt, .dentry = dentry }; tomoyo_path_rmdir() local
209 struct path path = { .mnt = parent->mnt, .dentry = dentry }; tomoyo_path_symlink() local
227 struct path path = { .mnt = parent->mnt, .dentry = dentry }; tomoyo_path_mknod() local
359 tomoyo_path_chmod(const struct path *path, umode_t mode) tomoyo_path_chmod() argument
374 tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid) tomoyo_path_chown() argument
394 tomoyo_path_chroot(const struct path *path) tomoyo_path_chroot() argument
410 tomoyo_sb_mount(const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data) tomoyo_sb_mount() argument
426 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; tomoyo_sb_umount() local
[all...]

Completed in 22 milliseconds

1...<<161162163164165166167168169170>>...249