Searched refs:sys_msgrcv (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_ipc.c | 237 return (sys_msgrcv(l, &msgrcv_args, retval)); in freebsd_sys_msgsys()
|
| H A D | freebsd_syscallargs.h | 1004 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|
| H A D | freebsd_sysent.c | 1079 .sy_call = (sy_call_t *)sys_msgrcv
|
| /netbsd-src/sys/compat/common/ |
| H A D | kern_ipc_10.c | 257 return (sys_msgrcv(l, &msgrcv_args, retval)); in compat_10_sys_msgsys()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_ipccall.c | 234 return sys_msgrcv(l, &bma, retval); in linux_msgrcv()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_compat_10_sysv.c | 239 return sys_msgrcv(l, &msgrcv_args, retval); in compat_10_netbsd32_msgsys()
|
| /netbsd-src/sys/kern/ |
| H A D | sysv_ipc.c | 155 { SYS_msgrcv, 0, (sy_call_t *)sys_msgrcv },
|
| H A D | sysv_msg.c | 998 sys_msgrcv(struct lwp *l, const struct sys_msgrcv_args *uap, register_t *retval) in sys_msgrcv() function
|
| /netbsd-src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_syscallargs.h | 1164 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|
| H A D | aoutm68k_sysent.c | 1335 .sy_call = (sy_call_t *)sys_msgrcv
|
| /netbsd-src/sys/compat/linux/arch/aarch64/ |
| H A D | linux_sysent.c | 863 .sy_call = (sy_call_t *)sys_msgrcv
|
| H A D | linux_syscallargs.h | 1481 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/amd64/ |
| H A D | linux_sysent.c | 401 .sy_call = (sy_call_t *)sys_msgrcv
|
| H A D | linux_syscallargs.h | 1480 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_syscallargs.h | 1657 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|
| H A D | linux_sysent.c | 824 .sy_call = (sy_call_t *)sys_msgrcv
|
| /netbsd-src/sys/sys/ |
| H A D | syscallargs.h | 1452 check_syscall_args(sys_msgrcv) 3835 int sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
|