/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 17 unsigned short st_uid; member 32 unsigned short st_uid; member 59 unsigned long st_uid; member 84 unsigned int st_uid; member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 14 __kernel_uid32_t st_uid; member 32 unsigned int st_uid; member 57 unsigned short st_uid; member 82 unsigned int st_uid; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 15 unsigned short st_uid; member 51 unsigned long st_uid; member 89 unsigned int st_uid; member 122 unsigned short st_uid; member
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 10 unsigned short st_uid; member 24 unsigned short st_uid; member 53 unsigned long st_uid; member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 10 unsigned short st_uid; member 25 unsigned short st_uid; member 55 unsigned long st_uid; member
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 10 unsigned short st_uid; member 31 unsigned short st_uid; member 66 unsigned long st_uid; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 20 unsigned short st_uid; member 40 __kernel_uid32_t st_uid; member 65 unsigned int st_uid; /* User ID of the file's owner. */ member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 52 uid_t st_uid; /* user id */ member 79 unsigned short st_uid; member 106 uid_t st_uid; member 136 unsigned short st_uid; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 25 __kernel_uid32_t st_uid; member 61 __kernel_uid32_t st_uid; member 102 __kernel_uid32_t st_uid; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 1245 abi_ushort st_uid; member 1276 abi_ulong st_uid; member 1309 abi_ulong st_uid; member 1339 abi_uint st_uid; member 1361 abi_uint st_uid; member 1393 abi_ushort st_uid; member 1418 abi_uint st_uid; member 1458 abi_uint st_uid; member 1484 abi_uint st_uid; member 1511 abi_uint st_uid; member [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 82 assert st.st_uid == 0 86 assert st.st_uid == 0 90 assert st.st_uid == 0 94 assert st.st_uid == 0 98 assert st.st_uid == 0
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 10 unsigned int st_uid; member 34 unsigned int st_uid; member
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 15 unsigned int st_uid; member 38 unsigned int st_uid; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 22 unsigned int st_uid; member 43 unsigned int st_uid; /* User ID of the file's owner. */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 29 unsigned int st_uid; /* User ID of the file's owner. */ member 54 unsigned int st_uid; /* User ID of the file's owner. */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 33 unsigned int st_uid; member 51 unsigned int st_uid; member
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 39 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_stat() 74 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd_stat() 118 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_nstat()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 37 __compat_uid_t st_uid; member 60 unsigned int st_uid; member
|
/openbmc/qemu/block/export/ |
H A D | fuse.c | 63 uid_t st_uid; member 191 exp->st_uid = getuid(); in fuse_export_create() 431 .st_uid = exp->st_uid, in fuse_getattr() 554 exp->st_uid = statbuf->st_uid; in fuse_setattr()
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 595 if (st1.st_uid != st2.st_uid) { in ipmi_open_file() 597 file, st1.st_uid, st2.st_uid); in ipmi_open_file()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 225 uint32_t st_uid; /* user ID of the file's owner */ member 260 uint32_t st_uid; /* user ID of the file's owner */ member 295 uint32_t st_uid; /* user ID of the file's owner */ member
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 28 compat_ulong_t st_uid; member
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 26 +_Static_assert(sizeof((struct stat){0}.st_uid) == 2, "sizeof st_uid is not 16 bit");
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 39 unsigned int st_uid; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 134 typeof(ubuf->st_uid) uid = 0; in cp_stat64() 145 unsafe_put_user(uid, &ubuf->st_uid, Efault); in cp_stat64()
|