Home
last modified time | relevance | path

Searched defs:path (Results 826 - 850 of 1648) sorted by relevance

1...<<31323334353637383940>>...66

/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...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtesting_helpers.c172 int parse_test_list_file(const char *path, in parse_test_list_file() argument
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_core.c748 const char *path; member
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dexecveat.c30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_() argument
43 static int _check_execveat_fail(int fd, const char *path, int flags, in _check_execveat_fail() argument
67 static int check_execveat_invoked_rc(int fd, const char *path, int flags, in check_execveat_invoked_rc() argument
114 check_execveat(int fd, const char *path, int flags) check_execveat() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A Dutils.c31 int read_file(const char *path, char *buf, size_t count, size_t *len) in read_file() argument
68 int read_file_alloc(const char *path, char **buf, size_t *len) in read_file_alloc() argument
126 int write_file(const char *path, const char *buf, size_t count) in write_file() argument
170 char path[PATH_MAX] = "/sys/kernel/debug/"; in read_debugfs_file() local
179 char path[PATH_MAX] = "/sys/kernel/debug/"; write_debugfs_file() local
306 read_long(const char *path, long *result, int base) read_long() argument
318 read_ulong(const char *path, unsigned long *result, int base) read_ulong() argument
330 write_long(const char *path, long result, int base) write_long() argument
355 write_ulong(const char *path, unsigned long result, int base) write_ulong() argument
495 char path[PATH_MAX] = "/sys/"; read_sysfs_file() local
[all...]
/kernel/liteos_a/fs/proc/src/
H A Dproc_file.c96 struct ProcDirEntry *ProcFindEntry(const char *path) in ProcFindEntry() argument
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c75 int lstat(const char *path, struct stat *buffer) in lstat() argument
151 int chdir(const char *path) in chdir() argument
256 chmod(const char *path, mode_t mode) chmod() argument
293 access(const char *path, int amode) access() argument
442 ls_get_fullpath(const char *path, struct dirent *pdirent) ls_get_fullpath() argument
551 LsFile(const char *path) LsFile() argument
574 LsDir(const char *path) LsDir() argument
631 char *path = NULL; ls() local
679 realpath(const char *path, char *resolved_path) realpath() argument
762 chroot(const char *path) chroot() argument
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dauto_dev-ioctl.h88 char path[0]; member
/kernel/liteos_m/components/fs/littlefs/
H A Dlfs_adapter.c599 int LfsStat(struct MountPoint *mp, const char *path, struct stat *buf) in LfsStat() argument
/kernel/liteos_m/components/shell/src/cmds/
H A Dvfs_shellcmd.c70 INT32 OsShellCmdDoChdir(const CHAR *path) in OsShellCmdDoChdir() argument
120 STATIC CHAR *OsLsGetFullpath(const CHAR *path, struct dirent *pdirent) in OsLsGetFullpath() argument
160 CHAR *path = NULL; OsLs() local
[all...]
/kernel/liteos_m/kal/posix/src/
H A Dpipe.c143 STATIC struct PipeDev *PipeDevFind(const CHAR *path) in PipeDevFind() argument
346 INT32 PipeOpen(const CHAR *path, INT32 openFlag, INT32 minFd) in PipeOpen() argument
/kernel/uniproton/src/fs/littlefs/
H A Dlfs_adapter.c573 static S32 OsLfsStat(struct TagMountPoint *mp, const char *path, struct stat *buf) in OsLfsStat() argument
/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c58 S32 OsVfsOpen(const char *path, S32 flags, va_list ap) in OsVfsOpen() argument
277 S32 OsVfsStat(const char *path, struct stat *stat) in OsVfsStat() argument
322 S32 OsVfsStatfs(const char *path, struc argument
355 OsVfsUnlink(const char *path) OsVfsUnlink() argument
483 OsVfsOpendir(const char *path) OsVfsOpendir() argument
602 OsVfsMkdir(const char *path, S32 mode) OsVfsMkdir() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8958-dsp2.c188 static void wm8958_dsp_start_mbc(struct snd_soc_component *component, int path) in wm8958_dsp_start_mbc() argument
232 static void wm8958_dsp_start_vss(struct snd_soc_component *component, int path) in wm8958_dsp_start_vss() argument
293 static void wm8958_dsp_start_enh_eq(struct snd_soc_component *component, int path) in wm8958_dsp_start_enh_eq() argument
324 wm8958_dsp_apply(struct snd_soc_component *component, int path, int start) wm8958_dsp_apply() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_hwdep.c562 char path[32]; in snd_mixart_setup_firmware() local
/kernel/linux/linux-6.6/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() argument
238 static void mon_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in mon_iucv_path_severed() argument
250 static void mon_iucv_message_pending(struct iucv_path *path, in mon_iucv_message_pending() argument
[all...]
/kernel/linux/linux-6.6/tools/lib/api/fs/
H A Dfs.c93 char *path; member
157 char path[PATH_MAX + 1]; in fs__read_mounts() local
415 char path[PATH_MAX]; procfs__read_str() local
429 char path[PATH_MAX]; sysfs__read_ull_base() local
452 char path[PATH_MAX]; sysfs__read_int() local
465 char path[PATH_MAX]; sysfs__read_str() local
507 char path[PATH_MAX]; sysctl__read_int() local
520 char path[PATH_MAX]; sysfs__write_int() local
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dauto_dev-ioctl.h88 char path[0]; member

Completed in 20 milliseconds

1...<<31323334353637383940>>...66