Home | History | Annotate | Download | only in common

Lines Matching defs:linux_socketcall

1 /*	$NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $	*/
33 __KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $");
64 #include <compat/linux/common/linux_socketcall.h>
80 * This file contains the linux_socketcall() multiplexer. Arguments
90 } linux_socketcall[LINUX_MAX_SOCKETCALL+1] = {
132 linux_socketcall[SCARG(uap, what)].argsize))) {
134 linux_socketcall[SCARG(uap, what)].name, error));
138 ktrkuser(linux_socketcall[SCARG(uap, what)].name, &lda,
139 linux_socketcall[SCARG(uap, what)].argsize);
144 DPRINTF(("linux_socketcall('%s'): ",
145 linux_socketcall[SCARG(uap, what)].name));
156 sz = linux_socketcall[SCARG(uap, what)].argsize
233 DPRINTF(("sys_%s() = %d\n", linux_socketcall[SCARG(uap, what)].name,