Searched refs:orecvfrom_args (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_syscalls.c | 1090 orecvfrom(struct thread *td, struct orecvfrom_args *uap) in orecvfrom()
|
H A D | init_sysent.c | 194 …{ compat(AS(orecvfrom_args),recvfrom), .sy_auevent = AUE_RECVFROM, .sy_flags = SYF_CAPENABLED, .sy…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2393 struct orecvfrom_args { struct 2465 int orecvfrom(struct thread *, struct orecvfrom_args *);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 195 …{ compat(AS(orecvfrom_args),recvfrom), .sy_auevent = AUE_RECVFROM, .sy_flags = SYF_CAPENABLED, .sy…
|