Searched refs:netbsd32_getpgid_args (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_syscallargs.h | 425 struct netbsd32_getpgid_args; 1327 int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
|
H A D | linux32_sysent.c | 521 ns(struct netbsd32_getpgid_args),
|
H A D | linux32_systrace_args.c | 779 const struct netbsd32_getpgid_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_syscallargs.h | 441 struct netbsd32_getpgid_args; 1328 int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
|
H A D | linux32_sysent.c | 528 ns(struct netbsd32_getpgid_args),
|
H A D | linux32_systrace_args.c | 811 const struct netbsd32_getpgid_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 948 ns(struct netbsd32_getpgid_args),
|
H A D | netbsd32_syscallargs.h | 1121 struct netbsd32_getpgid_args { struct 3208 int netbsd32_getpgid(struct lwp *, const struct netbsd32_getpgid_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 1443 netbsd32_getpgid(struct lwp *l, const struct netbsd32_getpgid_args *uap, register_t *retval) in netbsd32_getpgid()
|
H A D | netbsd32_systrace_args.c | 1518 const struct netbsd32_getpgid_args *p = params; in systrace_args()
|