Home
last modified time | relevance | path

Searched defs:grouplist (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/
H A Dgroups.c37 static int groups_to_user(gid_t __user *grouplist, in groups_to_user()
55 gid_t __user *grouplist) in groups_from_user()
161 SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
198 SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
H A Duid16.c114 static int groups16_to_user(old_gid_t __user *grouplist, in groups16_to_user()
133 old_gid_t __user *grouplist) in groups16_from_user()
154 SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
177 SYSCALL_DEFINE2(setgroups16, int, gidsetsize, old_gid_t __user *, grouplist) in SYSCALL_DEFINE2() argument
/openbmc/qemu/bsd-user/
H A Dbsd-proc.h47 g_autofree gid_t *grouplist; in do_bsd_getgroups() local
71 g_autofree gid_t *grouplist; in do_bsd_setgroups() local
/openbmc/qemu/linux-user/
H A Dsyscall.c11719 g_autofree gid_t *grouplist = NULL; in _syscall2() local
11750 g_autofree gid_t *grouplist = NULL; in _syscall2() local
12055 g_autofree gid_t *grouplist = NULL; in _syscall2() local
12087 g_autofree gid_t *grouplist = NULL; in _syscall2() local
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h643 struct list_head grouplist; member