Searched refs:osend_args (Results 1 – 4 of 4) sorted by relevance
| /src/sys/kern/ |
| H A D | uipc_syscalls.c | 828 osend(struct thread *td, struct osend_args *uap) in osend()
|
| H A D | init_sysent.c | 170 …{ compat(AS(osend_args),send), .sy_auevent = AUE_SEND, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY…
|
| /src/sys/sys/ |
| H A D | sysproto.h | 2405 struct osend_args { struct 2510 int osend(struct thread *, struct osend_args *);
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 171 …{ compat(AS(osend_args),send), .sy_auevent = AUE_SEND, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY…
|