| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx_debugfs.c | 40 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 D | mali_kernel_linux.c | 102 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 D | kutf_suite.c | 462 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 D | mode_string.c | 20 || ( 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 D | stat.h | 186 #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 D | stat.h | 186 #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 D | hplip-3.19.6-fix-return.patch | 19 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 D | 0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch | 18 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stat.h | 11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
| /OK3568_Linux_fs/u-boot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 18 | 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 D | stat.h | 40 #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 D | stat.h | 40 #define S_IROTH 00004 macro
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | stat.h | 40 #define S_IROTH 00004 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | stat.h | 40 #define S_IROTH 00004 macro
|
| /OK3568_Linux_fs/u-boot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 19 | S_IWGRP | S_IROTH | S_IWOTH)
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | stat.h | 41 #define S_IROTH 00004 /* read permission for other */ macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mkexynosspl.c | 18 | S_IWGRP | S_IROTH | S_IWOTH)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 45 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | 0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 48 #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 D | fcntl.h | 117 # 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 D | fcntl.h | 117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0003-musl-utils.patch | 36 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | orangefs-utils.c | 111 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 D | therm_adt746x.c | 404 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,
|