/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 18 unsigned short st_gid; member 33 unsigned short st_gid; member 60 unsigned long st_gid; member 85 unsigned int st_gid; member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 15 __kernel_gid32_t st_gid; member 33 unsigned int st_gid; member 58 unsigned short st_gid; member 83 unsigned int st_gid; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 16 unsigned short st_gid; member 52 unsigned long st_gid; member 90 unsigned int st_gid; member 123 unsigned short st_gid; member
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 11 unsigned short st_gid; member 25 unsigned short st_gid; member 54 unsigned long st_gid; member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 11 unsigned short st_gid; member 26 unsigned short st_gid; member 56 unsigned long st_gid; member
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 11 unsigned short st_gid; member 32 unsigned short st_gid; member 67 unsigned long st_gid; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 21 unsigned short st_gid; member 41 __kernel_gid32_t st_gid; member 66 unsigned int st_gid; /* Group ID of the file's group. */ member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 53 gid_t st_gid; /* group id */ member 80 unsigned short st_gid; member 107 gid_t st_gid; member 137 unsigned short st_gid; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 26 __kernel_gid32_t st_gid; member 62 __kernel_gid32_t st_gid; member 103 __kernel_gid32_t st_gid; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 1246 abi_ushort st_gid; member 1277 abi_ulong st_gid; member 1310 abi_ulong st_gid; member 1340 abi_uint st_gid; member 1362 abi_uint st_gid; member 1394 abi_ushort st_gid; member 1419 abi_uint st_gid; member 1459 abi_uint st_gid; member 1485 abi_uint st_gid; member 1512 abi_uint st_gid; member [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 83 assert st.st_gid == 0 87 assert st.st_gid == 0 91 assert st.st_gid == 0 95 assert st.st_gid == 0 99 assert st.st_gid == 0
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 11 unsigned int st_gid; member 35 unsigned int st_gid; member
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 16 unsigned int st_gid; member 39 unsigned int st_gid; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 23 unsigned int st_gid; member 44 unsigned int st_gid; /* Group ID of the file's group. */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 30 unsigned int st_gid; /* Group ID of the file's group. */ member 55 unsigned int st_gid; /* Group ID of the file's group. */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 34 unsigned int st_gid; member 52 unsigned int st_gid; member
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 40 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd11_stat() 75 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd_stat() 119 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd11_nstat()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 38 __compat_gid_t st_gid; member 61 unsigned int st_gid; member
|
/openbmc/qemu/block/export/ |
H A D | fuse.c | 64 gid_t st_gid; member 192 exp->st_gid = getgid(); in fuse_export_create() 432 .st_gid = exp->st_gid, in fuse_getattr() 558 exp->st_gid = statbuf->st_gid; in fuse_setattr()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 29 compat_ulong_t st_gid; member
|
H A D | compat.h | 52 __compat_gid16_t st_gid; member
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 226 uint32_t st_gid; /* group ID of the file's group */ member 261 uint32_t st_gid; /* group ID of the file's group */ member 296 uint32_t st_gid; /* group ID of the file's group */ 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 | 27 +_Static_assert(sizeof((struct stat){0}.st_gid) == 2, "sizeof st_gid is not 16 bit");
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 40 unsigned int st_gid; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 135 typeof(ubuf->st_gid) gid = 0; in cp_stat64() 146 unsafe_put_user(gid, &ubuf->st_gid, Efault); in cp_stat64()
|