Home
last modified time | relevance | path

Searched refs:linux_send_args (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/linux/
H A Dlinux_proto.h838 struct linux_send_args { struct
1423 int linux_send(struct thread *, struct linux_send_args *);
H A Dlinux_sysent.c309 …{ .sy_narg = AS(linux_send_args), .sy_call = (sy_call_t *)linux_send, .sy_auevent = AUE_SEND, .sy_…
H A Dlinux_systrace_args.c1819 struct linux_send_args *p = params; in systrace_args()