Searched refs:linux_recv_args (Results 1 – 4 of 4) sorted by relevance
1207 struct linux_recv_args { struct1215 linux_recv(struct thread *td, struct linux_recv_args *args) in linux_recv() argument
852 struct linux_recv_args { struct1425 int linux_recv(struct thread *, struct linux_recv_args *);
311 …{ .sy_narg = AS(linux_recv_args), .sy_call = (sy_call_t *)linux_recv, .sy_auevent = AUE_RECV, .sy_…
1841 struct linux_recv_args *p = params; in systrace_args()