Searched refs:linux_sys_getgroups16_args (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_missing.h | 48 struct linux_sys_getgroups16_args { struct 56 int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_missing.h | 60 struct linux_sys_getgroups16_args { struct
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_uid16.c | 123 struct linux_sys_getgroups16_args ua; in linux32_sys_getgroups16()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_uid16.c | 228 linux_sys_getgroups16(struct lwp *l, const struct linux_sys_getgroups16_args *uap, register_t *retv… in linux_sys_getgroups16()
|
/netbsd-src/sys/compat/linux/arch/m68k/ |
H A D | linux_syscallargs.h | 266 struct linux_sys_getgroups16_args { struct 1535 int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
|
H A D | linux_sysent.c | 378 ns(struct linux_sys_getgroups16_args),
|
/netbsd-src/sys/compat/linux/arch/i386/ |
H A D | linux_syscallargs.h | 270 struct linux_sys_getgroups16_args { struct 1562 int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
|
H A D | linux_sysent.c | 366 ns(struct linux_sys_getgroups16_args),
|
H A D | linux_systrace_args.c | 506 const struct linux_sys_getgroups16_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/linux/arch/arm/ |
H A D | linux_syscallargs.h | 265 struct linux_sys_getgroups16_args { struct 1542 int linux_sys_getgroups16(struct lwp *, const struct linux_sys_getgroups16_args *, register_t *);
|
H A D | linux_sysent.c | 365 ns(struct linux_sys_getgroups16_args),
|
H A D | linux_systrace_args.c | 499 const struct linux_sys_getgroups16_args *p = params; in systrace_args()
|