Home
last modified time | relevance | path

Searched refs:st_gid (Results 1 – 16 of 16) sorted by relevance

/qemu/linux-user/
H A Dsyscall_defs.h1247 abi_ushort st_gid; member
1460 abi_uint st_gid; member
1486 abi_uint st_gid; member
1513 abi_uint st_gid; member
1539 abi_uint st_gid; member
1566 abi_ushort st_gid; member
1811 abi_ushort st_gid; member
1895 abi_uint st_gid; member
1917 abi_uint st_gid; member
1990 abi_uint st_gid; member
[all …]
H A Dlinuxload.c69 bprm->e_gid = st.st_gid; in prepare_binprm()
H A Dsyscall.c7600 __put_user(host_st->st_gid, &target_st->st_gid); in host_to_target_stat64()
7634 __put_user(host_st->st_gid, &target_st->st_gid); in host_to_target_stat64()
10875 __put_user(st.st_gid, &target_st->st_gid); in _syscall2()
11794 __put_user(st.st_gid, &target_stx->stx_gid); in _syscall2()
/qemu/bsd-user/freebsd/
H A Dos-stat.c40 __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()
/qemu/block/export/
H A Dfuse.c64 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()
/qemu/bsd-user/
H A Dsyscall_defs.h226 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
H A Dbsdload.c81 bprm->e_gid = st.st_gid; in prepare_binprm()
/qemu/hw/9pfs/
H A D9p-proxy.h76 uint32_t st_gid; member
H A D9p-local.c174 stbuf->st_gid = atoi(buf + 11); in local_mapped_file_attr()
214 stbuf->st_gid = le32_to_cpu(tmp_gid); in local_lstat()
797 stbuf->st_gid = le32_to_cpu(tmp_gid); in local_fstat()
H A D9p-proxy.c151 stbuf->st_gid = prstat->st_gid; in prstat_to_stat()
240 &prstat.st_gid, &prstat.st_rdev, in v9fs_receive_response()
H A D9p-synth.c146 stbuf->st_gid = 0; in synth_fill_statbuf()
H A D9p.c1249 v9stat->n_gid = stbuf->st_gid; in stat_to_v9stat()
1341 v9lstat->st_gid = stbuf->st_gid; in stat_to_v9stat_dotl()
1635 v9stat_dotl.st_gid); in v9fs_getattr()
/qemu/fsdev/
H A D9p-marshal.h55 uint32_t st_gid; member
H A Dvirtfs-proxy-helper.c518 pr_stat->st_gid = stat->st_gid; in stat_to_prstat()
578 pr_stat.st_gid, pr_stat.st_rdev, in do_stat()
H A D9p-iov-marshal.c269 statp->st_uid, statp->st_gid, in v9fs_iov_vmarshal()
/qemu/semihosting/
H A Dsyscalls.c95 p->gdb_st_gid = cpu_to_be32(s->st_gid); in copy_stat_to_user()