| /linux/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()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
| /linux/include/uapi/linux/ |
| H A D | stat.h | 40 #define S_IROTH 00004 macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | stat.h | 40 #define S_IROTH 00004 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 40 #define S_IROTH 00004 macro
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 58 #define S_IROTH 00004 macro
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 139 stx->stx_mode & S_IROTH ? 'r' : '-', in dump_statx()
|
| /linux/drivers/macintosh/ |
| H A D | therm_adt746x.c | 405 static DEVICE_ATTR(specified_fan_speed, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, 413 static DEVICE_ATTR(limit_adjust, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
|
| /linux/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()
|
| /linux/drivers/hid/ |
| H A D | hid-lg4ff.c | 937 static DEVICE_ATTR(alternate_modes, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_alternat… 989 static DEVICE_ATTR(combine_pedals, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_combine_s… 1050 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_range_show, lg4ff_…
|
| H A D | hid-logitech-hidpp.c | 2788 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hid…
|
| /linux/kernel/ |
| H A D | ucount.c | 54 mode = table->mode & S_IROTH; in set_permissions()
|
| H A D | pid.c | 691 mode = mode & S_IROTH; in pid_table_root_permissions()
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 4039 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_curve_visible() 4097 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_limit_threshold_visible() 4157 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_target_threshold_visible() 4218 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_target_temperature_visible() 4277 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_minimum_pwm_visible() 4331 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_enable_visible() 4388 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_stop_temp_visible()
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
|
| /linux/fs/affs/ |
| H A D | inode.c | 104 if (inode->i_mode & S_IROTH) in affs_iget()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 622 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH, show_pciobppath_attr, NULL);
|
| /linux/drivers/media/pci/netup_unidvb/ |
| H A D | netup_unidvb_core.c | 32 module_param(spi_enable, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 785 mode |= (wire & POSIX_R_OTH) ? S_IROTH : 0; in wire_perms_to_posix()
|