Searched refs:linux_send_args (Results 1 – 4 of 4) sorted by relevance
1163 struct linux_send_args { struct1171 linux_send(struct thread *td, struct linux_send_args *args) in linux_send() argument
838 struct linux_send_args { struct1423 int linux_send(struct thread *, struct linux_send_args *);
309 …{ .sy_narg = AS(linux_send_args), .sy_call = (sy_call_t *)linux_send, .sy_auevent = AUE_SEND, .sy_…
1819 struct linux_send_args *p = params; in systrace_args()