Searched defs:grouplist (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/ |
H A D | groups.c | 37 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 D | uid16.c | 114 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 D | bsd-proc.h | 47 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 D | syscall.c | 11953 g_autofree gid_t *grouplist = NULL; in _syscall2() local 11984 g_autofree gid_t *grouplist = NULL; in _syscall2() local 12289 g_autofree gid_t *grouplist = NULL; in _syscall2() local 12321 g_autofree gid_t *grouplist = NULL; in _syscall2() local
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.h | 643 struct list_head grouplist; member
|