Searched refs:osend_args (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_syscalls.c | 818 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…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2350 struct osend_args { struct 2455 int osend(struct thread *, struct osend_args *);
|
/freebsd/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…
|