Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c19 || ( S_IROTH != 00004 ) || ( S_IWOTH != 00002 ) || ( S_IXOTH != 00001 )
37 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch20 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A Dhplip-3.19.6-fix-return.patch21 chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/openbmc/linux/include/linux/
H A Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/openbmc/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c17 | S_IWGRP | S_IROTH | S_IWOTH)
/openbmc/linux/tools/perf/trace/beauty/
H A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/openbmc/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c18 | S_IWGRP | S_IROTH | S_IWOTH)
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h40 #define S_IROTH 00004 macro
/openbmc/u-boot/include/linux/
H A Dstat.h41 #define S_IROTH 00004 /* read permission for other */ macro
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py93 os.chmod(outputdir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/u-boot/tools/
H A Dmkexynosspl.c17 | S_IWGRP | S_IROTH | S_IWOTH)
H A Difdtool.c462 S_IWUSR | S_IRGRP | S_IROTH); in write_regions()
499 S_IWUSR | S_IRGRP | S_IROTH); in write_image()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch47 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h55 #define S_IROTH 00004 macro
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch35 +# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/openbmc/linux/samples/vfs/
H A Dtest-statx.c133 stx->stx_mode & S_IROTH ? 'r' : '-', in dump_statx()
/openbmc/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()
/openbmc/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,
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py375 + stat.S_IROTH
/openbmc/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_…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass191 os.chmod(p, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
195 … os.chmod(p, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/linux/kernel/
H A Ducount.c52 mode = table->mode & S_IROTH; in set_permissions()
/openbmc/linux/tools/accounting/
H A Dgetdelays.c394 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()

12