Searched refs:linux32_sys_ipc_args (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_ipccall.c | 78 linux32_semop(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 80 linux32_semget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 82 linux32_semctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 96 linux32_shmat(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 98 linux32_shmdt(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 100 linux32_shmget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 102 linux32_shmctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *); 106 static int linux32_msgsnd(struct lwp *, const struct linux32_sys_ipc_args *, 108 static int linux32_msgrcv(struct lwp *, const struct linux32_sys_ipc_args *, 110 static int linux32_msgget(struct lwp *, const struct linux32_sys_ipc_args *, [all …]
|
| /netbsd/src/sys/compat/linux32/arch/amd64/ |
| D | linux32_syscallargs.h | 391 struct linux32_sys_ipc_args { struct 1312 int linux32_sys_ipc(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
|
| D | linux32_sysent.c | 475 ns(struct linux32_sys_ipc_args),
|
| D | linux32_systrace_args.c | 742 const struct linux32_sys_ipc_args *p = params; in systrace_args()
|