Searched refs:linux_socket_args (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.h | 154 struct linux_socket_args { struct 251 int linux_socket(struct thread *td, struct linux_socket_args *args);
|
| HD | linux_socket.c | 643 linux_socket(struct thread *td, struct linux_socket_args *args) in linux_socket()
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 62 …{ AS(linux_socket_args), (sy_call_t *)linux_socket, AUE_SOCKET, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| HD | linux_proto.h | 182 struct linux_socket_args { struct 1144 int linux_socket(struct thread *, struct linux_socket_args *);
|
| HD | linux_systrace_args.c | 366 struct linux_socket_args *p = params; in systrace_args()
|