Searched refs:osend_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_syscalls.c | 837 osend(struct thread *td, struct osend_args *uap) in osend()
|
| H A D | init_sysent.c | 164 …{ compat(AS(osend_args),send), .sy_auevent = AUE_SEND, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY…
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 2353 struct osend_args { struct 2458 int osend(struct thread *, struct osend_args *);
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 165 …{ compat(AS(osend_args),send), .sy_auevent = AUE_SEND, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY…
|