Home
last modified time | relevance | path

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

/linux/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()
/linux/tools/perf/trace/beauty/
H A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/linux/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/linux/tools/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/linux/tools/include/nolibc/
H A Dtypes.h58 #define S_IROTH 00004 macro
/linux/samples/vfs/
H A Dtest-statx.c139 stx->stx_mode & S_IROTH ? 'r' : '-', in dump_statx()
/linux/drivers/macintosh/
H A Dtherm_adt746x.c405 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 Dorangefs-utils.c111 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 Dhid-lg4ff.c937 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 Dhid-logitech-hidpp.c2788 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hid…
/linux/kernel/
H A Ducount.c54 mode = table->mode & S_IROTH; in set_permissions()
H A Dpid.c691 mode = mode & S_IROTH; in pid_table_root_permissions()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4039 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 Dgetdelays.c444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
/linux/fs/affs/
H A Dinode.c104 if (inode->i_mode & S_IROTH) in affs_iget()
/linux/arch/sparc/kernel/
H A Dpci.c622 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH, show_pciobppath_attr, NULL);
/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c32 module_param(spi_enable, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/linux/fs/smb/client/
H A Dinode.c785 mode |= (wire & POSIX_R_OTH) ? S_IROTH : 0; in wire_perms_to_posix()