Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_linux.c102 module_param(mali_debug_level, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH); /* rw-rw-r-- …
106 module_param(mali_max_job_runtime, int, S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP | S_IROTH);
110 module_param(mali_l2_max_reads, int, S_IRUSR | S_IRGRP | S_IROTH);
114 module_param(mali_dedicated_mem_start, uint, S_IRUSR | S_IRGRP | S_IROTH);
118 module_param(mali_dedicated_mem_size, uint, S_IRUSR | S_IRGRP | S_IROTH);
122 module_param(mali_shared_mem_size, uint, S_IRUSR | S_IRGRP | S_IROTH);
127 module_param(mali_boot_profiling, int, S_IRUSR | S_IRGRP | S_IROTH);
132 module_param(mali_max_pp_cores_group_1, int, S_IRUSR | S_IRGRP | S_IROTH);
136 module_param(mali_max_pp_cores_group_2, int, S_IRUSR | S_IRGRP | S_IROTH);
140 module_param(mali_mem_swap_out_threshold_value, uint, S_IRUSR | S_IRGRP | S_IROTH);
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c462 tmp = debugfs_create_file("type", S_IROTH, test_fix->dir, "fixture\n", in create_fixture_variant()
471 tmp = debugfs_create_file("run", S_IROTH, test_fix->dir, test_fix, in create_fixture_variant()
527 tmp = debugfs_create_file("type", S_IROTH, test_func->dir, "test\n", in kutf_add_test_with_filters_and_data()
535 tmp = debugfs_create_x32("filters", S_IROTH, test_func->dir, in kutf_add_test_with_filters_and_data()
543 tmp = debugfs_create_u32("test_id", S_IROTH, test_func->dir, in kutf_add_test_with_filters_and_data()
656 tmp = debugfs_create_file("type", S_IROTH, suite->dir, "suite\n", in kutf_create_suite_with_filters_and_data()
764 tmp = debugfs_create_file("type", S_IROTH, app->dir, "application\n", in kutf_create_application()
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c20 || ( S_IROTH != 00004 ) || ( S_IWOTH != 00002 ) || ( S_IXOTH != 00001 )
38 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h186 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h186 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A Dhplip-3.19.6-fix-return.patch19 chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch18 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/OK3568_Linux_fs/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c18 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/OK3568_Linux_fs/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c19 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstat.h41 #define S_IROTH 00004 /* read permission for other */ macro
/OK3568_Linux_fs/u-boot/tools/
H A Dmkexynosspl.c18 | S_IWGRP | S_IROTH | S_IWOTH)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch45 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch48 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch36 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c111 perm_mode |= S_IROTH; in orangefs_inode_perms()
542 S_IXOTH, S_IWOTH, S_IROTH, in ORANGEFS_util_translate_mode()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dtherm_adt746x.c404 static DEVICE_ATTR(specified_fan_speed, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
412 static DEVICE_ATTR(limit_adjust, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,

123